#include <env_triangulate.h>
Public Types | |
typedef std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > | _indices_type |
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _points_type |
typedef boost::shared_ptr < ::openraveros::env_triangulateResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::openraveros::env_triangulateResponse_ < ContainerAllocator > > | Ptr |
typedef env_triangulateResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
env_triangulateResponse_ () | |
env_triangulateResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > | indices |
std::vector< float, typename ContainerAllocator::template rebind< float >::other > | points |
Definition at line 58 of file env_triangulate.h.
typedef std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > openraveros::env_triangulateResponse_< ContainerAllocator >::_indices_type |
Definition at line 76 of file env_triangulate.h.
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::env_triangulateResponse_< ContainerAllocator >::_points_type |
Definition at line 73 of file env_triangulate.h.
typedef boost::shared_ptr< ::openraveros::env_triangulateResponse_<ContainerAllocator> const> openraveros::env_triangulateResponse_< ContainerAllocator >::ConstPtr |
Definition at line 81 of file env_triangulate.h.
typedef boost::shared_ptr< ::openraveros::env_triangulateResponse_<ContainerAllocator> > openraveros::env_triangulateResponse_< ContainerAllocator >::Ptr |
Definition at line 80 of file env_triangulate.h.
typedef env_triangulateResponse_<ContainerAllocator> openraveros::env_triangulateResponse_< ContainerAllocator >::Type |
Definition at line 59 of file env_triangulate.h.
openraveros::env_triangulateResponse_< ContainerAllocator >::env_triangulateResponse_ | ( | ) | [inline] |
Definition at line 61 of file env_triangulate.h.
openraveros::env_triangulateResponse_< ContainerAllocator >::env_triangulateResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 67 of file env_triangulate.h.
boost::shared_ptr<std::map<std::string, std::string> > openraveros::env_triangulateResponse_< ContainerAllocator >::__connection_header |
Definition at line 82 of file env_triangulate.h.
std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > openraveros::env_triangulateResponse_< ContainerAllocator >::indices |
Definition at line 77 of file env_triangulate.h.
std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::env_triangulateResponse_< ContainerAllocator >::points |
Definition at line 74 of file env_triangulate.h.