124#ifndef vtkPCANormalEstimation_h
125#define vtkPCANormalEstimation_h
127#include "vtkFiltersPointsModule.h"
154 vtkGetMacro(SampleSize,
int);
180 vtkSetMacro(NormalOrientation,
int);
181 vtkGetMacro(NormalOrientation,
int);
194 vtkSetVector3Macro(OrientationPoint,
double);
195 vtkGetVectorMacro(OrientationPoint,
double, 3);
202 vtkSetMacro(FlipNormals,
bool);
203 vtkGetMacro(FlipNormals,
bool);
204 vtkBooleanMacro(FlipNormals,
bool);
225 double OrientationPoint[3];
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 SetLocator(vtkAbstractPointLocator *locator)
Specify a point locator.
vtkAbstractPointLocator * 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.
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.