#include <env_raycollision.h>
Public Types | |
typedef std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | _collision_type |
typedef std::vector < ::openraveros::Contact_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::openraveros::Contact_ < ContainerAllocator > >::other > | _contacts_type |
typedef std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | _hitbodies_type |
typedef boost::shared_ptr < ::openraveros::env_raycollisionResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::openraveros::env_raycollisionResponse_ < ContainerAllocator > > | Ptr |
typedef env_raycollisionResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
env_raycollisionResponse_ () | |
env_raycollisionResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | collision |
std::vector < ::openraveros::Contact_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::openraveros::Contact_ < ContainerAllocator > >::other > | contacts |
std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | hitbodies |
Definition at line 70 of file env_raycollision.h.
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > openraveros::env_raycollisionResponse_< ContainerAllocator >::_collision_type |
Definition at line 87 of file env_raycollision.h.
typedef std::vector< ::openraveros::Contact_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::openraveros::Contact_<ContainerAllocator> >::other > openraveros::env_raycollisionResponse_< ContainerAllocator >::_contacts_type |
Definition at line 90 of file env_raycollision.h.
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > openraveros::env_raycollisionResponse_< ContainerAllocator >::_hitbodies_type |
Definition at line 93 of file env_raycollision.h.
typedef boost::shared_ptr< ::openraveros::env_raycollisionResponse_<ContainerAllocator> const> openraveros::env_raycollisionResponse_< ContainerAllocator >::ConstPtr |
Definition at line 98 of file env_raycollision.h.
typedef boost::shared_ptr< ::openraveros::env_raycollisionResponse_<ContainerAllocator> > openraveros::env_raycollisionResponse_< ContainerAllocator >::Ptr |
Definition at line 97 of file env_raycollision.h.
typedef env_raycollisionResponse_<ContainerAllocator> openraveros::env_raycollisionResponse_< ContainerAllocator >::Type |
Definition at line 71 of file env_raycollision.h.
openraveros::env_raycollisionResponse_< ContainerAllocator >::env_raycollisionResponse_ | ( | ) | [inline] |
Definition at line 73 of file env_raycollision.h.
openraveros::env_raycollisionResponse_< ContainerAllocator >::env_raycollisionResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 80 of file env_raycollision.h.
boost::shared_ptr<std::map<std::string, std::string> > openraveros::env_raycollisionResponse_< ContainerAllocator >::__connection_header |
Definition at line 99 of file env_raycollision.h.
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > openraveros::env_raycollisionResponse_< ContainerAllocator >::collision |
Definition at line 88 of file env_raycollision.h.
std::vector< ::openraveros::Contact_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::openraveros::Contact_<ContainerAllocator> >::other > openraveros::env_raycollisionResponse_< ContainerAllocator >::contacts |
Definition at line 91 of file env_raycollision.h.
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > openraveros::env_raycollisionResponse_< ContainerAllocator >::hitbodies |
Definition at line 94 of file env_raycollision.h.