HOG2
|
#include <BDOpenClosed.h>
Public Member Functions | |
BDOpenClosedData () | |
BDOpenClosedData (const state &theData, double gCost, double hCost, uint64_t parent, uint64_t openLoc, stateLocation location) | |
Public Attributes | |
state | data |
double | g |
double | h |
uint64_t | parentID |
uint64_t | openLocation |
bool | reopened |
stateLocation | where |
Definition at line 33 of file BDOpenClosed.h.
|
inline |
Definition at line 35 of file BDOpenClosed.h.
|
inline |
Definition at line 36 of file BDOpenClosed.h.
References BDOpenClosedData< state >::reopened.
state BDOpenClosedData< state >::data |
Definition at line 38 of file BDOpenClosed.h.
double BDOpenClosedData< state >::g |
Definition at line 39 of file BDOpenClosed.h.
double BDOpenClosedData< state >::h |
Definition at line 40 of file BDOpenClosed.h.
uint64_t BDOpenClosedData< state >::openLocation |
Definition at line 42 of file BDOpenClosed.h.
uint64_t BDOpenClosedData< state >::parentID |
Definition at line 41 of file BDOpenClosed.h.
bool BDOpenClosedData< state >::reopened |
Definition at line 43 of file BDOpenClosed.h.
Referenced by BDOpenClosedData< state >::BDOpenClosedData().
stateLocation BDOpenClosedData< state >::where |
Definition at line 44 of file BDOpenClosed.h.