#include <simple_neighbored_graph.h>
Public Types | |
typedef boost::shared_ptr < SimpleNeighboredGraph > | Ptr |
Public Member Functions | |
virtual StatePtr | findNode (const std::string &name) |
virtual bool | isGoal (StatePtr state) |
virtual double | pathCost (StatePtr from, StatePtr to, double prev_cost) |
SimpleNeighboredGraph () | |
virtual std::vector < SimpleNeighboredGraph::StatePtr > | successors (StatePtr target_state) |
Definition at line 80 of file simple_neighbored_graph.h.
typedef boost::shared_ptr<SimpleNeighboredGraph> jsk_footstep_planner::SimpleNeighboredGraph::Ptr |
Reimplemented from jsk_footstep_planner::Graph< SimpleNeighboredNode >.
Definition at line 83 of file simple_neighbored_graph.h.
Definition at line 85 of file simple_neighbored_graph.h.
virtual StatePtr jsk_footstep_planner::SimpleNeighboredGraph::findNode | ( | const std::string & | name | ) | [inline, virtual] |
Definition at line 103 of file simple_neighbored_graph.h.
virtual bool jsk_footstep_planner::SimpleNeighboredGraph::isGoal | ( | StatePtr | state | ) | [inline, virtual] |
Implements jsk_footstep_planner::Graph< SimpleNeighboredNode >.
Definition at line 97 of file simple_neighbored_graph.h.
virtual double jsk_footstep_planner::SimpleNeighboredGraph::pathCost | ( | StatePtr | from, |
StatePtr | to, | ||
double | prev_cost | ||
) | [inline, virtual] |
Reimplemented from jsk_footstep_planner::Graph< SimpleNeighboredNode >.
Definition at line 92 of file simple_neighbored_graph.h.
virtual std::vector<SimpleNeighboredGraph::StatePtr> jsk_footstep_planner::SimpleNeighboredGraph::successors | ( | StatePtr | target_state | ) | [inline, virtual] |
Implements jsk_footstep_planner::Graph< SimpleNeighboredNode >.
Definition at line 86 of file simple_neighbored_graph.h.