#include <getgraph.h>
Public Attributes | |
| uint | cost [8] |
| char | dir [8][3] |
| uint | id |
| uint | id_neigh [8] |
| uint | num_neigh |
| bool | visited [8] |
| float | x |
| float | y |
Definition at line 47 of file getgraph.h.
| uint vertex::cost[8] |
Definition at line 50 of file getgraph.h.
| char vertex::dir[8][3] |
Definition at line 52 of file getgraph.h.
Definition at line 48 of file getgraph.h.
Definition at line 50 of file getgraph.h.
Definition at line 48 of file getgraph.h.
| bool vertex::visited[8] |
Definition at line 51 of file getgraph.h.
| float vertex::x |
Definition at line 49 of file getgraph.h.
| float vertex::y |
Definition at line 49 of file getgraph.h.