65#ifndef vtkUnstructuredGridQuadricDecimation_h
66#define vtkUnstructuredGridQuadricDecimation_h
68#include "vtkFiltersCoreModule.h"
91 vtkSetMacro(TargetReduction,
double);
92 vtkGetMacro(TargetReduction,
double);
99 vtkSetMacro(NumberOfTetsOutput,
int);
100 vtkGetMacro(NumberOfTetsOutput,
int);
107 vtkSetMacro(NumberOfEdgesToDecimate,
int);
108 vtkGetMacro(NumberOfEdgesToDecimate,
int);
117 vtkSetMacro(NumberOfCandidates,
int);
118 vtkGetMacro(NumberOfCandidates,
int);
131 vtkSetMacro(AutoAddCandidates,
int);
132 vtkGetMacro(AutoAddCandidates,
int);
140 vtkSetMacro(AutoAddCandidatesThreshold,
double);
141 vtkGetMacro(AutoAddCandidatesThreshold,
double);
149 vtkSetMacro(BoundaryWeight,
double);
150 vtkGetMacro(BoundaryWeight,
double);
157 vtkSetStringMacro(ScalarsName);
158 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)