#include <BoundingBox.h>
Public Types | |
typedef int32_t | _height_type |
typedef int32_t | _width_type |
typedef int32_t | _x_type |
typedef int32_t | _y_type |
typedef boost::shared_ptr < ::motld::BoundingBox_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::motld::BoundingBox_ < ContainerAllocator > > | Ptr |
typedef BoundingBox_ < ContainerAllocator > | Type |
Public Member Functions | |
BoundingBox_ () | |
BoundingBox_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int32_t | height |
int32_t | width |
int32_t | x |
int32_t | y |
Definition at line 21 of file BoundingBox.h.
typedef int32_t motld::BoundingBox_< ContainerAllocator >::_height_type |
Definition at line 49 of file BoundingBox.h.
typedef int32_t motld::BoundingBox_< ContainerAllocator >::_width_type |
Definition at line 46 of file BoundingBox.h.
typedef int32_t motld::BoundingBox_< ContainerAllocator >::_x_type |
Definition at line 40 of file BoundingBox.h.
typedef int32_t motld::BoundingBox_< ContainerAllocator >::_y_type |
Definition at line 43 of file BoundingBox.h.
typedef boost::shared_ptr< ::motld::BoundingBox_<ContainerAllocator> const> motld::BoundingBox_< ContainerAllocator >::ConstPtr |
Definition at line 54 of file BoundingBox.h.
typedef boost::shared_ptr< ::motld::BoundingBox_<ContainerAllocator> > motld::BoundingBox_< ContainerAllocator >::Ptr |
Definition at line 53 of file BoundingBox.h.
typedef BoundingBox_<ContainerAllocator> motld::BoundingBox_< ContainerAllocator >::Type |
Definition at line 22 of file BoundingBox.h.
motld::BoundingBox_< ContainerAllocator >::BoundingBox_ | ( | ) | [inline] |
Definition at line 24 of file BoundingBox.h.
motld::BoundingBox_< ContainerAllocator >::BoundingBox_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file BoundingBox.h.
boost::shared_ptr<std::map<std::string, std::string> > motld::BoundingBox_< ContainerAllocator >::__connection_header |
Definition at line 55 of file BoundingBox.h.
int32_t motld::BoundingBox_< ContainerAllocator >::height |
Definition at line 50 of file BoundingBox.h.
int32_t motld::BoundingBox_< ContainerAllocator >::width |
Definition at line 47 of file BoundingBox.h.
int32_t motld::BoundingBox_< ContainerAllocator >::x |
Definition at line 41 of file BoundingBox.h.
int32_t motld::BoundingBox_< ContainerAllocator >::y |
Definition at line 44 of file BoundingBox.h.