|
Public Member Functions |
| PRLRTSkGroup (mapProvider *) |
virtual tDirection | makeMove (unit *u, mapProvider *, reservationProvider *, simulationInfo *simInfo) |
virtual void | openGLDraw (mapProvider *, simulationInfo *) |
void | increaseDisplayALevel (void) |
void | decreaseDisplayALevel (void) |
virtual bool | done () |
| Is the group done with their exploration?
|
virtual void | startNewTrial (statCollection *stats) |
| Lets the unit group do what it needs to reset a trial.
|
long | getNodesStored () |
Protected Member Functions |
virtual void | setH (node *from, node *to, double newValue) |
double | getH (node *from, node *to) |
Private Member Functions |
double | getDiffH (node *from, node *to) |
recColor | getColor (double v, double dimFactor) |
void | incrementNodesStored () |
Private Attributes |
hashmap | h |
unsigned | aDisplay |
long | nodesStored |
Friends |
class | PRLRTSk |