HOG2
Public Member Functions | Public Attributes | List of all members
borderData< state > Class Template Reference

#include <LSSLRTAStar.h>

Public Member Functions

 borderData (const state &s, const double h)
 

Public Attributes

state theState
 
double heuristic
 

Detailed Description

template<class state>
class borderData< state >

Definition at line 26 of file LSSLRTAStar.h.

Constructor & Destructor Documentation

◆ borderData()

template<class state >
borderData< state >::borderData ( const state &  s,
const double  h 
)
inline

Definition at line 28 of file LSSLRTAStar.h.

Member Data Documentation

◆ heuristic

template<class state >
double borderData< state >::heuristic

Definition at line 30 of file LSSLRTAStar.h.

Referenced by compareBorderData< state >::operator()().

◆ theState

template<class state >
state borderData< state >::theState

Definition at line 29 of file LSSLRTAStar.h.


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