53 #ifndef vtkStatisticalOutlierRemoval_h
54 #define vtkStatisticalOutlierRemoval_h
56 #include "vtkFiltersPointsModule.h"
83 vtkGetMacro(SampleSize,
int);
94 vtkGetMacro(StandardDeviationFactor,
double);
113 vtkGetMacro(ComputedMean,
double);
122 vtkGetMacro(ComputedStandardDeviation,
double);
abstract class to quickly locate points in 3-space
a simple class to control print indentation
abstract class for filtering a point cloud
abstract class for specifying dataset behavior
remove sparse outlier points
vtkAbstractPointLocator * Locator
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetLocator(vtkAbstractPointLocator *locator)
Specify a point locator.
~vtkStatisticalOutlierRemoval()
vtkStatisticalOutlierRemoval()
virtual int FilterPoints(vtkPointSet *input)
double StandardDeviationFactor
double ComputedStandardDeviation
static vtkStatisticalOutlierRemoval * New()
Standard methods for instantiating, obtaining type information, and printing information.