#include <astar.h>
Definition at line 32 of file astar.h.
Public Member Functions | |
virtual | ~Compare () |
bool | operator() (const AStarNode &node1, const AStarNode &node2) |
|
|
|
Definition at line 28 of file astar.cpp. References PathFind::AStarNode::m_f, and PathFind::AStarNode::m_g. |