44 #ifndef vtkImageIslandRemoval2D_h
45 #define vtkImageIslandRemoval2D_h
48 #include "vtkImagingMorphologicalModule.h"
75 vtkSetMacro(AreaThreshold,
int);
76 vtkGetMacro(AreaThreshold,
int);
92 vtkSetMacro(IslandValue,
double);
93 vtkGetMacro(IslandValue,
double);
100 vtkSetMacro(ReplaceValue,
double);
101 vtkGetMacro(ReplaceValue,
double);