38#ifndef vtkBoundedPointSource_h
39#define vtkBoundedPointSource_h
41#include "vtkFiltersPointsModule.h"
69 vtkSetVector6Macro(Bounds,
double);
70 vtkGetVectorMacro(Bounds,
double, 6);
79 vtkSetMacro(OutputPointsPrecision,
int);
80 vtkGetMacro(OutputPointsPrecision,
int);
89 vtkSetMacro(ProduceCellOutput,
bool);
90 vtkGetMacro(ProduceCellOutput,
bool);
91 vtkBooleanMacro(ProduceCellOutput,
bool);
99 vtkSetMacro(ProduceRandomScalars,
bool);
100 vtkGetMacro(ProduceRandomScalars,
bool);
101 vtkBooleanMacro(ProduceRandomScalars,
bool);
109 vtkSetVector2Macro(ScalarRange,
double);
110 vtkGetVectorMacro(ScalarRange,
double, 2);
124 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.