HOG2
|
#include <gLSSLRTAStar.h>
Public Member Functions | |
glssLearnedData () | |
Public Attributes | |
state | theState |
bool | dead |
double | theHeuristic |
double | gCost |
Definition at line 44 of file gLSSLRTAStar.h.
|
inline |
Definition at line 45 of file gLSSLRTAStar.h.
References glssLearnedData< state >::dead, and glssLearnedData< state >::gCost.
bool glssLearnedData< state >::dead |
Definition at line 47 of file gLSSLRTAStar.h.
Referenced by glssLearnedData< state >::glssLearnedData().
double glssLearnedData< state >::gCost |
Definition at line 49 of file gLSSLRTAStar.h.
Referenced by glssLearnedData< state >::glssLearnedData().
double glssLearnedData< state >::theHeuristic |
Definition at line 48 of file gLSSLRTAStar.h.
state glssLearnedData< state >::theState |
Definition at line 46 of file gLSSLRTAStar.h.