54#ifndef vtkPCACurvatureEstimation_h
55#define vtkPCACurvatureEstimation_h
57#include "vtkFiltersPointsModule.h"
abstract class to quickly locate points in 3-space
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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.
static vtkPCACurvatureEstimation * New()
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.