HOG2
|
Public Member Functions | |
float | fCost1 () const |
float | fCost2 () const |
Public Attributes | |
state | s |
float | gCost1 |
float | gCost2 |
float | hCost1 |
float | hCost2 |
bool | open |
size_t | parent |
|
inline |
Definition at line 91 of file BOAStar.h.
References BOAStar< state, action, environment >::item::gCost1, and BOAStar< state, action, environment >::item::hCost1.
|
inline |
Definition at line 92 of file BOAStar.h.
References BOAStar< state, action, environment >::item::gCost2, and BOAStar< state, action, environment >::item::hCost2.
Referenced by BOAStar< state, action, environment >::Expand().
float BOAStar< state, action, environment >::item::gCost1 |
Definition at line 89 of file BOAStar.h.
Referenced by BOAStar< state, action, environment >::item::fCost1().
float BOAStar< state, action, environment >::item::gCost2 |
Definition at line 89 of file BOAStar.h.
Referenced by BOAStar< state, action, environment >::Expand(), and BOAStar< state, action, environment >::item::fCost2().
float BOAStar< state, action, environment >::item::hCost1 |
Definition at line 90 of file BOAStar.h.
Referenced by BOAStar< state, action, environment >::item::fCost1().
float BOAStar< state, action, environment >::item::hCost2 |
Definition at line 90 of file BOAStar.h.
Referenced by BOAStar< state, action, environment >::item::fCost2().
bool BOAStar< state, action, environment >::item::open |
size_t BOAStar< state, action, environment >::item::parent |
state BOAStar< state, action, environment >::item::s |
Definition at line 88 of file BOAStar.h.
Referenced by BOAStar< state, action, environment >::Expand().