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

#include <LSSLRTAStar.h>

Public Member Functions

 lssLearnedData ()
 

Public Attributes

state theState
 
bool dead
 
double theHeuristic
 

Detailed Description

template<class state>
struct lssLearnedData< state >

Definition at line 44 of file LSSLRTAStar.h.

Constructor & Destructor Documentation

◆ lssLearnedData()

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

Definition at line 45 of file LSSLRTAStar.h.

References lssLearnedData< state >::dead.

Member Data Documentation

◆ dead

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

Definition at line 47 of file LSSLRTAStar.h.

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

◆ theHeuristic

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

Definition at line 48 of file LSSLRTAStar.h.

◆ theState

template<class state >
state lssLearnedData< state >::theState

Definition at line 46 of file LSSLRTAStar.h.


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