62#ifndef vtkUnstructuredGridQuadricDecimation_h
63#define vtkUnstructuredGridQuadricDecimation_h
65#include "vtkFiltersCoreModule.h"
88 vtkSetMacro(TargetReduction,
double);
89 vtkGetMacro(TargetReduction,
double);
96 vtkSetMacro(NumberOfTetsOutput,
int);
97 vtkGetMacro(NumberOfTetsOutput,
int);
104 vtkSetMacro(NumberOfEdgesToDecimate,
int);
105 vtkGetMacro(NumberOfEdgesToDecimate,
int);
114 vtkSetMacro(NumberOfCandidates,
int);
115 vtkGetMacro(NumberOfCandidates,
int);
128 vtkSetMacro(AutoAddCandidates,
int);
129 vtkGetMacro(AutoAddCandidates,
int);
137 vtkSetMacro(AutoAddCandidatesThreshold,
double);
138 vtkGetMacro(AutoAddCandidatesThreshold,
double);
146 vtkSetMacro(BoundaryWeight,
double);
147 vtkGetMacro(BoundaryWeight,
double);
154 vtkSetStringMacro(ScalarsName);
155 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)