28 #ifndef vtkImageIslandRemoval2D_h 29 #define vtkImageIslandRemoval2D_h 32 #include "vtkImagingMorphologicalModule.h" 58 vtkSetMacro(AreaThreshold,
int);
59 vtkGetMacro(AreaThreshold,
int);
75 vtkSetMacro(IslandValue,
double);
76 vtkGetMacro(IslandValue,
double);
83 vtkSetMacro(ReplaceValue,
double);
84 vtkGetMacro(ReplaceValue,
double);
~vtkImageIslandRemoval2D() override
vtkTypeBool SquareNeighborhood
a simple class to control print indentation
Removes small clusters in masks.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.