Classes | |
struct | Item |
Public Member Functions | |
PathCache (int itemsToAllocate) | |
void | Reset () |
void | Add (const Common::Array< void * > &path, const Common::Array< float > &cost) |
void | AddNoSolution (void *end, void *states[], int count) |
int | Solve (void *startState, void *endState, Common::Array< void * > *path, float *totalCost) |
int | AllocatedBytes () const |
int | UsedBytes () const |
Public Attributes | |
int | hit |
int | miss |