43 #ifndef __vtkFeatureEdges_h
44 #define __vtkFeatureEdges_h
46 #include "vtkFiltersCoreModule.h"
55 void PrintSelf(ostream& os, vtkIndent indent);
63 vtkSetMacro(BoundaryEdges,
int);
64 vtkGetMacro(BoundaryEdges,
int);
65 vtkBooleanMacro(BoundaryEdges,
int);
70 vtkSetMacro(FeatureEdges,
int);
71 vtkGetMacro(FeatureEdges,
int);
72 vtkBooleanMacro(FeatureEdges,
int);
77 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
78 vtkGetMacro(FeatureAngle,
double);
83 vtkSetMacro(NonManifoldEdges,
int);
84 vtkGetMacro(NonManifoldEdges,
int);
85 vtkBooleanMacro(NonManifoldEdges,
int);
90 vtkSetMacro(ManifoldEdges,
int);
91 vtkGetMacro(ManifoldEdges,
int);
92 vtkBooleanMacro(ManifoldEdges,
int);
97 vtkSetMacro(Coloring,
int);
98 vtkGetMacro(Coloring,
int);
99 vtkBooleanMacro(Coloring,
int);
110 void CreateDefaultLocator();
113 unsigned long GetMTime();
120 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
121 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
vtkIncrementalPointLocator * Locator
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Abstract class in support of both point location and point insertion.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
extract boundary, non-manifold, and/or sharp edges from polygonal data