|
qHexWalker 0.0.1
Hexagonal Grid Pathfinding & Maze Visualization on Interactive Maps
|
Collaboration diagram for Dijkstra::Node:Public Member Functions | |
| bool | operator> (const Node &other) const |
Public Attributes | |
| H3Index | cell |
| double | distance |
Definition at line 15 of file dijkstra.h.
|
inline |
Definition at line 19 of file dijkstra.h.
References distance.
| H3Index Dijkstra::Node::cell |
Definition at line 16 of file dijkstra.h.
| double Dijkstra::Node::distance |
Definition at line 17 of file dijkstra.h.
Referenced by operator>().