34 #ifndef vtkMaskPoints_h
35 #define vtkMaskPoints_h
37 #include "vtkFiltersCoreModule.h"
51 UNIFORM_SPATIAL_VOLUME
63 vtkGetMacro(OnRatio,
int);
72 vtkGetMacro(MaximumNumberOfPoints,
vtkIdType);
87 vtkSetMacro(RandomMode,
bool);
88 vtkGetMacro(RandomMode,
bool);
89 vtkBooleanMacro(RandomMode,
bool);
97 vtkSetMacro(RandomSeed,
int);
98 vtkGetMacro(RandomSeed,
int);
132 vtkSetClampMacro(RandomModeType,
int, RANDOMIZED_ID_STRIDES, UNIFORM_SPATIAL_VOLUME);
133 vtkGetMacro(RandomModeType,
int);
150 vtkSetMacro(ProportionalMaximumNumberOfPoints,
bool);
151 vtkGetMacro(ProportionalMaximumNumberOfPoints,
bool);
152 vtkBooleanMacro(ProportionalMaximumNumberOfPoints,
bool);
161 vtkSetMacro(GenerateVertices,
bool);
162 vtkGetMacro(GenerateVertices,
bool);
163 vtkBooleanMacro(GenerateVertices,
bool);
172 vtkSetMacro(SingleVertexPerCell,
bool);
173 vtkGetMacro(SingleVertexPerCell,
bool);
174 vtkBooleanMacro(SingleVertexPerCell,
bool);
183 vtkSetMacro(OutputPointsPrecision,
int);
184 vtkGetMacro(OutputPointsPrecision,
int);
196 bool RandomMode =
false;
199 bool GenerateVertices =
false;
200 bool SingleVertexPerCell =
false;
201 int RandomModeType = RANDOMIZED_ID_STRIDES;
202 bool ProportionalMaximumNumberOfPoints =
false;
215 unsigned long GetLocalSampleSize(
vtkIdType,
int);
216 double GetLocalAreaFactor(
double,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual int InternalGetNumberOfProcesses()
virtual void InternalBarrier()
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkIdType MaximumNumberOfPoints
selectively filter points
virtual void InternalBroadcast(double *, int, int)
virtual void InternalSplitController(int, int)
virtual int InternalGetLocalProcessId()
virtual void InternalGather(unsigned long *, unsigned long *, int, int)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual void InternalGather(double *, double *, int, int)
virtual void InternalResetController()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void InternalScatter(unsigned long *, unsigned long *, int, int)