31 #ifndef __vtkPointSource_h
32 #define __vtkPointSource_h
36 #define VTK_POINT_UNIFORM 1
37 #define VTK_POINT_SHELL 0
54 vtkSetVector3Macro(Center,
double);
55 vtkGetVectorMacro(Center,
double,3);
63 vtkGetMacro(Radius,
double);
70 vtkSetMacro(Distribution,
int);
75 vtkGetMacro(Distribution,
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()
create a random cloud of points