#include <environment.h>
Definition at line 28 of file environment.h.
Public Member Functions | |
Successor () | |
Successor (int target, int cost) | |
Public Attributes | |
int | m_target |
int | m_cost |
|
|
|
Definition at line 33 of file environment.h. |
|
Definition at line 39 of file environment.h. Referenced by PathFind::FringeSearch< MARKER >::doIteration(), PathFind::IDAStar::searchPathIdaStar(), and Successor(). |
|
Definition at line 37 of file environment.h. Referenced by PathFind::FringeSearch< MARKER >::doIteration(), PathFind::SearchUtils::searchPathExists(), PathFind::IDAStar::searchPathIdaStar(), and Successor(). |