32 #ifndef vtkBoundedPointSource_h 33 #define vtkBoundedPointSource_h 54 vtkSetClampMacro(NumberOfPoints,vtkIdType,1,VTK_ID_MAX);
55 vtkGetMacro(NumberOfPoints,vtkIdType);
63 vtkSetVector6Macro(Bounds,
double);
64 vtkGetVectorMacro(Bounds,
double,6);
74 vtkGetMacro(OutputPointsPrecision,
int);
84 vtkGetMacro(ProduceCellOutput,
bool);
94 vtkGetMacro(ProduceRandomScalars,
bool);
103 vtkSetVector2Macro(ScalarRange,
double);
104 vtkGetVectorMacro(ScalarRange,
double,2);
118 double ScalarRange[2];
#define VTKFILTERSPOINTS_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int OutputPointsPrecision
~vtkBoundedPointSource() override
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
create a random cloud of points within a specified bounding box
bool ProduceRandomScalars
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.