|
|
| PathNode (const PathNode &)=delete |
| |
|
| PathNode (PathNode &&)=delete |
| |
|
PathNode & | operator= (const PathNode &)=delete |
| |
|
PathNode & | operator= (PathNode &&)=delete |
| |
|
void | Init (unsigned _frame, void *_state, float _costFromStart, float _estToGoal, PathNode *_parent) |
| |
|
void | Clear () |
| |
|
void | InitSentinel () |
| |
|
void | Unlink () |
| |
|
void | AddBefore (PathNode *addThis) |
| |
|
void | CalcTotalCost () |
| |
|
|
void * | state |
| |
|
float | costFromStart |
| |
|
float | estToGoal |
| |
|
float | totalCost |
| |
|
PathNode * | parent |
| |
|
unsigned | frame |
| |
|
int | numAdjacent |
| |
|
int | cacheIndex |
| |
|
PathNode * | child [2] |
| |
|
PathNode * | next |
| |
|
PathNode * | prev |
| |
|
bool | inOpen |
| |
|
bool | inClosed |
| |
The documentation for this class was generated from the following file: