29 #ifndef vtkBoundedPointSource_h
30 #define vtkBoundedPointSource_h
32 #include "vtkFiltersPointsModule.h"
60 vtkSetVector6Macro(Bounds,
double);
61 vtkGetVectorMacro(Bounds,
double,6);
71 vtkGetMacro(OutputPointsPrecision,
int);
81 vtkGetMacro(ProduceCellOutput,
bool);
91 vtkGetMacro(ProduceRandomScalars,
bool);
100 vtkSetVector2Macro(ScalarRange,
double);
101 vtkGetVectorMacro(ScalarRange,
double,2);
112 int OutputPointsPrecision;
113 bool ProduceCellOutput;
114 bool ProduceRandomScalars;
115 double ScalarRange[2];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
~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
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.