#include <Graph.h>

Public Member Functions | |
| Edge (Node *nodeFrom, Node *nodeTo) | |
| Node * | getTopLevelFrom () |
| Node * | getTopLevelTo () |
Public Attributes | |
| Node * | m_nodeFrom |
| Node * | m_nodeTo |
| bool | cannotStartToEast |
| bool | cannotStartToWest |
| bool | cannotStartToNorth |
| bool | cannotStartToSouth |
| bool | cannotEndFromEast |
| bool | cannotEndFromWest |
| bool | cannotEndFromNorth |
| bool | cannotEndFromSouth |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
Definition at line 49 of file Graph.h.
1.6.3