#include <RulesT.hh>

Public Types | |
| typedef RuleInterfaceT< M > | Inherited |
Public Member Functions | |
| double | coeff (size_t _valence) |
| FVc (M &_mesh) | |
| MIPS_WARN_WA (Edge) | |
| MIPS_WARN_WA (Face) | |
| void | raise (typename M::VertexHandle &_vh, state_t _target_state) |
Static Public Member Functions | |
| static const std::vector < double > & | coeffs () |
| static void | init_coeffs (size_t _max_valence) |
Private Types | |
| typedef RuleInterfaceT< M > | Base |
Private Member Functions | |
| COMPOSITE_RULE (FVc, M) | |
Static Private Attributes | |
| static std::vector< double > | coeffs_ |
Composite rule FVc
Definition at line 232 of file RulesT.hh.
typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::FVc< M >::Base [private] |
| typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::FVc< M >::Inherited |
| OpenMesh::Subdivider::Adaptive::FVc< M >::FVc | ( | M & | _mesh | ) | [inline] |
| double OpenMesh::Subdivider::Adaptive::FVc< M >::coeff | ( | size_t | _valence | ) | [inline] |
| static const std::vector<double>& OpenMesh::Subdivider::Adaptive::FVc< M >::coeffs | ( | ) | [inline, static] |
| OpenMesh::Subdivider::Adaptive::FVc< M >::COMPOSITE_RULE | ( | FVc< M > | , | |
| M | ||||
| ) | [private] |
| void OpenMesh::Subdivider::Adaptive::FVc< M >::init_coeffs | ( | size_t | _max_valence | ) | [inline, static] |
| OpenMesh::Subdivider::Adaptive::FVc< M >::MIPS_WARN_WA | ( | Edge | ) |
| OpenMesh::Subdivider::Adaptive::FVc< M >::MIPS_WARN_WA | ( | Face | ) |
| void OpenMesh::Subdivider::Adaptive::FVc< M >::raise | ( | typename M::VertexHandle & | _vh, | |
| state_t | _target_state | |||
| ) | [inline, virtual] |
Reimplemented from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >.
std::vector< double > OpenMesh::Subdivider::Adaptive::FVc< M >::coeffs_ [inline, static, private] |