$search
search state corresponding to each 2D cell More...
#include <2Dgridsearch.h>
Public Member Functions | |
SBPL_2DGridSearchState () | |
~SBPL_2DGridSearchState () | |
Public Attributes | |
int | g |
search relevant data | |
int | iterationaccessed |
iteration at which the state was accessed (generated) last | |
int | x |
coordinates | |
int | y |
search state corresponding to each 2D cell
Definition at line 46 of file 2Dgridsearch.h.
SBPL_2DGridSearchState::SBPL_2DGridSearchState | ( | ) | [inline] |
Definition at line 62 of file 2Dgridsearch.h.
SBPL_2DGridSearchState::~SBPL_2DGridSearchState | ( | ) | [inline] |
Definition at line 63 of file 2Dgridsearch.h.
search relevant data
Definition at line 56 of file 2Dgridsearch.h.
iteration at which the state was accessed (generated) last
Definition at line 59 of file 2Dgridsearch.h.
coordinates
Definition at line 52 of file 2Dgridsearch.h.
Definition at line 52 of file 2Dgridsearch.h.