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