#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 367 of file astar2.cpp. References gval, hval, and AStar3D::longestPath. |
|
|
Definition at line 127 of file astar2.h. Referenced by AStar3D::findPath(). |
|
|
|
|
|
Definition at line 129 of file astar2.h. Referenced by AStar3D::findPath(). |
|
|
Definition at line 125 of file astar2.h. Referenced by AStar3D::findPath(), operator<(), operator==(), operator>(), and AStar3D::Container::update(). |
|
|
Definition at line 124 of file astar2.h. Referenced by AStar3D::findPath(), operator==(), and AStar3D::Container::update(). |
|
|
Definition at line 128 of file astar2.h. Referenced by AStar3D::findPath(), and AStar3D::Container::update(). |
|
|
Definition at line 126 of file astar2.h. Referenced by AStar3D::findPath(), operator<(), operator==(), and operator>(). |
1.4.2