#include <node.h>
Public Types | |
typedef boost::shared_ptr< Node > | Ptr |
Public Member Functions | |
virtual StateT | getState () |
Node (const StateT &state) | |
virtual | ~Node () |
Protected Attributes | |
StateT | state_ |
typedef boost::shared_ptr<Node> jsk_footstep_planner::Node< StateT >::Ptr |
jsk_footstep_planner::Node< StateT >::Node | ( | const StateT & | state | ) | [inline] |
virtual jsk_footstep_planner::Node< StateT >::~Node | ( | ) | [virtual] |
virtual StateT jsk_footstep_planner::Node< StateT >::getState | ( | ) | [inline, virtual] |
StateT jsk_footstep_planner::Node< StateT >::state_ [protected] |