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);
Generic algorithm superclass for image algs.
Removes small clusters in masks.
~vtkImageIslandRemoval2D()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called in response to a REQUEST_DATA request from the executive.
vtkImageIslandRemoval2D()
static vtkImageIslandRemoval2D * New()
Constructor: Sets default filter to be identity.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.