#include <CompositeSqrt3T.hh>
Public Types | |
typedef CompositeT< MeshType, RealType > | Inherited |
Public Member Functions | |
CompositeSqrt3T (MeshType &_mesh) | |
const char * | name () const |
Return name of subdivision algorithm. | |
Protected Types | |
typedef Inherited::Coeff | Coeff |
Protected Member Functions | |
void | apply_rules (void) |
Protected Attributes | |
OpenMesh::Subdivider::Uniform::CompositeSqrt3T::FVCoeff | coeffs_ |
Data Structures | |
struct | FVCoeff |
void OpenMesh::Subdivider::Uniform::CompositeSqrt3T< 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 >.