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

#include <DVCBSOpenClosed.h>

Public Member Functions

 DVCBSOpenClosedData ()
 
 DVCBSOpenClosedData (const state &theData, double gCost, double hCost, uint64_t parent, stateLocation location)
 

Public Attributes

state data
 
double g
 
double h
 
uint64_t parentID
 
uint64_t openLocation
 
bool reopened
 
stateLocation where
 

Detailed Description

template<typename state>
class DVCBSOpenClosedData< state >

Definition at line 22 of file DVCBSOpenClosed.h.

Constructor & Destructor Documentation

◆ DVCBSOpenClosedData() [1/2]

template<typename state >
DVCBSOpenClosedData< state >::DVCBSOpenClosedData ( )
inline

Definition at line 24 of file DVCBSOpenClosed.h.

◆ DVCBSOpenClosedData() [2/2]

template<typename state >
DVCBSOpenClosedData< state >::DVCBSOpenClosedData ( const state &  theData,
double  gCost,
double  hCost,
uint64_t  parent,
stateLocation  location 
)
inline

Definition at line 25 of file DVCBSOpenClosed.h.

References DVCBSOpenClosedData< state >::reopened.

Member Data Documentation

◆ data

template<typename state >
state DVCBSOpenClosedData< state >::data

Definition at line 27 of file DVCBSOpenClosed.h.

◆ g

template<typename state >
double DVCBSOpenClosedData< state >::g

Definition at line 28 of file DVCBSOpenClosed.h.

◆ h

template<typename state >
double DVCBSOpenClosedData< state >::h

Definition at line 29 of file DVCBSOpenClosed.h.

◆ openLocation

template<typename state >
uint64_t DVCBSOpenClosedData< state >::openLocation

Definition at line 31 of file DVCBSOpenClosed.h.

◆ parentID

template<typename state >
uint64_t DVCBSOpenClosedData< state >::parentID

Definition at line 30 of file DVCBSOpenClosed.h.

◆ reopened

template<typename state >
bool DVCBSOpenClosedData< state >::reopened

Definition at line 32 of file DVCBSOpenClosed.h.

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

◆ where

template<typename state >
stateLocation DVCBSOpenClosedData< state >::where

Definition at line 33 of file DVCBSOpenClosed.h.


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