51#ifndef vtkPCACurvatureEstimation_h
52#define vtkPCACurvatureEstimation_h
54#include "vtkFiltersPointsModule.h"
80 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
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.
Superclass for algorithms that produce only polydata as output.