134#ifndef vtkPCANormalEstimation_h
135#define vtkPCANormalEstimation_h
138#include "vtkFiltersPointsModule.h"
143VTK_ABI_NAMESPACE_BEGIN
167 } NeighborSearchMode;
184 vtkSetMacro(SearchMode,
int);
185 vtkGetMacro(SearchMode,
int);
198 vtkGetMacro(SampleSize,
int);
208 vtkSetMacro(Radius,
double);
209 vtkGetMacro(Radius,
double);
235 vtkSetMacro(NormalOrientation,
int);
236 vtkGetMacro(NormalOrientation,
int);
249 vtkSetVector3Macro(OrientationPoint,
double);
250 vtkGetVectorMacro(OrientationPoint,
double, 3);
257 vtkSetMacro(FlipNormals,
bool);
258 vtkGetMacro(FlipNormals,
bool);
259 vtkBooleanMacro(FlipNormals,
bool);
283 vtkSetMacro(CellGenerationMode,
int);
284 vtkGetMacro(CellGenerationMode,
int);
297 double OrientationPoint[3] = { 0. };
298 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.