30 #ifndef vtkFeatureEdges_h
31 #define vtkFeatureEdges_h
33 #include "vtkFiltersCoreModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
61 void ExtractAllEdgeTypesOn();
62 void ExtractAllEdgeTypesOff();
69 vtkSetMacro(BoundaryEdges,
bool);
70 vtkGetMacro(BoundaryEdges,
bool);
71 vtkBooleanMacro(BoundaryEdges,
bool);
78 vtkSetMacro(FeatureEdges,
bool);
79 vtkGetMacro(FeatureEdges,
bool);
80 vtkBooleanMacro(FeatureEdges,
bool);
87 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
88 vtkGetMacro(FeatureAngle,
double);
95 vtkSetMacro(NonManifoldEdges,
bool);
96 vtkGetMacro(NonManifoldEdges,
bool);
97 vtkBooleanMacro(NonManifoldEdges,
bool);
105 vtkSetMacro(ManifoldEdges,
bool);
106 vtkGetMacro(ManifoldEdges,
bool);
107 vtkBooleanMacro(ManifoldEdges,
bool);
117 vtkSetMacro(PassLines,
bool);
118 vtkGetMacro(PassLines,
bool);
119 vtkBooleanMacro(PassLines,
bool);
126 vtkSetMacro(Coloring,
bool);
127 vtkGetMacro(Coloring,
bool);
128 vtkBooleanMacro(Coloring,
bool);
142 vtkSetMacro(RemoveGhostInterfaces,
bool);
143 vtkGetMacro(RemoveGhostInterfaces,
bool);
144 vtkBooleanMacro(RemoveGhostInterfaces,
bool);
159 void CreateDefaultLocator();
172 vtkSetMacro(OutputPointsPrecision,
int);
173 vtkGetMacro(OutputPointsPrecision,
int);
201 VTK_ABI_NAMESPACE_END
vtkIncrementalPointLocator * Locator
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Abstract class in support of both point location and point insertion.
bool RemoveGhostInterfaces
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
extract interior, boundary, non-manifold, and/or sharp edges from polygonal data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.