HOG2
|
#include <BDIndexOpenClosed.h>
Public Member Functions | |
BDIndexOpenClosedData () | |
BDIndexOpenClosedData (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 |
uint32_t | round |
stateLocation | where |
Definition at line 22 of file BDIndexOpenClosed.h.
|
inline |
Definition at line 24 of file BDIndexOpenClosed.h.
References BDIndexOpenClosedData< state >::round.
|
inline |
Definition at line 25 of file BDIndexOpenClosed.h.
References BDIndexOpenClosedData< state >::reopened, and BDIndexOpenClosedData< state >::round.
state BDIndexOpenClosedData< state >::data |
Definition at line 27 of file BDIndexOpenClosed.h.
double BDIndexOpenClosedData< state >::g |
Definition at line 28 of file BDIndexOpenClosed.h.
double BDIndexOpenClosedData< state >::h |
Definition at line 29 of file BDIndexOpenClosed.h.
uint64_t BDIndexOpenClosedData< state >::openLocation |
Definition at line 31 of file BDIndexOpenClosed.h.
uint64_t BDIndexOpenClosedData< state >::parentID |
Definition at line 30 of file BDIndexOpenClosed.h.
bool BDIndexOpenClosedData< state >::reopened |
Definition at line 32 of file BDIndexOpenClosed.h.
Referenced by BDIndexOpenClosedData< state >::BDIndexOpenClosedData().
uint32_t BDIndexOpenClosedData< state >::round |
Definition at line 33 of file BDIndexOpenClosed.h.
Referenced by BDIndexOpenClosedData< state >::BDIndexOpenClosedData().
stateLocation BDIndexOpenClosedData< state >::where |
Definition at line 34 of file BDIndexOpenClosed.h.