#include <RulesT.hh>

Public Types | |
| typedef RuleInterfaceT< M > | Inherited |
Public Member Functions | |
| MIPS_WARN_WA (Edge) | |
| void | raise (typename M::VertexHandle &_vh, state_t _target_state) |
| void | raise (typename M::FaceHandle &_fh, state_t _target_state) |
Raise item to target state _target_state. | |
| Tvv3 (M &_mesh) | |
Private Types | |
| typedef RuleInterfaceT< M > | Base |
Private Member Functions | |
| COMPOSITE_RULE (Tvv3, M) | |
Adaptive Composite Subdivision framework. Topological composite rule Tvv,3 doing a 1-3 split of a face.
Definition at line 90 of file RulesT.hh.
typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::Tvv3< M >::Base [private] |
| typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::Tvv3< M >::Inherited |
| OpenMesh::Subdivider::Adaptive::Tvv3< M >::Tvv3 | ( | M & | _mesh | ) | [inline] |
| OpenMesh::Subdivider::Adaptive::Tvv3< M >::COMPOSITE_RULE | ( | Tvv3< M > | , | |
| M | ||||
| ) | [private] |
| OpenMesh::Subdivider::Adaptive::Tvv3< M >::MIPS_WARN_WA | ( | Edge | ) |
| void OpenMesh::Subdivider::Adaptive::Tvv3< M >::raise | ( | typename M::VertexHandle & | _vh, | |
| state_t | _target_state | |||
| ) | [inline, virtual] |
Reimplemented from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >.
| void OpenMesh::Subdivider::Adaptive::Tvv3< M >::raise | ( | typename M::FaceHandle & | _fh, | |
| state_t | _target_state | |||
| ) | [inline, virtual] |
Raise item to target state _target_state.
Reimplemented from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >.