 |
VTK
9.0.1
|
Go to the documentation of this file.
55 #ifndef vtkPCANormalEstimation_h
56 #define vtkPCANormalEstimation_h
58 #include "vtkFiltersPointsModule.h"
85 vtkGetMacro(SampleSize,
int);
111 vtkSetMacro(NormalOrientation,
int);
112 vtkGetMacro(NormalOrientation,
int);
125 vtkSetVector3Macro(OrientationPoint,
double);
126 vtkGetVectorMacro(OrientationPoint,
double, 3);
133 vtkSetMacro(FlipNormals,
bool);
134 vtkGetMacro(FlipNormals,
bool);
135 vtkBooleanMacro(FlipNormals,
bool);
156 double OrientationPoint[3];
160 void TraverseAndFlip(
represent and manipulate 3D points
void SetNormalOrientationToPoint()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetNormalOrientationToGraphTraversal()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
list of point or cell ids
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
generate point normals using local tangent planes
void SetNormalOrientationToAsComputed()
abstract class to quickly locate points in 3-space
Style
This enum is used to control how normals oriented is controlled.
vtkAbstractPointLocator * Locator
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.