15#ifndef vtkOrientPolyData_h
16#define vtkOrientPolyData_h
18#include "vtkFiltersCoreModule.h"
21VTK_ABI_NAMESPACE_BEGIN
37 vtkSetMacro(Consistency,
bool);
38 vtkGetMacro(Consistency,
bool);
39 vtkBooleanMacro(Consistency,
bool);
56 vtkSetMacro(AutoOrientNormals,
bool);
57 vtkGetMacro(AutoOrientNormals,
bool);
58 vtkBooleanMacro(AutoOrientNormals,
bool);
69 vtkSetMacro(NonManifoldTraversal,
bool);
70 vtkGetMacro(NonManifoldTraversal,
bool);
71 vtkBooleanMacro(NonManifoldTraversal,
bool);
83 vtkSetMacro(FlipNormals,
bool);
84 vtkGetMacro(FlipNormals,
bool);
85 vtkBooleanMacro(FlipNormals,
bool);
105 std::vector<char>& visited,
vtkIdType& numFlips);
list of point or cell ids
a simple class to control print indentation
Auto detect correct normal orientation and/or enforce consistent polygon ordering.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool NonManifoldTraversal
~vtkOrientPolyData() override
static vtkOrientPolyData * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips