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);