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);
143 vtkGetMacro(OutputPointsPrecision,
int);
157 int NonManifoldEdges;
160 int OutputPointsPrecision;
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
void CreateDefaultLocator()
Create default locator.
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.
vtkMTimeType GetMTime() override
Return MTime also considering the locator.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkFeatureEdges * New()
Construct object with feature angle = 30; all types of edges extracted and colored.
Superclass for algorithms that produce only polydata as output.