51 #ifndef vtkUnstructuredGridQuadricDecimation_h
52 #define vtkUnstructuredGridQuadricDecimation_h
54 #include "vtkFiltersCoreModule.h"
57 VTK_ABI_NAMESPACE_BEGIN
78 vtkSetMacro(TargetReduction,
double);
79 vtkGetMacro(TargetReduction,
double);
86 vtkSetMacro(NumberOfTetsOutput,
int);
87 vtkGetMacro(NumberOfTetsOutput,
int);
94 vtkSetMacro(NumberOfEdgesToDecimate,
int);
95 vtkGetMacro(NumberOfEdgesToDecimate,
int);
104 vtkSetMacro(NumberOfCandidates,
int);
105 vtkGetMacro(NumberOfCandidates,
int);
118 vtkSetMacro(AutoAddCandidates,
int);
119 vtkGetMacro(AutoAddCandidates,
int);
127 vtkSetMacro(AutoAddCandidatesThreshold,
double);
128 vtkGetMacro(AutoAddCandidatesThreshold,
double);
136 vtkSetMacro(BoundaryWeight,
double);
137 vtkGetMacro(BoundaryWeight,
double);
144 vtkSetStringMacro(ScalarsName);
145 vtkGetStringMacro(ScalarsName);
160 void ReportError(
int err);
178 VTK_ABI_NAMESPACE_END
int NumberOfEdgesToDecimate
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
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
Superclass for algorithms that produce only unstructured grid as output.
double AutoAddCandidatesThreshold
reduce the number of tetrahedra in a mesh