62 #ifndef vtkUnstructuredGridQuadricDecimation_h
63 #define vtkUnstructuredGridQuadricDecimation_h
65 #include "vtkFiltersCoreModule.h"
88 vtkGetMacro(TargetReduction,
double);
96 vtkGetMacro(NumberOfTetsOutput,
int);
104 vtkGetMacro(NumberOfEdgesToDecimate,
int);
114 vtkGetMacro(NumberOfCandidates,
int);
128 vtkGetMacro(AutoAddCandidates,
int);
137 vtkGetMacro(AutoAddCandidatesThreshold,
double);
146 vtkGetMacro(BoundaryWeight,
double);
153 vtkSetStringMacro(ScalarsName);
169 void ReportError(
int err);
172 int NumberOfTetsOutput;
173 int NumberOfEdgesToDecimate;
174 int NumberOfCandidates;
175 int AutoAddCandidates;
177 double TargetReduction;
178 double AutoAddCandidatesThreshold;
179 double BoundaryWeight;
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
reduce the number of tetrahedra in a mesh