#include <rect_to_mask_image.h>
Public Member Functions | |
RectToMaskImage () | |
Protected Member Functions | |
virtual void | convert (const geometry_msgs::PolygonStamped::ConstPtr &rect_msg) |
virtual void | infoCallback (const sensor_msgs::CameraInfo::ConstPtr &info_msg) |
virtual void | onInit () |
virtual void | subscribe () |
virtual void | unsubscribe () |
Protected Attributes | |
sensor_msgs::CameraInfo::ConstPtr | camera_info_ |
boost::mutex | mutex_ |
ros::Publisher | pub_ |
ros::Subscriber | sub_ |
ros::Subscriber | sub_info_ |
Definition at line 48 of file rect_to_mask_image.h.
jsk_perception::RectToMaskImage::RectToMaskImage | ( | ) | [inline] |
Definition at line 51 of file rect_to_mask_image.h.
void jsk_perception::RectToMaskImage::convert | ( | const geometry_msgs::PolygonStamped::ConstPtr & | rect_msg | ) | [protected, virtual] |
Definition at line 61 of file rect_to_mask_image.cpp.
void jsk_perception::RectToMaskImage::infoCallback | ( | const sensor_msgs::CameraInfo::ConstPtr & | info_msg | ) | [protected, virtual] |
Definition at line 87 of file rect_to_mask_image.cpp.
void jsk_perception::RectToMaskImage::onInit | ( | ) | [protected, virtual] |
Reimplemented from jsk_topic_tools::DiagnosticNodelet.
Definition at line 42 of file rect_to_mask_image.cpp.
void jsk_perception::RectToMaskImage::subscribe | ( | ) | [protected, virtual] |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 48 of file rect_to_mask_image.cpp.
void jsk_perception::RectToMaskImage::unsubscribe | ( | ) | [protected, virtual] |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 55 of file rect_to_mask_image.cpp.
sensor_msgs::CameraInfo::ConstPtr jsk_perception::RectToMaskImage::camera_info_ [protected] |
Definition at line 65 of file rect_to_mask_image.h.
boost::mutex jsk_perception::RectToMaskImage::mutex_ [protected] |
Definition at line 61 of file rect_to_mask_image.h.
ros::Publisher jsk_perception::RectToMaskImage::pub_ [protected] |
Definition at line 62 of file rect_to_mask_image.h.
ros::Subscriber jsk_perception::RectToMaskImage::sub_ [protected] |
Definition at line 63 of file rect_to_mask_image.h.
Definition at line 64 of file rect_to_mask_image.h.