43 #ifndef __vtkFeatureEdges_h
44 #define __vtkFeatureEdges_h
62 vtkSetMacro(BoundaryEdges,
int);
63 vtkGetMacro(BoundaryEdges,
int);
64 vtkBooleanMacro(BoundaryEdges,
int);
69 vtkSetMacro(FeatureEdges,
int);
70 vtkGetMacro(FeatureEdges,
int);
71 vtkBooleanMacro(FeatureEdges,
int);
76 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
77 vtkGetMacro(FeatureAngle,
double);
82 vtkSetMacro(NonManifoldEdges,
int);
83 vtkGetMacro(NonManifoldEdges,
int);
84 vtkBooleanMacro(NonManifoldEdges,
int);
89 vtkSetMacro(ManifoldEdges,
int);
90 vtkGetMacro(ManifoldEdges,
int);
91 vtkBooleanMacro(ManifoldEdges,
int);
96 vtkSetMacro(Coloring,
int);
97 vtkGetMacro(Coloring,
int);
98 vtkBooleanMacro(Coloring,
int);
109 void CreateDefaultLocator();