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();
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.
virtual unsigned long GetMTime()
a simple class to control print indentation
extract boundary, non-manifold, and/or sharp edges from polygonal data