39 #ifndef vtkFeatureEdges_h
40 #define vtkFeatureEdges_h
42 #include "vtkFiltersCoreModule.h"
45 VTK_ABI_NAMESPACE_BEGIN
78 vtkSetMacro(BoundaryEdges,
bool);
79 vtkGetMacro(BoundaryEdges,
bool);
80 vtkBooleanMacro(BoundaryEdges,
bool);
87 vtkSetMacro(FeatureEdges,
bool);
88 vtkGetMacro(FeatureEdges,
bool);
89 vtkBooleanMacro(FeatureEdges,
bool);
96 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
97 vtkGetMacro(FeatureAngle,
double);
104 vtkSetMacro(NonManifoldEdges,
bool);
105 vtkGetMacro(NonManifoldEdges,
bool);
106 vtkBooleanMacro(NonManifoldEdges,
bool);
114 vtkSetMacro(ManifoldEdges,
bool);
115 vtkGetMacro(ManifoldEdges,
bool);
116 vtkBooleanMacro(ManifoldEdges,
bool);
126 vtkSetMacro(PassLines,
bool);
127 vtkGetMacro(PassLines,
bool);
128 vtkBooleanMacro(PassLines,
bool);
135 vtkSetMacro(Coloring,
bool);
136 vtkGetMacro(Coloring,
bool);
137 vtkBooleanMacro(Coloring,
bool);
151 vtkSetMacro(RemoveGhostInterfaces,
bool);
152 vtkGetMacro(RemoveGhostInterfaces,
bool);
153 vtkBooleanMacro(RemoveGhostInterfaces,
bool);
181 vtkSetMacro(OutputPointsPrecision,
int);
182 vtkGetMacro(OutputPointsPrecision,
int);
210 VTK_ABI_NAMESPACE_END
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()
Methods for turning the extraction of all types of edges on; and turning the extraction of all types ...
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
bool RemoveGhostInterfaces
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
Standard methods for type information and printing.
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