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