geometric_shapes_msgs::Shape_< ContainerAllocator > Struct Template Reference

#include <Shape.h>

List of all members.

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
< ::geometric_shapes_msgs::Shape_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::geometric_shapes_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

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_ ()

Detailed Description

template<class ContainerAllocator>
struct geometric_shapes_msgs::Shape_< ContainerAllocator >

Definition at line 16 of file Shape.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > geometric_shapes_msgs::Shape_< ContainerAllocator >::_dimensions_type

Definition at line 36 of file Shape.h.

template<class ContainerAllocator >
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > geometric_shapes_msgs::Shape_< ContainerAllocator >::_triangles_type

Definition at line 39 of file Shape.h.

template<class ContainerAllocator >
typedef int8_t geometric_shapes_msgs::Shape_< ContainerAllocator >::_type_type

Definition at line 33 of file Shape.h.

template<class ContainerAllocator >
typedef std::vector< ::geometry_msgs::Point_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::geometry_msgs::Point_<ContainerAllocator> >::other > geometric_shapes_msgs::Shape_< ContainerAllocator >::_vertices_type

Definition at line 42 of file Shape.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::geometric_shapes_msgs::Shape_<ContainerAllocator> const> geometric_shapes_msgs::Shape_< ContainerAllocator >::ConstPtr

Definition at line 154 of file Shape.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::geometric_shapes_msgs::Shape_<ContainerAllocator> > geometric_shapes_msgs::Shape_< ContainerAllocator >::Ptr

Definition at line 153 of file Shape.h.

template<class ContainerAllocator >
typedef Shape_<ContainerAllocator> geometric_shapes_msgs::Shape_< ContainerAllocator >::Type

Definition at line 15 of file Shape.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
SPHERE 

Definition at line 45 of file Shape.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
BOX 

Definition at line 46 of file Shape.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
CYLINDER 

Definition at line 47 of file Shape.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MESH 

Definition at line 48 of file Shape.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
geometric_shapes_msgs::Shape_< ContainerAllocator >::Shape_ (  )  [inline]

Definition at line 17 of file Shape.h.

template<class ContainerAllocator >
geometric_shapes_msgs::Shape_< ContainerAllocator >::Shape_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 25 of file Shape.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string geometric_shapes_msgs::Shape_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 67 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string geometric_shapes_msgs::Shape_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 74 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string geometric_shapes_msgs::Shape_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 121 of file Shape.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string geometric_shapes_msgs::Shape_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 65 of file Shape.h.

template<class ContainerAllocator >
static const char* geometric_shapes_msgs::Shape_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 63 of file Shape.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string geometric_shapes_msgs::Shape_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 72 of file Shape.h.

template<class ContainerAllocator >
static const char* geometric_shapes_msgs::Shape_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 70 of file Shape.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string geometric_shapes_msgs::Shape_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 119 of file Shape.h.

template<class ContainerAllocator >
static const char* geometric_shapes_msgs::Shape_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 77 of file Shape.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* geometric_shapes_msgs::Shape_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 133 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t geometric_shapes_msgs::Shape_< ContainerAllocator >::get_dimensions_size (  )  const [inline]

Definition at line 50 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED void geometric_shapes_msgs::Shape_< ContainerAllocator >::get_dimensions_vec ( std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  const [inline]

Definition at line 52 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t geometric_shapes_msgs::Shape_< ContainerAllocator >::get_triangles_size (  )  const [inline]

Definition at line 54 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED void geometric_shapes_msgs::Shape_< ContainerAllocator >::get_triangles_vec ( std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &  vec  )  const [inline]

Definition at line 56 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t geometric_shapes_msgs::Shape_< ContainerAllocator >::get_vertices_size (  )  const [inline]

Definition at line 58 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED void geometric_shapes_msgs::Shape_< ContainerAllocator >::get_vertices_vec ( std::vector< ::geometry_msgs::Point_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::geometry_msgs::Point_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 60 of file Shape.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t geometric_shapes_msgs::Shape_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 143 of file Shape.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* geometric_shapes_msgs::Shape_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 123 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED void geometric_shapes_msgs::Shape_< ContainerAllocator >::set_dimensions_size ( uint32_t  size  )  [inline]

Definition at line 51 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED void geometric_shapes_msgs::Shape_< ContainerAllocator >::set_dimensions_vec ( const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  [inline]

Definition at line 53 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED void geometric_shapes_msgs::Shape_< ContainerAllocator >::set_triangles_size ( uint32_t  size  )  [inline]

Definition at line 55 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED void geometric_shapes_msgs::Shape_< ContainerAllocator >::set_triangles_vec ( const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &  vec  )  [inline]

Definition at line 57 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED void geometric_shapes_msgs::Shape_< ContainerAllocator >::set_vertices_size ( uint32_t  size  )  [inline]

Definition at line 59 of file Shape.h.

template<class ContainerAllocator >
ROS_DEPRECATED void geometric_shapes_msgs::Shape_< ContainerAllocator >::set_vertices_vec ( const std::vector< ::geometry_msgs::Point_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::geometry_msgs::Point_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 61 of file Shape.h.


Member Data Documentation

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > geometric_shapes_msgs::Shape_< ContainerAllocator >::dimensions

Definition at line 37 of file Shape.h.

template<class ContainerAllocator >
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > geometric_shapes_msgs::Shape_< ContainerAllocator >::triangles

Definition at line 40 of file Shape.h.

template<class ContainerAllocator >
int8_t geometric_shapes_msgs::Shape_< ContainerAllocator >::type

Definition at line 34 of file Shape.h.

template<class ContainerAllocator >
std::vector< ::geometry_msgs::Point_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::geometry_msgs::Point_<ContainerAllocator> >::other > geometric_shapes_msgs::Shape_< ContainerAllocator >::vertices

Definition at line 43 of file Shape.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator


geometric_shapes_msgs
Author(s): Ioan Sucan
autogenerated on Fri Jan 11 09:36:38 2013