56 #ifndef vtkPolyDataNormals_h
57 #define vtkPolyDataNormals_h
59 #include "vtkFiltersCoreModule.h"
62 VTK_ABI_NAMESPACE_BEGIN
86 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
87 vtkGetMacro(FeatureAngle,
double);
163 vtkBooleanMacro(NonManifoldTraversal,
vtkTypeBool);
172 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
173 vtkGetMacro(OutputPointsPrecision,
int);
197 struct MarkAndSplitFunctor;
203 std::vector<char>& visited,
vtkIdType& numFlips);
215 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
dynamic, self-adjusting array of float
vtkTypeBool AutoOrientNormals
int OutputPointsPrecision
vtkTypeBool ComputePointNormals
concrete dataset represents vertices, lines, polygons, and triangle strips
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
vtkTypeBool NonManifoldTraversal
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool ComputeCellNormals