Go to the documentation of this file.
57 #ifndef vtkPolyDataNormals_h
58 #define vtkPolyDataNormals_h
60 #include "vtkFiltersCoreModule.h"
86 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
87 vtkGetMacro(FeatureAngle,
double);
95 vtkGetMacro(Splitting,
int);
104 vtkGetMacro(Consistency,
int);
121 vtkGetMacro(AutoOrientNormals,
int);
130 vtkGetMacro(ComputePointNormals,
int);
139 vtkGetMacro(ComputeCellNormals,
int);
151 vtkGetMacro(FlipNormals,
int);
162 vtkGetMacro(NonManifoldTraversal,
int);
172 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
173 vtkGetMacro(OutputPointsPrecision,
int);
207 void TraverseAndOrder(
void);
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int OutputPointsPrecision
dynamic, self-adjusting array of float
compute normals for polygonal mesh
~vtkPolyDataNormals() override
a simple class to control print indentation
list of point or cell ids
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataNormals * New()
Construct with feature angle=30, splitting and consistency turned on, flipNormals turned off,...
Superclass for algorithms that produce only polydata as output.