HOG2
|
#include <AStarOpenClosed.h>
Public Member Functions | |
AStarOpenClosedDataWithF () | |
AStarOpenClosedDataWithF (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 |
bool | reopened |
dataLocation | where |
Definition at line 36 of file AStarOpenClosed.h.
|
inline |
Definition at line 38 of file AStarOpenClosed.h.
|
inline |
Definition at line 39 of file AStarOpenClosed.h.
References AStarOpenClosedDataWithF< state >::reopened.
state AStarOpenClosedDataWithF< state >::data |
Definition at line 41 of file AStarOpenClosed.h.
double AStarOpenClosedDataWithF< state >::f |
Definition at line 42 of file AStarOpenClosed.h.
Referenced by AStarCompareWithF< state >::operator()().
double AStarOpenClosedDataWithF< state >::g |
Definition at line 43 of file AStarOpenClosed.h.
Referenced by AStarCompareWithF< state >::operator()().
double AStarOpenClosedDataWithF< state >::h |
Definition at line 44 of file AStarOpenClosed.h.
uint64_t AStarOpenClosedDataWithF< state >::openLocation |
Definition at line 46 of file AStarOpenClosed.h.
uint64_t AStarOpenClosedDataWithF< state >::parentID |
Definition at line 45 of file AStarOpenClosed.h.
bool AStarOpenClosedDataWithF< state >::reopened |
Definition at line 47 of file AStarOpenClosed.h.
Referenced by AStarOpenClosedDataWithF< state >::AStarOpenClosedDataWithF().
dataLocation AStarOpenClosedDataWithF< state >::where |
Definition at line 48 of file AStarOpenClosed.h.