 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkMaskPoints_h
32 #define vtkMaskPoints_h
34 #include "vtkFiltersCoreModule.h"
49 vtkGetMacro(OnRatio,
int);
100 vtkSetClampMacro(RandomModeType,
int, 0, 2);
101 vtkGetMacro(RandomModeType,
int);
151 vtkSetMacro(OutputPointsPrecision,
int);
152 vtkGetMacro(OutputPointsPrecision,
int);
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual void InternalGather(unsigned long *, unsigned long *, int, int)
int OutputPointsPrecision
vtkIdType MaximumNumberOfPoints
virtual void InternalBarrier()
vtkTypeBool ProportionalMaximumNumberOfPoints
vtkTypeBool GenerateVertices
vtkTypeBool SingleVertexPerCell
virtual int InternalGetNumberOfProcesses()
a simple class to control print indentation
~vtkMaskPoints() override
selectively filter points
virtual void InternalScatter(unsigned long *, unsigned long *, int, int)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual void InternalSplitController(int, int)
virtual int InternalGetLocalProcessId()
virtual void InternalResetController()
unsigned long GetLocalSampleSize(vtkIdType, int)
static vtkMaskPoints * New()
Superclass for algorithms that produce only polydata as output.