29 #ifndef vtkBoundedPointSource_h
30 #define vtkBoundedPointSource_h
32 #include "vtkFiltersPointsModule.h"
60 vtkSetVector6Macro(Bounds,
double);
61 vtkGetVectorMacro(Bounds,
double, 6);
70 vtkSetMacro(OutputPointsPrecision,
int);
71 vtkGetMacro(OutputPointsPrecision,
int);
80 vtkSetMacro(ProduceCellOutput,
bool);
81 vtkGetMacro(ProduceCellOutput,
bool);
82 vtkBooleanMacro(ProduceCellOutput,
bool);
90 vtkSetMacro(ProduceRandomScalars,
bool);
91 vtkGetMacro(ProduceRandomScalars,
bool);
92 vtkBooleanMacro(ProduceRandomScalars,
bool);
100 vtkSetVector2Macro(ScalarRange,
double);
101 vtkGetVectorMacro(ScalarRange,
double, 2);
115 double ScalarRange[2];
create a random cloud of points within a specified bounding box
~vtkBoundedPointSource() override
bool ProduceRandomScalars
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.
int OutputPointsPrecision
static vtkBoundedPointSource * New()
Standard methods for instantiation, type information and printing.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.