#include <mask_image_to_rect.h>
Public Member Functions | |
MaskImageToRect () | |
Protected Member Functions | |
virtual void | convert (const sensor_msgs::Image::ConstPtr &mask_msg) |
virtual void | onInit () |
virtual void | subscribe () |
virtual void | unsubscribe () |
Protected Attributes | |
ros::Publisher | pub_ |
ros::Subscriber | sub_mask_ |
Definition at line 47 of file mask_image_to_rect.h.
jsk_perception::MaskImageToRect::MaskImageToRect | ( | ) | [inline] |
Definition at line 50 of file mask_image_to_rect.h.
void jsk_perception::MaskImageToRect::convert | ( | const sensor_msgs::Image::ConstPtr & | mask_msg | ) | [protected, virtual] |
Definition at line 64 of file mask_image_to_rect.cpp.
void jsk_perception::MaskImageToRect::onInit | ( | ) | [protected, virtual] |
Reimplemented from jsk_topic_tools::DiagnosticNodelet.
Definition at line 45 of file mask_image_to_rect.cpp.
void jsk_perception::MaskImageToRect::subscribe | ( | ) | [protected, virtual] |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 52 of file mask_image_to_rect.cpp.
void jsk_perception::MaskImageToRect::unsubscribe | ( | ) | [protected, virtual] |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 59 of file mask_image_to_rect.cpp.
ros::Publisher jsk_perception::MaskImageToRect::pub_ [protected] |
Definition at line 57 of file mask_image_to_rect.h.
Definition at line 56 of file mask_image_to_rect.h.