$search
#include <Shape.h>
Public Types | |
enum | { SPHERE = 0 } |
enum | { BOX = 1 } |
enum | { CYLINDER = 2 } |
enum | { MESH = 3 } |
typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _dimensions_type |
typedef std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | _triangles_type |
typedef int8_t | _type_type |
typedef std::vector < ::geometry_msgs::Point_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::geometry_msgs::Point_ < ContainerAllocator > >::other > | _vertices_type |
typedef boost::shared_ptr < ::arm_navigation_msgs::Shape_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::arm_navigation_msgs::Shape_ < ContainerAllocator > > | Ptr |
typedef Shape_ < ContainerAllocator > | Type |
Public Member Functions | |
ROS_DEPRECATED const std::string | __getDataType () const |
ROS_DEPRECATED const std::string | __getMD5Sum () const |
ROS_DEPRECATED const std::string | __getMessageDefinition () const |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
ROS_DEPRECATED uint32_t | get_dimensions_size () const |
ROS_DEPRECATED void | get_dimensions_vec (std::vector< double, typename ContainerAllocator::template rebind< double >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_triangles_size () const |
ROS_DEPRECATED void | get_triangles_vec (std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_vertices_size () const |
ROS_DEPRECATED void | get_vertices_vec (std::vector< ::geometry_msgs::Point_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::geometry_msgs::Point_< ContainerAllocator > >::other > &vec) const |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
ROS_DEPRECATED void | set_dimensions_size (uint32_t size) |
ROS_DEPRECATED void | set_dimensions_vec (const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &vec) |
ROS_DEPRECATED void | set_triangles_size (uint32_t size) |
ROS_DEPRECATED void | set_triangles_vec (const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec) |
ROS_DEPRECATED void | set_vertices_size (uint32_t size) |
ROS_DEPRECATED void | set_vertices_vec (const std::vector< ::geometry_msgs::Point_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::geometry_msgs::Point_< ContainerAllocator > >::other > &vec) |
Shape_ (const ContainerAllocator &_alloc) | |
Shape_ () | |
Static Public Member Functions | |
static ROS_DEPRECATED const std::string | __s_getDataType () |
static ROS_DEPRECATED const std::string | __s_getMD5Sum () |
static ROS_DEPRECATED const std::string | __s_getMessageDefinition () |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< double, typename ContainerAllocator::template rebind< double >::other > | dimensions |
std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | triangles |
int8_t | type |
std::vector < ::geometry_msgs::Point_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::geometry_msgs::Point_ < ContainerAllocator > >::other > | vertices |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 22 of file Shape.h.
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > arm_navigation_msgs::Shape_< ContainerAllocator >::_dimensions_type |
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > arm_navigation_msgs::Shape_< ContainerAllocator >::_triangles_type |
typedef int8_t arm_navigation_msgs::Shape_< ContainerAllocator >::_type_type |
typedef std::vector< ::geometry_msgs::Point_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::geometry_msgs::Point_<ContainerAllocator> >::other > arm_navigation_msgs::Shape_< ContainerAllocator >::_vertices_type |
typedef boost::shared_ptr< ::arm_navigation_msgs::Shape_<ContainerAllocator> const> arm_navigation_msgs::Shape_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::arm_navigation_msgs::Shape_<ContainerAllocator> > arm_navigation_msgs::Shape_< ContainerAllocator >::Ptr |
typedef Shape_<ContainerAllocator> arm_navigation_msgs::Shape_< ContainerAllocator >::Type |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
arm_navigation_msgs::Shape_< ContainerAllocator >::Shape_ | ( | ) | [inline] |
arm_navigation_msgs::Shape_< ContainerAllocator >::Shape_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
ROS_DEPRECATED const std::string arm_navigation_msgs::Shape_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
ROS_DEPRECATED const std::string arm_navigation_msgs::Shape_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
ROS_DEPRECATED const std::string arm_navigation_msgs::Shape_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
static ROS_DEPRECATED const std::string arm_navigation_msgs::Shape_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
static const char* arm_navigation_msgs::Shape_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
static ROS_DEPRECATED const std::string arm_navigation_msgs::Shape_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
static const char* arm_navigation_msgs::Shape_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
static ROS_DEPRECATED const std::string arm_navigation_msgs::Shape_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
static const char* arm_navigation_msgs::Shape_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
virtual ROS_DEPRECATED uint8_t* arm_navigation_msgs::Shape_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
ROS_DEPRECATED uint32_t arm_navigation_msgs::Shape_< ContainerAllocator >::get_dimensions_size | ( | ) | const [inline] |
ROS_DEPRECATED void arm_navigation_msgs::Shape_< ContainerAllocator >::get_dimensions_vec | ( | std::vector< double, typename ContainerAllocator::template rebind< double >::other > & | vec | ) | const [inline] |
ROS_DEPRECATED uint32_t arm_navigation_msgs::Shape_< ContainerAllocator >::get_triangles_size | ( | ) | const [inline] |
ROS_DEPRECATED void arm_navigation_msgs::Shape_< ContainerAllocator >::get_triangles_vec | ( | std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > & | vec | ) | const [inline] |
ROS_DEPRECATED uint32_t arm_navigation_msgs::Shape_< ContainerAllocator >::get_vertices_size | ( | ) | const [inline] |
ROS_DEPRECATED void arm_navigation_msgs::Shape_< ContainerAllocator >::get_vertices_vec | ( | std::vector< ::geometry_msgs::Point_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::geometry_msgs::Point_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
virtual ROS_DEPRECATED uint32_t arm_navigation_msgs::Shape_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
virtual ROS_DEPRECATED uint8_t* arm_navigation_msgs::Shape_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
ROS_DEPRECATED void arm_navigation_msgs::Shape_< ContainerAllocator >::set_dimensions_size | ( | uint32_t | size | ) | [inline] |
ROS_DEPRECATED void arm_navigation_msgs::Shape_< ContainerAllocator >::set_dimensions_vec | ( | const std::vector< double, typename ContainerAllocator::template rebind< double >::other > & | vec | ) | [inline] |
ROS_DEPRECATED void arm_navigation_msgs::Shape_< ContainerAllocator >::set_triangles_size | ( | uint32_t | size | ) | [inline] |
ROS_DEPRECATED void arm_navigation_msgs::Shape_< ContainerAllocator >::set_triangles_vec | ( | const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > & | vec | ) | [inline] |
ROS_DEPRECATED void arm_navigation_msgs::Shape_< ContainerAllocator >::set_vertices_size | ( | uint32_t | size | ) | [inline] |
ROS_DEPRECATED void arm_navigation_msgs::Shape_< ContainerAllocator >::set_vertices_vec | ( | const std::vector< ::geometry_msgs::Point_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::geometry_msgs::Point_< ContainerAllocator > >::other > & | vec | ) | [inline] |
boost::shared_ptr<std::map<std::string, std::string> > arm_navigation_msgs::Shape_< ContainerAllocator >::__connection_header |
std::vector<double, typename ContainerAllocator::template rebind<double>::other > arm_navigation_msgs::Shape_< ContainerAllocator >::dimensions |
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > arm_navigation_msgs::Shape_< ContainerAllocator >::triangles |
int8_t arm_navigation_msgs::Shape_< ContainerAllocator >::type |
std::vector< ::geometry_msgs::Point_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::geometry_msgs::Point_<ContainerAllocator> >::other > arm_navigation_msgs::Shape_< ContainerAllocator >::vertices |