65 #ifndef vtkPolyDataNormals_h
66 #define vtkPolyDataNormals_h
68 #include "vtkFiltersCoreModule.h"
71 VTK_ABI_NAMESPACE_BEGIN
95 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
96 vtkGetMacro(FeatureAngle,
double);
181 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
182 vtkGetMacro(OutputPointsPrecision,
int);
206 struct MarkAndSplitFunctor;
212 std::vector<char>& visited,
vtkIdType& numFlips);
224 VTK_ABI_NAMESPACE_END
dynamic, self-adjusting array of float
list of point or cell ids
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
compute normals for polygonal mesh
int OutputPointsPrecision
static vtkPolyDataNormals * New()
Construct with feature angle=30, splitting and consistency turned on, flipNormals turned off,...
~vtkPolyDataNormals() override=default
vtkTypeBool NonManifoldTraversal
vtkTypeBool ComputeCellNormals
vtkTypeBool ComputePointNormals
vtkTypeBool AutoOrientNormals
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
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