131 #ifndef vtkFeatureEdges_h
132 #define vtkFeatureEdges_h
134 #include "vtkFiltersCoreModule.h"
169 vtkSetMacro(BoundaryEdges,
bool);
170 vtkGetMacro(BoundaryEdges,
bool);
171 vtkBooleanMacro(BoundaryEdges,
bool);
178 vtkSetMacro(FeatureEdges,
bool);
179 vtkGetMacro(FeatureEdges,
bool);
180 vtkBooleanMacro(FeatureEdges,
bool);
187 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
188 vtkGetMacro(FeatureAngle,
double);
195 vtkSetMacro(NonManifoldEdges,
bool);
196 vtkGetMacro(NonManifoldEdges,
bool);
197 vtkBooleanMacro(NonManifoldEdges,
bool);
205 vtkSetMacro(ManifoldEdges,
bool);
206 vtkGetMacro(ManifoldEdges,
bool);
207 vtkBooleanMacro(ManifoldEdges,
bool);
217 vtkSetMacro(PassLines,
bool);
218 vtkGetMacro(PassLines,
bool);
219 vtkBooleanMacro(PassLines,
bool);
226 vtkSetMacro(Coloring,
bool);
227 vtkGetMacro(Coloring,
bool);
228 vtkBooleanMacro(Coloring,
bool);
242 vtkSetMacro(RemoveGhostInterfaces,
bool);
243 vtkGetMacro(RemoveGhostInterfaces,
bool);
244 vtkBooleanMacro(RemoveGhostInterfaces,
bool);
272 vtkSetMacro(OutputPointsPrecision,
int);
273 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()
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