#include <TabletopDetection.h>
Public Types | |
typedef ::tabletop_object_detector::TabletopDetectionResult_ < ContainerAllocator > | _detection_type |
typedef boost::shared_ptr < ::tabletop_object_detector::TabletopDetectionResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::tabletop_object_detector::TabletopDetectionResponse_ < ContainerAllocator > > | Ptr |
typedef TabletopDetectionResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
TabletopDetectionResponse_ () | |
TabletopDetectionResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
::tabletop_object_detector::TabletopDetectionResult_ < ContainerAllocator > | detection |
Definition at line 65 of file TabletopDetection.h.
typedef ::tabletop_object_detector::TabletopDetectionResult_<ContainerAllocator> tabletop_object_detector::TabletopDetectionResponse_< ContainerAllocator >::_detection_type |
Definition at line 78 of file TabletopDetection.h.
typedef boost::shared_ptr< ::tabletop_object_detector::TabletopDetectionResponse_<ContainerAllocator> const> tabletop_object_detector::TabletopDetectionResponse_< ContainerAllocator >::ConstPtr |
Definition at line 83 of file TabletopDetection.h.
typedef boost::shared_ptr< ::tabletop_object_detector::TabletopDetectionResponse_<ContainerAllocator> > tabletop_object_detector::TabletopDetectionResponse_< ContainerAllocator >::Ptr |
Definition at line 82 of file TabletopDetection.h.
typedef TabletopDetectionResponse_<ContainerAllocator> tabletop_object_detector::TabletopDetectionResponse_< ContainerAllocator >::Type |
Definition at line 66 of file TabletopDetection.h.
tabletop_object_detector::TabletopDetectionResponse_< ContainerAllocator >::TabletopDetectionResponse_ | ( | ) | [inline] |
Definition at line 68 of file TabletopDetection.h.
tabletop_object_detector::TabletopDetectionResponse_< ContainerAllocator >::TabletopDetectionResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 73 of file TabletopDetection.h.
boost::shared_ptr<std::map<std::string, std::string> > tabletop_object_detector::TabletopDetectionResponse_< ContainerAllocator >::__connection_header |
Definition at line 84 of file TabletopDetection.h.
::tabletop_object_detector::TabletopDetectionResult_<ContainerAllocator> tabletop_object_detector::TabletopDetectionResponse_< ContainerAllocator >::detection |
Definition at line 79 of file TabletopDetection.h.