35 #ifndef vtkPoissonDiskSampler_h
36 #define vtkPoissonDiskSampler_h
38 #include "vtkFiltersPointsModule.h"
62 vtkSetMacro(Radius,
double);
63 vtkGetMacro(Radius,
double);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
double Radius
Radius used to query point neighbors using the Locator.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkAbstractPointLocator * Locator
Locator being used to query point neighbors.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
generate point normals using local tangent planes
a simple class to control print indentation
abstract class to quickly locate points in 3-space
list of point or cell ids
Superclass for algorithms that produce output of the same type as input.
static vtkPointSetAlgorithm * New()