
#include <ObjGraph.h>

| Public Member Functions | |
| Edge * | next_from () | 
| Edge * | next_to () | 
| Data Fields | |
| int | edge_index | 
| int | index | 
| int | from_node | 
| int | to_node | 
| Private Attributes | |
| Edge * | nxt_out | 
| Edge * | nxt_in | 
| Friends | |
| class | ObjGraph | 
Definition at line 23 of file ObjGraph.h.
| Edge* ObjGraph::Edge::next_from | ( | ) |  [inline] | 
Definition at line 30 of file ObjGraph.h.
References nxt_out.
Referenced by RecBisectBfLB::convertGraph().

| Edge* ObjGraph::Edge::next_to | ( | ) |  [inline] | 
Definition at line 31 of file ObjGraph.h.
Referenced by RecBisectBfLB::convertGraph().

| friend class ObjGraph  [friend] | 
Definition at line 24 of file ObjGraph.h.
Definition at line 27 of file ObjGraph.h.
Referenced by ObjGraph::EdgeWeight(), and ObjGraph::ObjGraph().
Definition at line 28 of file ObjGraph.h.
Referenced by RecBisectBfLB::convertGraph(), and ObjGraph::ObjGraph().
Definition at line 29 of file ObjGraph.h.
Referenced by RecBisectBfLB::convertGraph(), and ObjGraph::ObjGraph().
| Edge* ObjGraph::Edge::nxt_out  [private] | 
| Edge* ObjGraph::Edge::nxt_in  [private] | 
 1.5.5
 1.5.5