a class to describe graph vertex
More...
|
|
|
typedef char | tie_id_type |
| |
|
typedef int | weight_type |
| |
|
| | Node (weight_type const &w, tie_id_type const &id) |
| |
| tie_id_type | tie_id () const |
| |
| weight_type | weight () const |
| |
|
|
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.
| Node::Node |
( |
weight_type const & |
w, |
|
|
tie_id_type const & |
id |
|
) |
| |
|
inline |
constructor
- Parameters
-
| w | node weight |
| id | node label |
Definition at line 26 of file test_FM.cpp.
| tie_id_type Node::tie_id |
( |
| ) |
const |
|
inline |
| weight_type Node::weight |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /Users/yibolin/Documents/Projects/Limbo/test/algorithms/test_FM.cpp