checkerboard_detector2::ObjectDetection_< ContainerAllocator > Struct Template Reference

#include <ObjectDetection.h>

List of all members.

Public Types

typedef ::std_msgs::Header_
< ContainerAllocator > 
_header_type
typedef std::vector
< ::checkerboard_detector2::Object6DPose_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::checkerboard_detector2::Object6DPose_
< ContainerAllocator >
>::other > 
_objects_type
typedef boost::shared_ptr
< ::checkerboard_detector2::ObjectDetection_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::checkerboard_detector2::ObjectDetection_
< ContainerAllocator > > 
Ptr
typedef ObjectDetection_
< 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_objects_size () const
ROS_DEPRECATED void get_objects_vec (std::vector< ::checkerboard_detector2::Object6DPose_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::checkerboard_detector2::Object6DPose_< ContainerAllocator > >::other > &vec) const
 ObjectDetection_ (const ContainerAllocator &_alloc)
 ObjectDetection_ ()
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_objects_size (uint32_t size)
ROS_DEPRECATED void set_objects_vec (const std::vector< ::checkerboard_detector2::Object6DPose_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::checkerboard_detector2::Object6DPose_< ContainerAllocator > >::other > &vec)

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_msgs::Header_
< ContainerAllocator > 
header
std::vector
< ::checkerboard_detector2::Object6DPose_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::checkerboard_detector2::Object6DPose_
< ContainerAllocator >
>::other > 
objects

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 checkerboard_detector2::ObjectDetection_< ContainerAllocator >

Definition at line 17 of file ObjectDetection.h.


Member Typedef Documentation

template<class ContainerAllocator>
typedef ::std_msgs::Header_<ContainerAllocator> checkerboard_detector2::ObjectDetection_< ContainerAllocator >::_header_type

Definition at line 30 of file ObjectDetection.h.

template<class ContainerAllocator>
typedef std::vector< ::checkerboard_detector2::Object6DPose_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::checkerboard_detector2::Object6DPose_<ContainerAllocator> >::other > checkerboard_detector2::ObjectDetection_< ContainerAllocator >::_objects_type

Definition at line 33 of file ObjectDetection.h.

template<class ContainerAllocator>
typedef boost::shared_ptr< ::checkerboard_detector2::ObjectDetection_<ContainerAllocator> const> checkerboard_detector2::ObjectDetection_< ContainerAllocator >::ConstPtr

Definition at line 140 of file ObjectDetection.h.

template<class ContainerAllocator>
typedef boost::shared_ptr< ::checkerboard_detector2::ObjectDetection_<ContainerAllocator> > checkerboard_detector2::ObjectDetection_< ContainerAllocator >::Ptr

Definition at line 139 of file ObjectDetection.h.

template<class ContainerAllocator>
typedef ObjectDetection_<ContainerAllocator> checkerboard_detector2::ObjectDetection_< ContainerAllocator >::Type

Definition at line 16 of file ObjectDetection.h.


Constructor & Destructor Documentation

template<class ContainerAllocator>
checkerboard_detector2::ObjectDetection_< ContainerAllocator >::ObjectDetection_ (  )  [inline]

Definition at line 18 of file ObjectDetection.h.

template<class ContainerAllocator>
checkerboard_detector2::ObjectDetection_< ContainerAllocator >::ObjectDetection_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 24 of file ObjectDetection.h.


Member Function Documentation

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

Definition at line 46 of file ObjectDetection.h.

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

Definition at line 53 of file ObjectDetection.h.

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

Definition at line 113 of file ObjectDetection.h.

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

Definition at line 44 of file ObjectDetection.h.

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

Definition at line 42 of file ObjectDetection.h.

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

Definition at line 51 of file ObjectDetection.h.

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

Definition at line 49 of file ObjectDetection.h.

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

Definition at line 111 of file ObjectDetection.h.

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

Definition at line 56 of file ObjectDetection.h.

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

Definition at line 123 of file ObjectDetection.h.

template<class ContainerAllocator>
ROS_DEPRECATED uint32_t checkerboard_detector2::ObjectDetection_< ContainerAllocator >::get_objects_size (  )  const [inline]

Definition at line 37 of file ObjectDetection.h.

template<class ContainerAllocator>
ROS_DEPRECATED void checkerboard_detector2::ObjectDetection_< ContainerAllocator >::get_objects_vec ( std::vector< ::checkerboard_detector2::Object6DPose_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::checkerboard_detector2::Object6DPose_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 39 of file ObjectDetection.h.

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

Definition at line 131 of file ObjectDetection.h.

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

Definition at line 115 of file ObjectDetection.h.

template<class ContainerAllocator>
ROS_DEPRECATED void checkerboard_detector2::ObjectDetection_< ContainerAllocator >::set_objects_size ( uint32_t  size  )  [inline]

Definition at line 38 of file ObjectDetection.h.

template<class ContainerAllocator>
ROS_DEPRECATED void checkerboard_detector2::ObjectDetection_< ContainerAllocator >::set_objects_vec ( const std::vector< ::checkerboard_detector2::Object6DPose_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::checkerboard_detector2::Object6DPose_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 40 of file ObjectDetection.h.


Member Data Documentation

template<class ContainerAllocator>
::std_msgs::Header_<ContainerAllocator> checkerboard_detector2::ObjectDetection_< ContainerAllocator >::header

Definition at line 31 of file ObjectDetection.h.

template<class ContainerAllocator>
std::vector< ::checkerboard_detector2::Object6DPose_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::checkerboard_detector2::Object6DPose_<ContainerAllocator> >::other > checkerboard_detector2::ObjectDetection_< ContainerAllocator >::objects

Definition at line 34 of file ObjectDetection.h.


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


checkerboard_detector2
Author(s): Rosen Diankov (rdiankov@cs.cmu.edu)
autogenerated on Fri Jan 11 09:37:37 2013