42 #ifndef vtkFeatureEdges_h
43 #define vtkFeatureEdges_h
45 #include "vtkFiltersCoreModule.h"
72 void ExtractAllEdgeTypesOn();
73 void ExtractAllEdgeTypesOff();
80 vtkSetMacro(BoundaryEdges,
bool);
81 vtkGetMacro(BoundaryEdges,
bool);
82 vtkBooleanMacro(BoundaryEdges,
bool);
89 vtkSetMacro(FeatureEdges,
bool);
90 vtkGetMacro(FeatureEdges,
bool);
91 vtkBooleanMacro(FeatureEdges,
bool);
98 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
99 vtkGetMacro(FeatureAngle,
double);
106 vtkSetMacro(NonManifoldEdges,
bool);
107 vtkGetMacro(NonManifoldEdges,
bool);
108 vtkBooleanMacro(NonManifoldEdges,
bool);
116 vtkSetMacro(ManifoldEdges,
bool);
117 vtkGetMacro(ManifoldEdges,
bool);
118 vtkBooleanMacro(ManifoldEdges,
bool);
128 vtkSetMacro(PassLines,
bool);
129 vtkGetMacro(PassLines,
bool);
130 vtkBooleanMacro(PassLines,
bool);
137 vtkSetMacro(Coloring,
bool);
138 vtkGetMacro(Coloring,
bool);
139 vtkBooleanMacro(Coloring,
bool);
153 vtkSetMacro(RemoveGhostInterfaces,
bool);
154 vtkGetMacro(RemoveGhostInterfaces,
bool);
155 vtkBooleanMacro(RemoveGhostInterfaces,
bool);
170 void CreateDefaultLocator();
183 vtkSetMacro(OutputPointsPrecision,
int);
184 vtkGetMacro(OutputPointsPrecision,
int);
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.