31 #ifndef vtkMaskPoints_h 
   32 #define vtkMaskPoints_h 
   34 #include "vtkFiltersCoreModule.h"  
   49   vtkGetMacro(OnRatio, 
int);
 
   58   vtkGetMacro(MaximumNumberOfPoints, 
vtkIdType);
 
  100   vtkSetClampMacro(RandomModeType, 
int, 0, 2);
 
  101   vtkGetMacro(RandomModeType, 
int);
 
  118   vtkSetMacro(ProportionalMaximumNumberOfPoints, 
vtkTypeBool);
 
  119   vtkGetMacro(ProportionalMaximumNumberOfPoints, 
vtkTypeBool);
 
  120   vtkBooleanMacro(ProportionalMaximumNumberOfPoints, 
vtkTypeBool);
 
  151   vtkSetMacro(OutputPointsPrecision, 
int);
 
  152   vtkGetMacro(OutputPointsPrecision, 
int);
 
  179   unsigned long GetLocalSampleSize(
vtkIdType, 
int);