68#ifndef vtkBoundedPointSource_h
69#define vtkBoundedPointSource_h
71#include "vtkFiltersPointsModule.h"
99 vtkSetVector6Macro(Bounds,
double);
100 vtkGetVectorMacro(Bounds,
double, 6);
109 vtkSetMacro(OutputPointsPrecision,
int);
110 vtkGetMacro(OutputPointsPrecision,
int);
119 vtkSetMacro(ProduceCellOutput,
bool);
120 vtkGetMacro(ProduceCellOutput,
bool);
121 vtkBooleanMacro(ProduceCellOutput,
bool);
129 vtkSetMacro(ProduceRandomScalars,
bool);
130 vtkGetMacro(ProduceRandomScalars,
bool);
131 vtkBooleanMacro(ProduceRandomScalars,
bool);
139 vtkSetVector2Macro(ScalarRange,
double);
140 vtkGetVectorMacro(ScalarRange,
double, 2);
154 double ScalarRange[2];
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.