#include <RulesT.hh>

Public Types | |
| typedef RuleInterfaceT< M > | Inherited |
Public Member Functions | |
| FFc (M &_mesh) | |
| MIPS_WARN_WA (Edge) | |
| MIPS_WARN_WA (Vertex) | |
| void | raise (typename M::FaceHandle &_fh, state_t _target_state) |
Raise item to target state _target_state. | |
Private Types | |
| typedef RuleInterfaceT< M > | Base |
Private Member Functions | |
| COMPOSITE_RULE (FFc, M) | |
Composite rule FFc
Definition at line 188 of file RulesT.hh.
typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::FFc< M >::Base [private] |
| typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::FFc< M >::Inherited |
| OpenMesh::Subdivider::Adaptive::FFc< M >::FFc | ( | M & | _mesh | ) | [inline] |
| OpenMesh::Subdivider::Adaptive::FFc< M >::COMPOSITE_RULE | ( | FFc< M > | , | |
| M | ||||
| ) | [private] |
| OpenMesh::Subdivider::Adaptive::FFc< M >::MIPS_WARN_WA | ( | Edge | ) |
| OpenMesh::Subdivider::Adaptive::FFc< M >::MIPS_WARN_WA | ( | Vertex | ) |
| void OpenMesh::Subdivider::Adaptive::FFc< 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 >.