#include <image_plugin.h>
|
void | CreateLocalNode () |
|
void | Draw (double x, double y, double scale) |
|
QWidget * | GetConfigWidget (QWidget *parent) |
|
| ImagePlugin () |
|
bool | Initialize (QGLWidget *canvas) |
|
void | LoadConfig (const YAML::Node &node, const std::string &path) |
|
void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
|
virtual void | SetNode (const ros::NodeHandle &node) |
|
void | Shutdown () |
|
void | Transform () |
|
virtual | ~ImagePlugin () |
|
virtual void | ClearHistory () |
|
int | DrawOrder () const |
|
void | DrawPlugin (double x, double y, double scale) |
|
bool | GetTransform (const ros::Time &stamp, swri_transform_util::Transform &transform) |
|
bool | GetTransform (const std::string &source, const ros::Time &stamp, swri_transform_util::Transform &transform) |
|
virtual bool | Initialize (boost::shared_ptr< tf::TransformListener > tf_listener, swri_transform_util::TransformManagerPtr tf_manager, QGLWidget *canvas) |
|
std::string | Name () const |
|
virtual void | Paint (QPainter *painter, double x, double y, double scale) |
|
void | PaintPlugin (QPainter *painter, double x, double y, double scale) |
|
void | PrintMeasurements () |
|
void | SetDrawOrder (int order) |
|
void | SetIcon (IconWidget *icon) |
|
void | SetName (const std::string &name) |
|
void | SetTargetFrame (std::string frame_id) |
|
void | SetType (const std::string &type) |
|
void | SetVisible (bool visible) |
|
std::string | Type () const |
|
bool | Visible () const |
|
virtual | ~MapvizPlugin () |
|
Definition at line 60 of file image_plugin.h.
◆ Anchor
Enumerator |
---|
TOP_LEFT | |
TOP_CENTER | |
TOP_RIGHT | |
CENTER_LEFT | |
CENTER | |
CENTER_RIGHT | |
BOTTOM_LEFT | |
BOTTOM_CENTER | |
BOTTOM_RIGHT | |
Definition at line 65 of file image_plugin.h.
◆ Units
◆ ImagePlugin()
mapviz_plugins::ImagePlugin::ImagePlugin |
( |
| ) |
|
◆ ~ImagePlugin()
mapviz_plugins::ImagePlugin::~ImagePlugin |
( |
| ) |
|
|
virtual |
◆ AnchorToString()
std::string mapviz_plugins::ImagePlugin::AnchorToString |
( |
Anchor |
anchor | ) |
|
|
private |
◆ CreateLocalNode()
void mapviz_plugins::ImagePlugin::CreateLocalNode |
( |
| ) |
|
◆ Draw()
void mapviz_plugins::ImagePlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ DrawIplImage()
void mapviz_plugins::ImagePlugin::DrawIplImage |
( |
cv::Mat * |
image | ) |
|
|
private |
◆ GetConfigWidget()
QWidget * mapviz_plugins::ImagePlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ imageCallback()
void mapviz_plugins::ImagePlugin::imageCallback |
( |
const sensor_msgs::ImageConstPtr & |
image | ) |
|
|
private |
◆ Initialize()
bool mapviz_plugins::ImagePlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ KeepRatioChanged
void mapviz_plugins::ImagePlugin::KeepRatioChanged |
( |
bool |
checked | ) |
|
|
protectedslot |
◆ LoadConfig()
void mapviz_plugins::ImagePlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ PrintError()
void mapviz_plugins::ImagePlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintInfo()
void mapviz_plugins::ImagePlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintWarning()
void mapviz_plugins::ImagePlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ Resubscribe
void mapviz_plugins::ImagePlugin::Resubscribe |
( |
| ) |
|
|
slot |
◆ RotationToString()
std::string mapviz_plugins::ImagePlugin::RotationToString |
( |
int |
rotation | ) |
|
|
private |
◆ SaveConfig()
void mapviz_plugins::ImagePlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ ScaleImage()
void mapviz_plugins::ImagePlugin::ScaleImage |
( |
double |
width, |
|
|
double |
height |
|
) |
| |
|
private |
◆ SelectTopic
void mapviz_plugins::ImagePlugin::SelectTopic |
( |
| ) |
|
|
protectedslot |
◆ SetAnchor
void mapviz_plugins::ImagePlugin::SetAnchor |
( |
QString |
anchor | ) |
|
|
protectedslot |
◆ SetHeight
void mapviz_plugins::ImagePlugin::SetHeight |
( |
double |
height | ) |
|
|
protectedslot |
◆ SetNode()
◆ SetOffsetX
void mapviz_plugins::ImagePlugin::SetOffsetX |
( |
int |
offset | ) |
|
|
protectedslot |
◆ SetOffsetY
void mapviz_plugins::ImagePlugin::SetOffsetY |
( |
int |
offset | ) |
|
|
protectedslot |
◆ SetRotation
void mapviz_plugins::ImagePlugin::SetRotation |
( |
QString |
rotation | ) |
|
|
protectedslot |
◆ SetSubscription
void mapviz_plugins::ImagePlugin::SetSubscription |
( |
bool |
visible | ) |
|
|
protectedslot |
◆ SetTransport
void mapviz_plugins::ImagePlugin::SetTransport |
( |
const QString & |
transport | ) |
|
|
protectedslot |
◆ SetUnits
void mapviz_plugins::ImagePlugin::SetUnits |
( |
QString |
units | ) |
|
|
protectedslot |
◆ SetWidth
void mapviz_plugins::ImagePlugin::SetWidth |
( |
double |
width | ) |
|
|
protectedslot |
◆ Shutdown()
void mapviz_plugins::ImagePlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
◆ TopicEdited
void mapviz_plugins::ImagePlugin::TopicEdited |
( |
| ) |
|
|
protectedslot |
◆ Transform()
void mapviz_plugins::ImagePlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
◆ UnitsToString()
std::string mapviz_plugins::ImagePlugin::UnitsToString |
( |
Units |
units | ) |
|
|
private |
◆ anchor_
Anchor mapviz_plugins::ImagePlugin::anchor_ |
|
private |
◆ config_widget_
QWidget* mapviz_plugins::ImagePlugin::config_widget_ |
|
private |
◆ cv_image_
◆ force_resubscribe_
bool mapviz_plugins::ImagePlugin::force_resubscribe_ |
|
private |
◆ has_image_
bool mapviz_plugins::ImagePlugin::has_image_ |
|
private |
◆ has_message_
bool mapviz_plugins::ImagePlugin::has_message_ |
|
private |
◆ height_
double mapviz_plugins::ImagePlugin::height_ |
|
private |
◆ image_
sensor_msgs::Image mapviz_plugins::ImagePlugin::image_ |
|
private |
◆ image_sub_
◆ last_height_
double mapviz_plugins::ImagePlugin::last_height_ |
|
private |
◆ last_rotation_
int mapviz_plugins::ImagePlugin::last_rotation_ |
|
private |
◆ last_width_
double mapviz_plugins::ImagePlugin::last_width_ |
|
private |
◆ local_node_
◆ offset_x_
int mapviz_plugins::ImagePlugin::offset_x_ |
|
private |
◆ offset_y_
int mapviz_plugins::ImagePlugin::offset_y_ |
|
private |
◆ original_aspect_ratio_
double mapviz_plugins::ImagePlugin::original_aspect_ratio_ |
|
private |
◆ rotated_image_
cv::Mat mapviz_plugins::ImagePlugin::rotated_image_ |
|
private |
◆ rotation_
int mapviz_plugins::ImagePlugin::rotation_ |
|
private |
◆ scaled_image_
cv::Mat mapviz_plugins::ImagePlugin::scaled_image_ |
|
private |
◆ topic_
std::string mapviz_plugins::ImagePlugin::topic_ |
|
private |
◆ transport_
std::string mapviz_plugins::ImagePlugin::transport_ |
|
private |
◆ ui_
Ui::image_config mapviz_plugins::ImagePlugin::ui_ |
|
private |
◆ units_
Units mapviz_plugins::ImagePlugin::units_ |
|
private |
◆ width_
double mapviz_plugins::ImagePlugin::width_ |
|
private |
The documentation for this class was generated from the following files: