29 #ifndef vtkBoundedPointSource_h
30 #define vtkBoundedPointSource_h
32 #include "vtkFiltersPointsModule.h"
35 VTK_ABI_NAMESPACE_BEGIN
61 vtkSetVector6Macro(Bounds,
double);
62 vtkGetVectorMacro(Bounds,
double, 6);
71 vtkSetMacro(OutputPointsPrecision,
int);
72 vtkGetMacro(OutputPointsPrecision,
int);
81 vtkSetMacro(ProduceCellOutput,
bool);
82 vtkGetMacro(ProduceCellOutput,
bool);
83 vtkBooleanMacro(ProduceCellOutput,
bool);
91 vtkSetMacro(ProduceRandomScalars,
bool);
92 vtkGetMacro(ProduceRandomScalars,
bool);
93 vtkBooleanMacro(ProduceRandomScalars,
bool);
101 vtkSetVector2Macro(ScalarRange,
double);
102 vtkGetVectorMacro(ScalarRange,
double, 2);
116 double ScalarRange[2];
123 VTK_ABI_NAMESPACE_END
create a random cloud of points within a specified bounding box
bool ProduceRandomScalars
~vtkBoundedPointSource() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information and printing.
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.