35#ifndef vtkPoissonDiskSampler_h
36#define vtkPoissonDiskSampler_h
38#include "vtkFiltersPointsModule.h"
abstract class to quickly locate points in 3-space
list of point or cell ids
a simple class to control print indentation
void SetLocator(vtkAbstractPointLocator *locator)
Specify a point locator.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
double Radius
Radius used to query point neighbors using the Locator.
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkPoissonDiskSampler * New()
Standard methods for instantiating, obtaining type information, and printing information.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiating, obtaining type information, and printing information.
~vtkPoissonDiskSampler() override
vtkAbstractPointLocator * Locator
Locator being used to query point neighbors.