#include <link.h>
Public Methods | |
Route (void) | |
~Route () | |
int | find_join (int) |
void | get_join (int) |
Public Attributes | |
int | destination |
int | numJoins |
vect | type |
Private Attributes | |
int * | joins |
|
Definition at line 28 of file link.h. References destination, joins, numJoins, Off, and type.
00028 { destination= 0; type= Off; numJoins= 0; joins= NULL; } |
|
Definition at line 29 of file link.h. References joins.
00029 { delete joins; } |
|
Definition at line 21 of file link.c. References between(), joins, and numJoins. Referenced by MapNode::find_join().
|
|
Definition at line 33 of file link.c. References joins, and numJoins.
|
|
Definition at line 25 of file link.h. Referenced by MapNode::find_link(), MapNode::find_vector(), MapNode::get_link(), MapNode::is_link(), Route(), and MapNode::show_node(). |
|
Definition at line 22 of file link.h. Referenced by find_join(), get_join(), Route(), and ~Route(). |
|
Definition at line 25 of file link.h. Referenced by find_join(), get_join(), MapNode::num_joins(), and Route(). |
|
Definition at line 26 of file link.h. Referenced by MapNode::find_vector(), MapNode::get_link(), MapNode::is_link(), Route(), and MapNode::show_node(). |