65#ifndef vtkPCANormalEstimation_h
66#define vtkPCANormalEstimation_h
68#include "vtkFiltersPointsModule.h"
73VTK_ABI_NAMESPACE_BEGIN
114 vtkSetMacro(SearchMode,
int);
115 vtkGetMacro(SearchMode,
int);
128 vtkGetMacro(SampleSize,
int);
138 vtkSetMacro(Radius,
double);
139 vtkGetMacro(Radius,
double);
165 vtkSetMacro(NormalOrientation,
int);
166 vtkGetMacro(NormalOrientation,
int);
179 vtkSetVector3Macro(OrientationPoint,
double);
180 vtkGetVectorMacro(OrientationPoint,
double, 3);
187 vtkSetMacro(FlipNormals,
bool);
188 vtkGetMacro(FlipNormals,
bool);
189 vtkBooleanMacro(FlipNormals,
bool);
212 double OrientationPoint[3] = { 0. };
213 bool FlipNormals =
false;
abstract class to quickly locate points in 3-space
list of point or cell ids
a simple class to control print indentation
generate point normals using local tangent planes
void SetSearchModeToRadius()
Configure how the filter selects the neighbor points used to calculate the PCA.
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.
~vtkPCANormalEstimation() override
void SetNormalOrientationToPoint()
Configure how the filter addresses consistency in normal oreientation.
void TraverseAndFlip(vtkPoints *inPts, float *normals, char *pointMap, vtkIdList *wave, vtkIdList *wave2)
void SetNormalOrientationToAsComputed()
Configure how the filter addresses consistency in normal oreientation.
vtkPCANormalEstimation()=default
void SetSearchModeToKNN()
Configure how the filter selects the neighbor points used to calculate the PCA.
static vtkPCANormalEstimation * New()
Standard methods for instantiating, obtaining type information, and printing information.
Style
This enum is used to control how normals oriented is controlled.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetNormalOrientationToGraphTraversal()
Configure how the filter addresses consistency in normal oreientation.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.
Hold a reference to a vtkObjectBase instance.
static vtkStaticPointLocator * New()
Construct with automatic computation of divisions, averaging 5 points per bucket.