#include <RegionOfInterest.h>
Public Types | |
typedef uint32_t | _height_type |
typedef uint32_t | _width_type |
typedef uint32_t | _x_offset_type |
typedef uint32_t | _y_offset_type |
typedef boost::shared_ptr < ::sensor_msgs::RegionOfInterest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::sensor_msgs::RegionOfInterest_ < ContainerAllocator > > | Ptr |
typedef RegionOfInterest_ < ContainerAllocator > | Type |
Public Member Functions | |
RegionOfInterest_ (const ContainerAllocator &_alloc) | |
RegionOfInterest_ () | |
Public Attributes | |
uint32_t | height |
uint32_t | width |
uint32_t | x_offset |
uint32_t | y_offset |
Definition at line 10 of file RegionOfInterest.h.
typedef uint32_t sensor_msgs::RegionOfInterest_< ContainerAllocator >::_height_type |
Definition at line 36 of file RegionOfInterest.h.
typedef uint32_t sensor_msgs::RegionOfInterest_< ContainerAllocator >::_width_type |
Definition at line 39 of file RegionOfInterest.h.
typedef uint32_t sensor_msgs::RegionOfInterest_< ContainerAllocator >::_x_offset_type |
Definition at line 30 of file RegionOfInterest.h.
typedef uint32_t sensor_msgs::RegionOfInterest_< ContainerAllocator >::_y_offset_type |
Definition at line 33 of file RegionOfInterest.h.
typedef boost::shared_ptr< ::sensor_msgs::RegionOfInterest_<ContainerAllocator> const> sensor_msgs::RegionOfInterest_< ContainerAllocator >::ConstPtr |
Definition at line 43 of file RegionOfInterest.h.
typedef boost::shared_ptr< ::sensor_msgs::RegionOfInterest_<ContainerAllocator> > sensor_msgs::RegionOfInterest_< ContainerAllocator >::Ptr |
Definition at line 42 of file RegionOfInterest.h.
typedef RegionOfInterest_<ContainerAllocator> sensor_msgs::RegionOfInterest_< ContainerAllocator >::Type |
Definition at line 12 of file RegionOfInterest.h.
sensor_msgs::RegionOfInterest_< ContainerAllocator >::RegionOfInterest_ | ( | ) | [inline] |
Definition at line 14 of file RegionOfInterest.h.
sensor_msgs::RegionOfInterest_< ContainerAllocator >::RegionOfInterest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 22 of file RegionOfInterest.h.
uint32_t sensor_msgs::RegionOfInterest_< ContainerAllocator >::height |
Definition at line 37 of file RegionOfInterest.h.
uint32_t sensor_msgs::RegionOfInterest_< ContainerAllocator >::width |
Definition at line 40 of file RegionOfInterest.h.
uint32_t sensor_msgs::RegionOfInterest_< ContainerAllocator >::x_offset |
Definition at line 31 of file RegionOfInterest.h.
uint32_t sensor_msgs::RegionOfInterest_< ContainerAllocator >::y_offset |
Definition at line 34 of file RegionOfInterest.h.