28 #ifndef vtkImageIslandRemoval2D_h
29 #define vtkImageIslandRemoval2D_h
32 #include "vtkImagingMorphologicalModule.h"
59 vtkGetMacro(AreaThreshold,
int);
67 vtkGetMacro(SquareNeighborhood,
int);
76 vtkGetMacro(IslandValue,
double);
84 vtkGetMacro(ReplaceValue,
double);
a simple class to control print indentation
Removes small clusters in masks.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
~vtkImageIslandRemoval2D()