HOG2
Public Member Functions | Public Attributes | List of all members
glssLearnedData< state > Struct Template Reference

#include <gLSSLRTAStar.h>

Public Member Functions

 glssLearnedData ()
 

Public Attributes

state theState
 
bool dead
 
double theHeuristic
 
double gCost
 

Detailed Description

template<class state>
struct glssLearnedData< state >

Definition at line 44 of file gLSSLRTAStar.h.

Constructor & Destructor Documentation

◆ glssLearnedData()

template<class state >
glssLearnedData< state >::glssLearnedData ( )
inline

Member Data Documentation

◆ dead

template<class state >
bool glssLearnedData< state >::dead

Definition at line 47 of file gLSSLRTAStar.h.

Referenced by glssLearnedData< state >::glssLearnedData().

◆ gCost

template<class state >
double glssLearnedData< state >::gCost

Definition at line 49 of file gLSSLRTAStar.h.

Referenced by glssLearnedData< state >::glssLearnedData().

◆ theHeuristic

template<class state >
double glssLearnedData< state >::theHeuristic

Definition at line 48 of file gLSSLRTAStar.h.

◆ theState

template<class state >
state glssLearnedData< state >::theState

Definition at line 46 of file gLSSLRTAStar.h.


The documentation for this struct was generated from the following file: