51#ifndef vtkUnstructuredGridQuadricDecimation_h
52#define vtkUnstructuredGridQuadricDecimation_h
54#include "vtkFiltersCoreModule.h"
58VTK_ABI_NAMESPACE_BEGIN
79 vtkSetMacro(TargetReduction,
double);
80 vtkGetMacro(TargetReduction,
double);
87 vtkSetMacro(NumberOfTetsOutput,
int);
88 vtkGetMacro(NumberOfTetsOutput,
int);
95 vtkSetMacro(NumberOfEdgesToDecimate,
int);
96 vtkGetMacro(NumberOfEdgesToDecimate,
int);
105 vtkSetMacro(NumberOfCandidates,
int);
106 vtkGetMacro(NumberOfCandidates,
int);
119 vtkSetMacro(AutoAddCandidates,
int);
120 vtkGetMacro(AutoAddCandidates,
int);
128 vtkSetMacro(AutoAddCandidatesThreshold,
double);
129 vtkGetMacro(AutoAddCandidatesThreshold,
double);
137 vtkSetMacro(BoundaryWeight,
double);
138 vtkGetMacro(BoundaryWeight,
double);
145 vtkSetStringMacro(ScalarsName);
146 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)