#include <explore_frontier.h>
Public Member Functions | |
| bool | operator< (const WeightedFrontier &o) const |
| WeightedFrontier () | |
| WeightedFrontier (double cost_, const Frontier &frontier_) | |
Public Attributes | |
| double | cost |
| Frontier | frontier |
Definition at line 75 of file explore_frontier.h.
| explore::WeightedFrontier::WeightedFrontier | ( | ) | [inline] |
Definition at line 79 of file explore_frontier.h.
| explore::WeightedFrontier::WeightedFrontier | ( | double | cost_, |
| const Frontier & | frontier_ | ||
| ) | [inline] |
Definition at line 80 of file explore_frontier.h.
| bool explore::WeightedFrontier::operator< | ( | const WeightedFrontier & | o | ) | const [inline] |
Definition at line 81 of file explore_frontier.h.
Definition at line 76 of file explore_frontier.h.
Definition at line 77 of file explore_frontier.h.