27 #ifndef __vtkImageIslandRemoval2D_h
28 #define __vtkImageIslandRemoval2D_h
54 vtkSetMacro(AreaThreshold,
int);
55 vtkGetMacro(AreaThreshold,
int);
60 vtkSetMacro(SquareNeighborhood,
int);
61 vtkGetMacro(SquareNeighborhood,
int);
62 vtkBooleanMacro(SquareNeighborhood,
int);
67 vtkSetMacro(IslandValue,
double);
68 vtkGetMacro(IslandValue,
double);
73 vtkSetMacro(ReplaceValue,
double);
74 vtkGetMacro(ReplaceValue,
double);