33 #ifndef vtkPointSource_h
34 #define vtkPointSource_h
36 #include "vtkFiltersSourcesModule.h"
39 #define VTK_POINT_UNIFORM 1
40 #define VTK_POINT_SHELL 0
63 vtkSetVector3Macro(Center,
double);
64 vtkGetVectorMacro(Center,
double,3);
74 vtkGetMacro(Radius,
double);
83 vtkSetMacro(Distribution,
int);
88 vtkGetMacro(Distribution,
int);
97 vtkSetMacro(OutputPointsPrecision,
int);
98 vtkGetMacro(OutputPointsPrecision,
int);