OpenMesh
|
Struct storing progressive mesh information. More...
#include <OpenMesh/Tools/Decimater/ModProgMeshT.hh>
Public Member Functions | |
Info (const CollapseInfo &_ci) | |
Initializing constructor copies appropriate handles from collapse information _ci . | |
Public Attributes | |
Mesh::VertexHandle | v0 |
See CollapseInfoT::v0. | |
Mesh::VertexHandle | v1 |
See CollapseInfoT::v1. | |
Mesh::VertexHandle | vl |
See CollapseInfoT::vl. | |
Mesh::VertexHandle | vr |
See CollapseInfoT::vr. |
Struct storing progressive mesh information.
OpenMesh::Decimater::ModProgMeshT< DecimaterType >::Info::Info | ( | const CollapseInfo & | _ci | ) | [inline] |
Initializing constructor copies appropriate handles from collapse information _ci
.