25 #ifndef vtkImageIslandRemoval2D_h 
   26 #define vtkImageIslandRemoval2D_h 
   29 #include "vtkImagingMorphologicalModule.h"  
   55   vtkSetMacro(AreaThreshold, 
int);
 
   56   vtkGetMacro(AreaThreshold, 
int);
 
   72   vtkSetMacro(IslandValue, 
double);
 
   73   vtkGetMacro(IslandValue, 
double);
 
   80   vtkSetMacro(ReplaceValue, 
double);
 
   81   vtkGetMacro(ReplaceValue, 
double);