63 #ifndef vtkPolyDataNormals_h 64 #define vtkPolyDataNormals_h 66 #include "vtkFiltersCoreModule.h" 92 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
93 vtkGetMacro(FeatureAngle,
double);
101 vtkGetMacro(Splitting,
int);
110 vtkGetMacro(Consistency,
int);
127 vtkGetMacro(AutoOrientNormals,
int);
136 vtkGetMacro(ComputePointNormals,
int);
145 vtkGetMacro(ComputeCellNormals,
int);
157 vtkGetMacro(FlipNormals,
int);
168 vtkGetMacro(NonManifoldTraversal,
int);
178 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
179 vtkGetMacro(OutputPointsPrecision,
int);
213 void TraverseAndOrder(
void);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
dynamic, self-adjusting array of float
int OutputPointsPrecision
concrete dataset represents vertices, lines, polygons, and triangle strips
~vtkPolyDataNormals() override
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
list of point or cell ids
compute normals for polygonal mesh
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.