Uniform composite Loop subdivision algorithm. More...
#include <CompositeLoopT.hh>


Classes | |
| struct | EVCoeff |
| Helper struct. More... | |
Public Types | |
|
typedef CompositeT< MeshType, RealType > | Inherited |
Public Member Functions | |
| CompositeLoopT (MeshType &_mesh) | |
| const char * | name () const |
| Return name of subdivision algorithm. | |
Protected Types | |
| typedef Inherited::Coeff | Coeff |
Protected Member Functions | |
| void | apply_rules (void) |
| Assemble here the rule sequence, by calling the constructor of the wanted rules. | |
Protected Attributes | |
| OpenMesh::Subdivider::Uniform::CompositeLoopT::EVCoeff | coeffs_ |
| Helper struct. | |
Uniform composite Loop subdivision algorithm.
| void OpenMesh::Subdivider::Uniform::CompositeLoopT< MeshType, RealType >::apply_rules | ( | void | ) | [inline, protected, virtual] |
Assemble here the rule sequence, by calling the constructor of the wanted rules.
Implements OpenMesh::Subdivider::Uniform::CompositeT< MeshType, RealType >.
OpenMesh::Subdivider::Uniform::CompositeLoopT::EVCoeff OpenMesh::Subdivider::Uniform::CompositeLoopT< MeshType, RealType >::coeffs_ [protected] |
Helper struct.
For internal use only.