HOG2
|
#include <IndexOpenClosed.h>
Public Member Functions | |
IndexOpenClosedDataWithF () | |
IndexOpenClosedDataWithF (const state &theData, double fCost, double gCost, double hCost, uint64_t parent, uint64_t openLoc, dataLocation location) | |
Public Attributes | |
state | data |
double | f |
double | g |
double | h |
uint64_t | parentID |
uint64_t | openLocation |
uint64_t | round |
bool | reopened |
dataLocation | where |
Definition at line 38 of file IndexOpenClosed.h.
|
inline |
Definition at line 40 of file IndexOpenClosed.h.
|
inline |
Definition at line 41 of file IndexOpenClosed.h.
References IndexOpenClosedDataWithF< state >::reopened.
state IndexOpenClosedDataWithF< state >::data |
Definition at line 43 of file IndexOpenClosed.h.
double IndexOpenClosedDataWithF< state >::f |
Definition at line 44 of file IndexOpenClosed.h.
Referenced by IndexCompareWithF< state >::operator()().
double IndexOpenClosedDataWithF< state >::g |
Definition at line 45 of file IndexOpenClosed.h.
Referenced by IndexCompareWithF< state >::operator()().
double IndexOpenClosedDataWithF< state >::h |
Definition at line 46 of file IndexOpenClosed.h.
uint64_t IndexOpenClosedDataWithF< state >::openLocation |
Definition at line 48 of file IndexOpenClosed.h.
uint64_t IndexOpenClosedDataWithF< state >::parentID |
Definition at line 47 of file IndexOpenClosed.h.
bool IndexOpenClosedDataWithF< state >::reopened |
Definition at line 50 of file IndexOpenClosed.h.
Referenced by IndexOpenClosedDataWithF< state >::IndexOpenClosedDataWithF().
uint64_t IndexOpenClosedDataWithF< state >::round |
Definition at line 49 of file IndexOpenClosed.h.
dataLocation IndexOpenClosedDataWithF< state >::where |
Definition at line 51 of file IndexOpenClosed.h.