 |
VTK
9.1.0
|
Go to the documentation of this file.
149 #ifndef vtkDecimatePro_h
150 #define vtkDecimatePro_h
152 #include "vtkFiltersCoreModule.h"
186 vtkSetClampMacro(TargetReduction,
double, 0.0, 1.0);
187 vtkGetMacro(TargetReduction,
double);
207 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
208 vtkGetMacro(FeatureAngle,
double);
229 vtkSetClampMacro(SplitAngle,
double, 0.0, 180.0);
230 vtkGetMacro(SplitAngle,
double);
255 vtkGetMacro(MaximumError,
double);
278 vtkSetMacro(ErrorIsAbsolute,
int);
279 vtkGetMacro(ErrorIsAbsolute,
int);
287 vtkGetMacro(AbsoluteError,
double);
308 vtkGetMacro(Degree,
int);
318 vtkGetMacro(InflectionPointRatio,
double);
353 vtkSetMacro(OutputPointsPrecision,
int);
354 vtkGetMacro(OutputPointsPrecision,
int);
432 this->Array[this->MaxId] = v;
456 this->Array[this->MaxId] = t;
468 void Insert(
vtkIdType id,
double error = -1.0);
469 int Pop(
double& error);
492 double TheSplitAngle;
void InsertNextTriangle(LocalTri &t)
vtkIdType GetNumberOfTriangles()
double * GetInflectionPoints()
Get a list of inflection points.
int OutputPointsPrecision
void DistributeError(double error)
LocalVertex * LocalVertexPtr
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SplitLoop(vtkIdType fedges[2], vtkIdType &n1, vtkIdType *l1, vtkIdType &n2, vtkIdType *l2)
a list of ids arranged in priority order
LocalTri & GetTriangle(vtkIdType i)
vtkTypeBool BoundaryVertexDeletion
int CollapseEdge(int type, vtkIdType ptId, vtkIdType collapseId, vtkIdType pt1, vtkIdType pt2, vtkIdList *CollapseTris)
reduce the number of triangles in a mesh
static vtkDecimatePro * New()
Create object with specified reduction of 90% and feature angle of 15 degrees.
vtkPriorityQueue * EdgeLengths
a simple class to control print indentation
void SplitVertex(vtkIdType ptId, int type, vtkIdType numTris, vtkIdType *tris, int insert)
LocalVertex & GetVertex(vtkIdType i)
list of point or cell ids
void InsertNextVertex(LocalVertex &v)
double InflectionPointRatio
~vtkDecimatePro() override
TriArray(const vtkIdType sz)
vtkDoubleArray * InflectionPoints
vtkIdType GetNumberOfInflectionPoints()
Get the number of inflection points.
int EvaluateVertex(vtkIdType ptId, vtkIdType numTris, vtkIdType *tris, vtkIdType fedges[2])
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkIdType FindSplit(int type, vtkIdType fedges[2], vtkIdType &pt1, vtkIdType &pt2, vtkIdList *CollapseTris)
vtkTypeBool AccumulateError
concrete dataset represents vertices, lines, polygons, and triangle strips
VertexArray(const vtkIdType sz)
dynamic, self-adjusting array of double
vtkIdType GetNumberOfVertices()
void GetInflectionPoints(double *inflectionPoints)
Get a list of inflection points.
int IsValidSplit(int index)
vtkTypeBool PreserveTopology
Superclass for algorithms that produce only polydata as output.