32 #ifndef vtkPointSource_h
33 #define vtkPointSource_h
38 #define VTK_POINT_UNIFORM 1
39 #define VTK_POINT_SHELL 0
56 vtkSetVector3Macro(Center,
double);
57 vtkGetVectorMacro(Center,
double,3);
65 vtkGetMacro(Radius,
double);
72 vtkSetMacro(Distribution,
int);
77 vtkGetMacro(Distribution,
int);
85 vtkSetMacro(OutputPointsPrecision,
int);
86 vtkGetMacro(OutputPointsPrecision,
int);
void SetDistributionToShell()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
#define VTK_POINT_UNIFORM
void SetDistributionToUniform()
int OutputPointsPrecision
create a random cloud of points