#include <state_space.h>
Public Member Functions | |
bool | operator< (const StepCostPair &other) |
StepCostPair (const PlanningState *state, const int cost) | |
Public Attributes | |
const int | cost |
const PlanningState * | state |
Definition at line 60 of file state_space.h.
vigir_footstep_planning::StepCostPair::StepCostPair | ( | const PlanningState * | state, |
const int | cost | ||
) | [inline] |
Definition at line 61 of file state_space.h.
bool vigir_footstep_planning::StepCostPair::operator< | ( | const StepCostPair & | other | ) | [inline] |
Definition at line 66 of file state_space.h.
Definition at line 72 of file state_space.h.
const PlanningState* vigir_footstep_planning::StepCostPair::state |
Definition at line 71 of file state_space.h.