54 #ifndef vtkPCACurvatureEstimation_h
55 #define vtkPCACurvatureEstimation_h
57 #include "vtkFiltersPointsModule.h"
84 vtkGetMacro(SampleSize,
int);
abstract class to quickly locate points in 3-space
a simple class to control print indentation
generate curvature estimates using principal component analysis
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkPCACurvatureEstimation * New()
Standard methods for instantiating, obtaining type information, and printing information.
vtkPCACurvatureEstimation()
void SetLocator(vtkAbstractPointLocator *locator)
Specify a point locator.
~vtkPCACurvatureEstimation()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkAbstractPointLocator * Locator
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
Superclass for algorithms that produce only polydata as output.