Go to the documentation of this file.
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);
157 int NonManifoldEdges;
160 int OutputPointsPrecision;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
extract boundary, non-manifold, and/or sharp edges from polygonal data
Abstract class in support of both point location and point insertion.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.