52 #ifndef vtkRadiusOutlierRemoval_h
53 #define vtkRadiusOutlierRemoval_h
55 #include "vtkFiltersPointsModule.h"
79 vtkGetMacro(Radius,
double);
87 vtkSetClampMacro(NumberOfNeighbors,
int, 1,
VTK_INT_MAX);
88 vtkGetMacro(NumberOfNeighbors,
int);
concrete class for storing a set of points
virtual int FilterPoints(vtkPointSet *input)=0
static vtkPolyDataAlgorithm * New()
a simple class to control print indentation
abstract class to quickly locate points in 3-space
vtkAbstractPointLocator * Locator
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to obtain type information, and print information.
abstract class for filtering a point cloud