#include <astar2.h>
Public Member Functions | |
| Node () | |
| bool | operator< (const Node &b) const |
Public Attributes | |
| MapCoordinate3D | h |
| AStar3D::DistanceType | gval |
| AStar3D::DistanceType | hval |
| bool | canStop |
| bool | hasAttacked |
| int | enterHeight |
| bool | deleted |
Definition at line 128 of file astar2.h.
| bool AStar3D::Node::operator< | ( | const Node & | b | ) | const |
Definition at line 129 of file astar2.h.
Referenced by AStar3D::findPath(), AStar3D::nodeVisited(), operator==(), and AStar3D::Container::update().
Definition at line 130 of file astar2.h.
Referenced by AStar3D::findPath(), AStar3D::nodeVisited(), operator<(), operator==(), operator>(), and AStar3D::Container::update().
Definition at line 131 of file astar2.h.
Referenced by AStar3D::findPath(), operator<(), operator==(), and operator>().
Definition at line 133 of file astar2.h.
Referenced by AStar3D::findPath(), and AStar3D::Container::update().
1.5.1