OpenMesh::Subdivider::Uniform::LoopT< MeshType, RealType > Class Template Reference
Uniform Loop subdivision algorithm.
More...
#include <LoopT.hh>
Inheritance diagram for OpenMesh::Subdivider::Uniform::LoopT< MeshType, RealType >:
List of all members.
|
Public Member Functions |
const char * | name () const |
| Return name of subdivision algorithm.
|
void | init_weights (size_t _max_valence=50) |
| Pre-compute weights.
|
Detailed Description
template<typename MeshType, typename RealType = float>
class OpenMesh::Subdivider::Uniform::LoopT< MeshType, RealType >
Uniform Loop subdivision algorithm.
Implementation as described in
C. T. Loop, "Smooth Subdivision Surfaces Based on Triangles", M.S. Thesis, Department of Mathematics, University of Utah, August 1987.
The documentation for this class was generated from the following file:
Project OpenMesh,
© Computer Graphics Group, RWTH Aachen.
Documentation generated using
doxygen
.