11 #ifndef vtkPVFeatureEdges_h 12 #define vtkPVFeatureEdges_h 33 vtkSetMacro(BoundaryEdges,
bool);
34 vtkGetMacro(BoundaryEdges,
bool);
35 vtkBooleanMacro(BoundaryEdges,
bool);
45 vtkSetMacro(FeatureEdges,
bool);
46 vtkGetMacro(FeatureEdges,
bool);
47 vtkBooleanMacro(FeatureEdges,
bool);
57 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
58 vtkGetMacro(FeatureAngle,
double);
68 vtkSetMacro(NonManifoldEdges,
bool);
69 vtkGetMacro(NonManifoldEdges,
bool);
70 vtkBooleanMacro(NonManifoldEdges,
bool);
81 vtkSetMacro(ManifoldEdges,
bool);
82 vtkGetMacro(ManifoldEdges,
bool);
83 vtkBooleanMacro(ManifoldEdges,
bool);
93 vtkSetMacro(Coloring,
bool);
94 vtkGetMacro(Coloring,
bool);
95 vtkBooleanMacro(Coloring,
bool);
107 vtkSetMacro(MergePoints,
bool);
108 vtkGetMacro(MergePoints,
bool);
123 double FeatureAngle = 30.0;
124 bool BoundaryEdges =
true;
125 bool FeatureEdges =
true;
126 bool NonManifoldEdges =
true;
127 bool ManifoldEdges =
false;
128 bool Coloring =
false;
131 bool MergePoints =
false;
#define PARAVIEW_DEPRECATED_IN_6_2_0(reason)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKPVVTKEXTENSIONSCORE_EXPORT
Feature Edges filter that delegates to type specific implementations.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
static vtkPolyDataAlgorithm * New()
void operator=(const vtkObjectBase &)