Definition: areaofeffectconverter.h:20
Struct to organize navigation cost.
Definition: navigationcost.h:26
bool operator==(const NavigationCost &other) const
Definition: navigationcost.h:38
double distanceToGoal_
Definition: navigationcost.h:28
double getDistanceToGoal()
Get the distance to goal.
Definition: navigationcost.h:58
NavigationCost()
Construct a new NavigationCost object.
Definition: navigationcost.h:46
bool operator<(const NavigationCost &other) const
Definition: navigationcost.h:34
void setDistanceToGoal(double value)
Set the distance to goal.
Definition: navigationcost.h:67
static double maximum_cost()
Definition: navigationcost.h:30
double getCombinedCost()
Get combined cost.
Definition: navigationcost.h:76
NavigationCost(double distanceToGoal)
Construct a new NavigationCost object.
Definition: navigationcost.h:52