43 #ifndef __vtkFeatureEdges_h
44 #define __vtkFeatureEdges_h
46 #include "vtkFiltersCoreModule.h"
47 #include "vtkPolyDataAlgorithm.h"
49 class vtkIncrementalPointLocator;
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);
105 void SetLocator(vtkIncrementalPointLocator *locator);
106 vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
110 void CreateDefaultLocator();
113 unsigned long GetMTime();
120 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
121 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
vtkIncrementalPointLocator * Locator
extract boundary, non-manifold, and/or sharp edges from polygonal data