#include <Sqrt3T.hh>
Inheritance diagram for Uniform::Sqrt3T< MeshType, RealType >:
Public Methods | |
const char * | name () const |
Return name of subdivision algorithm. | |
void | init_weights (size_t _max_valence=50) |
Pre-compute weights. | |
Protected Methods | |
bool | prepare (MeshType &_m) |
Prepare mesh, e.g. add properties. | |
bool | cleanup (MeshType &_m) |
Cleanup mesh after usage, e.g. remove added properties. | |
bool | subdivide (MeshType &_m, size_t _n) |
Subdivide mesh _m _n times. |