HOG2
|
#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 |
Definition at line 22 of file DVCBSOpenClosed.h.
|
inline |
Definition at line 24 of file DVCBSOpenClosed.h.
|
inline |
Definition at line 25 of file DVCBSOpenClosed.h.
References DVCBSOpenClosedData< state >::reopened.
state DVCBSOpenClosedData< state >::data |
Definition at line 27 of file DVCBSOpenClosed.h.
double DVCBSOpenClosedData< state >::g |
Definition at line 28 of file DVCBSOpenClosed.h.
double DVCBSOpenClosedData< state >::h |
Definition at line 29 of file DVCBSOpenClosed.h.
uint64_t DVCBSOpenClosedData< state >::openLocation |
Definition at line 31 of file DVCBSOpenClosed.h.
uint64_t DVCBSOpenClosedData< state >::parentID |
Definition at line 30 of file DVCBSOpenClosed.h.
bool DVCBSOpenClosedData< state >::reopened |
Definition at line 32 of file DVCBSOpenClosed.h.
Referenced by DVCBSOpenClosedData< state >::DVCBSOpenClosedData().
stateLocation DVCBSOpenClosedData< state >::where |
Definition at line 33 of file DVCBSOpenClosed.h.