#include <astar2.h>
Public Member Functions | |
| Node () | |
| bool | operator< (const Node &a) const |
| bool | operator> (const Node &a) const |
Public Attributes | |
| HexCoord | h |
| int | gval |
| int | hval |
Definition at line 48 of file astar2.h.
| bool AStar::Node::operator< | ( | const Node & | a | ) | const |
| bool AStar::Node::operator> | ( | const Node & | a | ) | const |
Definition at line 50 of file astar2.h.
Referenced by AStar::findPath(), operator<(), operator==(), and operator>().
Definition at line 51 of file astar2.h.
Referenced by AStar::findPath(), operator<(), operator==(), and operator>().
1.5.1