Go to the documentation of this file.
32 #ifndef vtkPointSource_h
33 #define vtkPointSource_h
38 #define VTK_POINT_UNIFORM 1
39 #define VTK_POINT_SHELL 0
void SetDistributionToUniform()
static vtkPointSource * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkSetVector3Macro(name, type)
#define vtkTypeMacro(thisClass, superclass)
#define vtkGetVectorMacro(name, type, count)
create a random cloud of points
#define vtkSetClampMacro(name, type, min, max)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define vtkGetMacro(name, type)
vtkSetMacro(IgnoreDriverBugs, bool)
#define VTK_POINT_UNIFORM
vtkPointSource(vtkIdType numPts=10)
void SetDistributionToShell()
int OutputPointsPrecision
Superclass for algorithms that produce only polydata as output.