39 #ifndef vtkFeatureEdges_h
40 #define vtkFeatureEdges_h
42 #include "vtkFiltersCoreModule.h"
77 vtkSetMacro(BoundaryEdges,
bool);
78 vtkGetMacro(BoundaryEdges,
bool);
79 vtkBooleanMacro(BoundaryEdges,
bool);
86 vtkSetMacro(FeatureEdges,
bool);
87 vtkGetMacro(FeatureEdges,
bool);
88 vtkBooleanMacro(FeatureEdges,
bool);
95 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
96 vtkGetMacro(FeatureAngle,
double);
103 vtkSetMacro(NonManifoldEdges,
bool);
104 vtkGetMacro(NonManifoldEdges,
bool);
105 vtkBooleanMacro(NonManifoldEdges,
bool);
113 vtkSetMacro(ManifoldEdges,
bool);
114 vtkGetMacro(ManifoldEdges,
bool);
115 vtkBooleanMacro(ManifoldEdges,
bool);
122 vtkSetMacro(Coloring,
bool);
123 vtkGetMacro(Coloring,
bool);
124 vtkBooleanMacro(Coloring,
bool);
152 vtkSetMacro(OutputPointsPrecision,
int);
153 vtkGetMacro(OutputPointsPrecision,
int);
extract interior, boundary, non-manifold, and/or sharp edges from polygonal data
static vtkFeatureEdges * New()
Construct an instance with feature angle = 30; all types of edges (except manifold edges) are extract...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void ExtractAllEdgeTypesOff()
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
vtkMTimeType GetMTime() override
Return MTime also considering the locator.
~vtkFeatureEdges() override
void CreateDefaultLocator()
Create default locator.
int OutputPointsPrecision
void ExtractAllEdgeTypesOn()
Methods for turning the extraction of all types of edges on; and turning the extraction of all types ...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkIncrementalPointLocator * Locator
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
vtkTypeUInt32 vtkMTimeType