#include <RulesT.hh>

Public Types | |
| typedef M::HalfedgeHandle | HEH |
| typedef RuleInterfaceT< M > | Inherited |
| typedef M::VertexHandle | VH |
Public Member Functions | |
| void | raise (typename M::EdgeHandle &_eh, state_t _target_state) |
| 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. | |
| Tvv4 (M &_mesh) | |
Private Types | |
| typedef RuleInterfaceT< M > | Base |
Private Member Functions | |
| void | check_edge (const typename M::HalfedgeHandle &_hh, state_t _target_state) |
| COMPOSITE_RULE (Tvv4, M) | |
| void | split_edge (HEH &_hh, VH &_vh, state_t _target_state) |
Topological composite rule Tvv,4 doing a 1-4 split of a face
Definition at line 113 of file RulesT.hh.
typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::Tvv4< M >::Base [private] |
| typedef M::HalfedgeHandle OpenMesh::Subdivider::Adaptive::Tvv4< M >::HEH |
| typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::Tvv4< M >::Inherited |
| typedef M::VertexHandle OpenMesh::Subdivider::Adaptive::Tvv4< M >::VH |
| OpenMesh::Subdivider::Adaptive::Tvv4< M >::Tvv4 | ( | M & | _mesh | ) | [inline] |
| void OpenMesh::Subdivider::Adaptive::Tvv4< M >::check_edge | ( | const typename M::HalfedgeHandle & | _hh, | |
| state_t | _target_state | |||
| ) | [inline, private] |
| OpenMesh::Subdivider::Adaptive::Tvv4< M >::COMPOSITE_RULE | ( | Tvv4< M > | , | |
| M | ||||
| ) | [private] |
| void OpenMesh::Subdivider::Adaptive::Tvv4< M >::raise | ( | typename M::EdgeHandle & | _eh, | |
| state_t | _target_state | |||
| ) | [inline, virtual] |
Reimplemented from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >.
| void OpenMesh::Subdivider::Adaptive::Tvv4< M >::raise | ( | typename M::VertexHandle & | _vh, | |
| state_t | _target_state | |||
| ) | [inline, virtual] |
Reimplemented from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >.
| void OpenMesh::Subdivider::Adaptive::Tvv4< 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 >.
| void OpenMesh::Subdivider::Adaptive::Tvv4< M >::split_edge | ( | HEH & | _hh, | |
| VH & | _vh, | |||
| state_t | _target_state | |||
| ) | [inline, private] |