43 #ifndef vtkFeatureEdges_h
44 #define vtkFeatureEdges_h
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();
119 vtkSetMacro(OutputPointsPrecision,
int);
120 vtkGetMacro(OutputPointsPrecision,
int);
vtkIncrementalPointLocator * Locator
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
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
int OutputPointsPrecision