40#ifndef vtkPointSource_h
41#define vtkPointSource_h
43#include "vtkFiltersSourcesModule.h"
46#define VTK_POINT_SHELL 0
47#define VTK_POINT_UNIFORM 1
48#define VTK_POINT_EXPONENTIAL 2
77 vtkGetVectorMacro(
Center,
double, 3);
a simple class to control print indentation
vtkRandomSequence * RandomSequence
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
void SetDistributionToShell()
Specify the point distribution to use.
void SetDistributionToExponential()
Specify the point distribution to use.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkPointSource * New()
Standard methods for instantiation, type information, and printing.
void SetDistributionToUniform()
Specify the point distribution to use.
vtkPointSource(vtkIdType numPts=10)
~vtkPointSource() override
virtual void SetRandomSequence(vtkRandomSequence *randomSequence)
Set/Get a random sequence generator.
int OutputPointsPrecision
virtual void SetDistribution(int)
Specify the point distribution to use.
Generate a sequence of random numbers.
#define VTK_POINT_UNIFORM
#define VTK_POINT_EXPONENTIAL