#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 |
|
inline |
|
virtual |
|
inlinevirtual |
|
protected |