Go to the documentation of this file.
37 #ifndef vtkMaskPoints_h
38 #define vtkMaskPoints_h
40 #include "vtkFiltersCoreModule.h"
55 vtkGetMacro(OnRatio,
int);
64 vtkGetMacro(MaximumNumberOfPoints,
vtkIdType);
80 vtkGetMacro(RandomMode,
int);
106 vtkSetClampMacro(RandomModeType,
int, 0, 2);
107 vtkGetMacro(RandomModeType,
int);
124 vtkSetMacro(ProportionalMaximumNumberOfPoints,
int);
125 vtkGetMacro(ProportionalMaximumNumberOfPoints,
int);
136 vtkGetMacro(GenerateVertices,
int);
147 vtkGetMacro(SingleVertexPerCell,
int);
158 vtkGetMacro(OutputPointsPrecision,
int);
184 unsigned long GetLocalSampleSize(
vtkIdType,
int);
virtual void InternalGather(unsigned long *, unsigned long *, int, int)
int OutputPointsPrecision
vtkIdType MaximumNumberOfPoints
virtual void InternalBarrier()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual int InternalGetNumberOfProcesses()
a simple class to control print indentation
int ProportionalMaximumNumberOfPoints
~vtkMaskPoints() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
selectively filter points
virtual void InternalScatter(unsigned long *, unsigned long *, int, int)
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual int InternalGetLocalProcessId()
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.