Go to the documentation of this file.
32 #ifndef vtkBoundedPointSource_h
33 #define vtkBoundedPointSource_h
35 #include "vtkFiltersPointsModule.h"
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];
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool ProduceRandomScalars
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
int OutputPointsPrecision
static vtkPolyDataAlgorithm * New()
create a random cloud of points within a specified bounding box
Superclass for algorithms that produce only polydata as output.