51#ifndef vtkUnstructuredGridQuadricDecimation_h
52#define vtkUnstructuredGridQuadricDecimation_h
54#include "vtkFiltersCoreModule.h"
57VTK_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);
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.
reduce the number of tetrahedra in a mesh
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int NumberOfEdgesToDecimate
double AutoAddCandidatesThreshold
static vtkUnstructuredGridQuadricDecimation * New()
vtkUnstructuredGridQuadricDecimation()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkUnstructuredGridQuadricDecimation() override
void ReportError(int err)