62 #ifndef vtkUnstructuredGridQuadricDecimation_h
63 #define vtkUnstructuredGridQuadricDecimation_h
65 #include "vtkFiltersCoreModule.h"
87 vtkSetMacro(TargetReduction,
double);
88 vtkGetMacro(TargetReduction,
double);
95 vtkSetMacro(NumberOfTetsOutput,
int);
96 vtkGetMacro(NumberOfTetsOutput,
int);
103 vtkSetMacro(NumberOfEdgesToDecimate,
int);
104 vtkGetMacro(NumberOfEdgesToDecimate,
int);
113 vtkSetMacro(NumberOfCandidates,
int);
114 vtkGetMacro(NumberOfCandidates,
int);
127 vtkSetMacro(AutoAddCandidates,
int);
128 vtkGetMacro(AutoAddCandidates,
int);
136 vtkSetMacro(AutoAddCandidatesThreshold,
double);
137 vtkGetMacro(AutoAddCandidatesThreshold,
double);
145 vtkSetMacro(BoundaryWeight,
double);
146 vtkGetMacro(BoundaryWeight,
double);
153 vtkSetStringMacro(ScalarsName);
154 vtkGetStringMacro(ScalarsName);
169 void ReportError(
int err);