Public Member Functions | |
bool | operator< (const PQItem &i2) const |
PQItem (index_t ind, double g_cost, double h_cost, index_t parent_ind) | |
Public Attributes | |
double | g_cost |
double | h_cost |
index_t | ind |
index_t | parent_ind |
Definition at line 301 of file shortest_path.cpp.
occupancy_grid_utils::PQItem::PQItem | ( | index_t | ind, |
double | g_cost, | ||
double | h_cost, | ||
index_t | parent_ind | ||
) | [inline] |
Definition at line 307 of file shortest_path.cpp.
bool occupancy_grid_utils::PQItem::operator< | ( | const PQItem & | i2 | ) | const [inline] |
Definition at line 310 of file shortest_path.cpp.
Definition at line 304 of file shortest_path.cpp.
Definition at line 305 of file shortest_path.cpp.
Definition at line 303 of file shortest_path.cpp.
Definition at line 306 of file shortest_path.cpp.