#include <bounding_box_display.h>

Public Member Functions | |
| BoundingBoxDisplay () | |
| virtual | ~BoundingBoxDisplay () |
Protected Slots | |
| void | updateAlpha () |
| void | updateColor () |
| void | updateColoring () |
| void | updateLineWidth () |
| void | updateOnlyEdge () |
| void | updateShowCoords () |
Protected Member Functions | |
| void | onInitialize () |
| virtual void | reset () |
Protected Attributes | |
| rviz::FloatProperty * | alpha_property_ |
| rviz::ColorProperty * | color_property_ |
| rviz::EnumProperty * | coloring_property_ |
| jsk_recognition_msgs::BoundingBox::ConstPtr | latest_msg_ |
| rviz::FloatProperty * | line_width_property_ |
| bool | only_edge_ |
| rviz::BoolProperty * | only_edge_property_ |
| bool | show_coords_ |
| rviz::BoolProperty * | show_coords_property_ |
Private Member Functions | |
| void | processMessage (const jsk_recognition_msgs::BoundingBox::ConstPtr &msg) |
Definition at line 56 of file bounding_box_display.h.
Definition at line 42 of file bounding_box_display.cpp.
Definition at line 74 of file bounding_box_display.cpp.
| void jsk_rviz_plugins::BoundingBoxDisplay::onInitialize | ( | ) | [protected, virtual] |
Reimplemented from rviz::MessageFilterDisplay< jsk_recognition_msgs::BoundingBox >.
Definition at line 83 of file bounding_box_display.cpp.
| void jsk_rviz_plugins::BoundingBoxDisplay::processMessage | ( | const jsk_recognition_msgs::BoundingBox::ConstPtr & | msg | ) | [private] |
Definition at line 176 of file bounding_box_display.cpp.
| void jsk_rviz_plugins::BoundingBoxDisplay::reset | ( | ) | [protected, virtual] |
Reimplemented from rviz::MessageFilterDisplay< jsk_recognition_msgs::BoundingBox >.
Definition at line 166 of file bounding_box_display.cpp.
| void jsk_rviz_plugins::BoundingBoxDisplay::updateAlpha | ( | ) | [protected, slot] |
Definition at line 112 of file bounding_box_display.cpp.
| void jsk_rviz_plugins::BoundingBoxDisplay::updateColor | ( | ) | [protected, slot] |
Definition at line 104 of file bounding_box_display.cpp.
| void jsk_rviz_plugins::BoundingBoxDisplay::updateColoring | ( | ) | [protected, slot] |
Definition at line 134 of file bounding_box_display.cpp.
| void jsk_rviz_plugins::BoundingBoxDisplay::updateLineWidth | ( | ) | [protected, slot] |
Definition at line 96 of file bounding_box_display.cpp.
| void jsk_rviz_plugins::BoundingBoxDisplay::updateOnlyEdge | ( | ) | [protected, slot] |
Definition at line 120 of file bounding_box_display.cpp.
| void jsk_rviz_plugins::BoundingBoxDisplay::updateShowCoords | ( | ) | [protected, slot] |
Definition at line 154 of file bounding_box_display.cpp.
Definition at line 71 of file bounding_box_display.h.
Definition at line 70 of file bounding_box_display.h.
Definition at line 69 of file bounding_box_display.h.
jsk_recognition_msgs::BoundingBox::ConstPtr jsk_rviz_plugins::BoundingBoxDisplay::latest_msg_ [protected] |
Definition at line 76 of file bounding_box_display.h.
Definition at line 73 of file bounding_box_display.h.
bool jsk_rviz_plugins::BoundingBoxDisplay::only_edge_ [protected] |
Definition at line 66 of file bounding_box_display.h.
Definition at line 72 of file bounding_box_display.h.
bool jsk_rviz_plugins::BoundingBoxDisplay::show_coords_ [protected] |
Definition at line 67 of file bounding_box_display.h.
Definition at line 74 of file bounding_box_display.h.