Adaptive Composite Subdivision framework. More...
Public Types | |
typedef Tvv3< M > | Self |
typedef RuleHandleT< Self > | Handle |
typedef RuleInterfaceT< M > | Inherited |
Public Member Functions | |
const char * | type () const |
Returns the name of the rule. | |
Tvv3 (M &_mesh) | |
void | raise (typename M::FaceHandle &_fh, state_t _target_state) |
Raise item to target state _target_state . | |
void | raise (typename M::VertexHandle &_vh, state_t _target_state) |
Raise item to target state _target_state . | |
Friends | |
class | CompositeT< M > |
Adaptive Composite Subdivision framework.
Topological composite rule Tvv,3 doing a 1-3 split of a face.
const char* OpenMesh::Subdivider::Adaptive::Tvv3< M >::type | ( | ) | const [inline, virtual] |
Returns the name of the rule.
Use define COMPOSITE_RULE to overload this function in a derived class.
Implements OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >.