#include <PlannerParameters.h>
Public Types | |
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _finalconfig_type |
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _initialconfig_type |
typedef boost::shared_ptr < ::openraveros::PlannerParameters_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::openraveros::PlannerParameters_ < ContainerAllocator > > | Ptr |
typedef PlannerParameters_ < ContainerAllocator > | Type |
Public Member Functions | |
PlannerParameters_ () | |
PlannerParameters_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< float, typename ContainerAllocator::template rebind< float >::other > | finalconfig |
std::vector< float, typename ContainerAllocator::template rebind< float >::other > | initialconfig |
Definition at line 21 of file PlannerParameters.h.
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::PlannerParameters_< ContainerAllocator >::_finalconfig_type |
Definition at line 39 of file PlannerParameters.h.
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::PlannerParameters_< ContainerAllocator >::_initialconfig_type |
Definition at line 36 of file PlannerParameters.h.
typedef boost::shared_ptr< ::openraveros::PlannerParameters_<ContainerAllocator> const> openraveros::PlannerParameters_< ContainerAllocator >::ConstPtr |
Definition at line 44 of file PlannerParameters.h.
typedef boost::shared_ptr< ::openraveros::PlannerParameters_<ContainerAllocator> > openraveros::PlannerParameters_< ContainerAllocator >::Ptr |
Definition at line 43 of file PlannerParameters.h.
typedef PlannerParameters_<ContainerAllocator> openraveros::PlannerParameters_< ContainerAllocator >::Type |
Definition at line 22 of file PlannerParameters.h.
openraveros::PlannerParameters_< ContainerAllocator >::PlannerParameters_ | ( | ) | [inline] |
Definition at line 24 of file PlannerParameters.h.
openraveros::PlannerParameters_< ContainerAllocator >::PlannerParameters_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file PlannerParameters.h.
boost::shared_ptr<std::map<std::string, std::string> > openraveros::PlannerParameters_< ContainerAllocator >::__connection_header |
Definition at line 45 of file PlannerParameters.h.
std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::PlannerParameters_< ContainerAllocator >::finalconfig |
Definition at line 40 of file PlannerParameters.h.
std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::PlannerParameters_< ContainerAllocator >::initialconfig |
Definition at line 37 of file PlannerParameters.h.