41#ifndef vtkStatisticalOutlierRemoval_h 
   42#define vtkStatisticalOutlierRemoval_h 
   44#include "vtkFiltersPointsModule.h"  
   47VTK_ABI_NAMESPACE_BEGIN
 
   71  vtkGetMacro(SampleSize, 
int);
 
   82  vtkGetMacro(StandardDeviationFactor, 
double);
 
  101  vtkGetMacro(ComputedMean, 
double);
 
  110  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
 
concrete class for storing a set of points
 
remove sparse outlier points
 
vtkAbstractPointLocator * Locator
 
static vtkStatisticalOutlierRemoval * New()
Standard methods for instantiating, obtaining type information, and printing information.
 
void SetLocator(vtkAbstractPointLocator *locator)
Specify a point locator.
 
vtkStatisticalOutlierRemoval()
 
~vtkStatisticalOutlierRemoval() override
 
double StandardDeviationFactor
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiating, obtaining type information, and printing information.
 
double ComputedStandardDeviation
 
int FilterPoints(vtkPointSet *input) override