131#ifndef vtkMaskPoints_h
132#define vtkMaskPoints_h
134#include "vtkFiltersCoreModule.h"
138VTK_ABI_NAMESPACE_BEGIN
150 UNIFORM_SPATIAL_VOLUME
162 vtkGetMacro(OnRatio,
int);
186 vtkSetMacro(RandomMode,
bool);
187 vtkGetMacro(RandomMode,
bool);
188 vtkBooleanMacro(RandomMode,
bool);
196 vtkSetMacro(RandomSeed,
int);
197 vtkGetMacro(RandomSeed,
int);
231 vtkSetClampMacro(RandomModeType,
int, RANDOMIZED_ID_STRIDES, UNIFORM_SPATIAL_VOLUME);
232 vtkGetMacro(RandomModeType,
int);
249 vtkSetMacro(ProportionalMaximumNumberOfPoints,
bool);
250 vtkGetMacro(ProportionalMaximumNumberOfPoints,
bool);
251 vtkBooleanMacro(ProportionalMaximumNumberOfPoints,
bool);
260 vtkSetMacro(GenerateVertices,
bool);
261 vtkGetMacro(GenerateVertices,
bool);
262 vtkBooleanMacro(GenerateVertices,
bool);
271 vtkSetMacro(SingleVertexPerCell,
bool);
272 vtkGetMacro(SingleVertexPerCell,
bool);
273 vtkBooleanMacro(SingleVertexPerCell,
bool);
282 vtkSetMacro(OutputPointsPrecision,
int);
283 vtkGetMacro(OutputPointsPrecision,
int);
295 bool RandomMode =
false;
298 bool GenerateVertices =
false;
299 bool SingleVertexPerCell =
false;
300 int RandomModeType = RANDOMIZED_ID_STRIDES;
301 bool ProportionalMaximumNumberOfPoints =
false;
302 int OutputPointsPrecision = DEFAULT_PRECISION;
a simple class to control print indentation
selectively filter points
~vtkMaskPoints() override=default
virtual void InternalSplitController(int, int)
vtkIdType MaximumNumberOfPoints
virtual void InternalGather(unsigned long *, unsigned long *, int, int)
virtual void InternalScatter(unsigned long *, unsigned long *, int, int)
virtual void InternalBroadcast(double *, int, int)
unsigned long GetLocalSampleSize(vtkIdType, int)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void InternalGather(double *, double *, int, int)
virtual int InternalGetNumberOfProcesses()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int InternalGetLocalProcessId()
double GetLocalAreaFactor(double, int)
virtual void InternalBarrier()
static vtkMaskPoints * New()
virtual void InternalResetController()
@ UNIFORM_SPATIAL_SURFACE
Superclass for algorithms that produce only polydata as output.