44 #ifndef vtkFeatureEdges_h
45 #define vtkFeatureEdges_h
47 #include "vtkFiltersCoreModule.h"
69 vtkGetMacro(BoundaryEdges,
int);
78 vtkGetMacro(FeatureEdges,
int);
86 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
87 vtkGetMacro(FeatureAngle,
double);
95 vtkGetMacro(NonManifoldEdges,
int);
104 vtkGetMacro(ManifoldEdges,
int);
113 vtkGetMacro(Coloring,
int);
129 void CreateDefaultLocator();
143 vtkGetMacro(OutputPointsPrecision,
int);
148 ~vtkFeatureEdges() VTK_OVERRIDE;
152 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
157 int NonManifoldEdges;
160 int OutputPointsPrecision;
163 vtkFeatureEdges(const vtkFeatureEdges&) VTK_DELETE_FUNCTION;
164 void operator=(const vtkFeatureEdges&) VTK_DELETE_FUNCTION;
Abstract class in support of both point location and point insertion.
vtkTypeUInt64 vtkMTimeType
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
extract boundary, non-manifold, and/or sharp edges from polygonal data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
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.