37 #ifndef vtkMaskPoints_h
38 #define vtkMaskPoints_h
40 #include "vtkFiltersCoreModule.h"
55 vtkGetMacro(OnRatio,
int);
64 vtkGetMacro(MaximumNumberOfPoints,
vtkIdType);
106 vtkSetClampMacro(RandomModeType,
int, 0, 2);
107 vtkGetMacro(RandomModeType,
int);
124 vtkSetMacro(ProportionalMaximumNumberOfPoints,
vtkTypeBool);
125 vtkGetMacro(ProportionalMaximumNumberOfPoints,
vtkTypeBool);
126 vtkBooleanMacro(ProportionalMaximumNumberOfPoints,
vtkTypeBool);
157 vtkSetMacro(OutputPointsPrecision,
int);
158 vtkGetMacro(OutputPointsPrecision,
int);
184 unsigned long GetLocalSampleSize(
vtkIdType,
int);