#include <astar.h>
Definition at line 28 of file astar.h.
Public Member Functions | |
AStarNode () | |
AStarNode (int nodeId, int parent, int g, int h) | |
void | print (ostream &ostrm) const |
Public Attributes | |
int | m_nodeId |
int | m_parent |
int | m_g |
int | m_h |
int | m_f |
|
|
|
|
|
|
|
Definition at line 49 of file astar.h. Referenced by PathFind::AStar< MARKER, CLOSED >::finishSearch(), PathFind::AStarNode::Compare::operator()(), and print(). |
|
Definition at line 45 of file astar.h. Referenced by PathFind::AStar< MARKER, CLOSED >::findPathAStar(), PathFind::AStarNode::Compare::operator()(), and print(). |
|
Definition at line 47 of file astar.h. Referenced by print(). |
|
|
Definition at line 43 of file astar.h. Referenced by PathFind::AStarClosedLookup< MARKER >::constructPath(), PathFind::AStarClosed::constructPath(), and print(). |