|
Limbo 3.5.4
|
a class to describe graph vertex More...
Public Types | |
| typedef char | tie_id_type |
| typedef int | weight_type |
Public Member Functions | |
| Node (weight_type const &w, tie_id_type const &id) | |
| tie_id_type | tie_id () const |
| weight_type | weight () const |
Protected Attributes | |
| tie_id_type | m_id |
| node label | |
| weight_type | m_weight |
| node weight | |
a class to describe graph vertex
Definition at line 15 of file test_FM.cpp.
| typedef char Node::tie_id_type |
Definition at line 19 of file test_FM.cpp.
| typedef int Node::weight_type |
Definition at line 20 of file test_FM.cpp.
|
inline |
|
inline |
Definition at line 33 of file test_FM.cpp.
|
inline |
Definition at line 35 of file test_FM.cpp.
|
protected |
node label
Definition at line 38 of file test_FM.cpp.
|
protected |
node weight
Definition at line 39 of file test_FM.cpp.