27 #ifndef vtkPointSource_h 28 #define vtkPointSource_h 30 #include "vtkFiltersSourcesModule.h" 33 #define VTK_POINT_UNIFORM 1 34 #define VTK_POINT_SHELL 0 57 vtkSetVector3Macro(Center,
double);
58 vtkGetVectorMacro(Center,
double, 3);
68 vtkGetMacro(Radius,
double);
77 vtkSetMacro(Distribution,
int);
80 vtkGetMacro(Distribution,
int);
89 vtkSetMacro(OutputPointsPrecision,
int);
90 vtkGetMacro(OutputPointsPrecision,
int);
vtkRandomSequence * RandomSequence
void SetDistributionToShell()
Specify the distribution to use.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Generate a sequence of random numbers.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
#define VTK_POINT_UNIFORM
void SetDistributionToUniform()
Specify the distribution to use.
int OutputPointsPrecision
create a random cloud of points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.