#include <RotatedRect.h>
Public Types | |
typedef double | _angle_type |
typedef double | _height_type |
typedef double | _width_type |
typedef double | _x_type |
typedef double | _y_type |
typedef boost::shared_ptr < ::jsk_perception::RotatedRect_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::jsk_perception::RotatedRect_ < ContainerAllocator > > | Ptr |
typedef RotatedRect_ < ContainerAllocator > | Type |
Public Member Functions | |
RotatedRect_ () | |
RotatedRect_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | angle |
double | height |
double | width |
double | x |
double | y |
Definition at line 21 of file RotatedRect.h.
typedef double jsk_perception::RotatedRect_< ContainerAllocator >::_angle_type |
Definition at line 54 of file RotatedRect.h.
typedef double jsk_perception::RotatedRect_< ContainerAllocator >::_height_type |
Definition at line 51 of file RotatedRect.h.
typedef double jsk_perception::RotatedRect_< ContainerAllocator >::_width_type |
Definition at line 48 of file RotatedRect.h.
typedef double jsk_perception::RotatedRect_< ContainerAllocator >::_x_type |
Definition at line 42 of file RotatedRect.h.
typedef double jsk_perception::RotatedRect_< ContainerAllocator >::_y_type |
Definition at line 45 of file RotatedRect.h.
typedef boost::shared_ptr< ::jsk_perception::RotatedRect_<ContainerAllocator> const> jsk_perception::RotatedRect_< ContainerAllocator >::ConstPtr |
Definition at line 59 of file RotatedRect.h.
typedef boost::shared_ptr< ::jsk_perception::RotatedRect_<ContainerAllocator> > jsk_perception::RotatedRect_< ContainerAllocator >::Ptr |
Definition at line 58 of file RotatedRect.h.
typedef RotatedRect_<ContainerAllocator> jsk_perception::RotatedRect_< ContainerAllocator >::Type |
Definition at line 22 of file RotatedRect.h.
jsk_perception::RotatedRect_< ContainerAllocator >::RotatedRect_ | ( | ) | [inline] |
Definition at line 24 of file RotatedRect.h.
jsk_perception::RotatedRect_< ContainerAllocator >::RotatedRect_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file RotatedRect.h.
boost::shared_ptr<std::map<std::string, std::string> > jsk_perception::RotatedRect_< ContainerAllocator >::__connection_header |
Definition at line 60 of file RotatedRect.h.
double jsk_perception::RotatedRect_< ContainerAllocator >::angle |
Definition at line 55 of file RotatedRect.h.
double jsk_perception::RotatedRect_< ContainerAllocator >::height |
Definition at line 52 of file RotatedRect.h.
double jsk_perception::RotatedRect_< ContainerAllocator >::width |
Definition at line 49 of file RotatedRect.h.
double jsk_perception::RotatedRect_< ContainerAllocator >::x |
Definition at line 43 of file RotatedRect.h.
double jsk_perception::RotatedRect_< ContainerAllocator >::y |
Definition at line 46 of file RotatedRect.h.