 |
VTK
9.1.0
|
Go to the documentation of this file.
34 #ifndef vtkPoissonDiskSampler_h
35 #define vtkPoissonDiskSampler_h
37 #include "vtkFiltersPointsModule.h"
61 vtkSetMacro(Radius,
double);
62 vtkGetMacro(Radius,
double);
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Superclass for algorithms that produce output of the same type as input.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkAbstractPointLocator * Locator
Locator being used to query point neighbors.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiating, obtaining type information, and printing information.
generate point normals using local tangent planes
~vtkPoissonDiskSampler() override
void SetLocator(vtkAbstractPointLocator *locator)
Specify a point locator.
a simple class to control print indentation
list of point or cell ids
static vtkPoissonDiskSampler * New()
Standard methods for instantiating, obtaining type information, and printing information.
abstract class to quickly locate points in 3-space
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
double Radius
Radius used to query point neighbors using the Locator.