#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 use_latest_transforms=true) |
|
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 | SetUseLatestTransforms (bool value) |
|
void | SetVisible (bool visible) |
|
std::string | Type () const |
|
bool | Visible () const |
|
virtual | ~MapvizPlugin () |
|
Definition at line 60 of file image_plugin.h.
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.
mapviz_plugins::ImagePlugin::ImagePlugin |
( |
| ) |
|
mapviz_plugins::ImagePlugin::~ImagePlugin |
( |
| ) |
|
|
virtual |
std::string mapviz_plugins::ImagePlugin::AnchorToString |
( |
Anchor |
anchor | ) |
|
|
private |
void mapviz_plugins::ImagePlugin::CreateLocalNode |
( |
| ) |
|
void mapviz_plugins::ImagePlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
void mapviz_plugins::ImagePlugin::DrawIplImage |
( |
cv::Mat * |
image | ) |
|
|
private |
QWidget * mapviz_plugins::ImagePlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
void mapviz_plugins::ImagePlugin::imageCallback |
( |
const sensor_msgs::ImageConstPtr & |
image | ) |
|
|
private |
bool mapviz_plugins::ImagePlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
void mapviz_plugins::ImagePlugin::KeepRatioChanged |
( |
bool |
checked | ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
void mapviz_plugins::ImagePlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
void mapviz_plugins::ImagePlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
void mapviz_plugins::ImagePlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
void mapviz_plugins::ImagePlugin::Resubscribe |
( |
| ) |
|
|
slot |
void mapviz_plugins::ImagePlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
void mapviz_plugins::ImagePlugin::ScaleImage |
( |
double |
width, |
|
|
double |
height |
|
) |
| |
|
private |
void mapviz_plugins::ImagePlugin::SelectTopic |
( |
| ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::SetAnchor |
( |
QString |
anchor | ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::SetHeight |
( |
double |
height | ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::SetOffsetX |
( |
int |
offset | ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::SetOffsetY |
( |
int |
offset | ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::SetSubscription |
( |
bool |
visible | ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::SetTransport |
( |
const QString & |
transport | ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::SetUnits |
( |
QString |
units | ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::SetWidth |
( |
double |
width | ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
void mapviz_plugins::ImagePlugin::TopicEdited |
( |
| ) |
|
|
protectedslot |
void mapviz_plugins::ImagePlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
std::string mapviz_plugins::ImagePlugin::UnitsToString |
( |
Units |
units | ) |
|
|
private |
Anchor mapviz_plugins::ImagePlugin::anchor_ |
|
private |
QWidget* mapviz_plugins::ImagePlugin::config_widget_ |
|
private |
bool mapviz_plugins::ImagePlugin::force_resubscribe_ |
|
private |
bool mapviz_plugins::ImagePlugin::has_image_ |
|
private |
bool mapviz_plugins::ImagePlugin::has_message_ |
|
private |
double mapviz_plugins::ImagePlugin::height_ |
|
private |
sensor_msgs::Image mapviz_plugins::ImagePlugin::image_ |
|
private |
double mapviz_plugins::ImagePlugin::last_height_ |
|
private |
double mapviz_plugins::ImagePlugin::last_width_ |
|
private |
int mapviz_plugins::ImagePlugin::offset_x_ |
|
private |
int mapviz_plugins::ImagePlugin::offset_y_ |
|
private |
double mapviz_plugins::ImagePlugin::original_aspect_ratio_ |
|
private |
cv::Mat mapviz_plugins::ImagePlugin::scaled_image_ |
|
private |
std::string mapviz_plugins::ImagePlugin::topic_ |
|
private |
std::string mapviz_plugins::ImagePlugin::transport_ |
|
private |
Ui::image_config mapviz_plugins::ImagePlugin::ui_ |
|
private |
Units mapviz_plugins::ImagePlugin::units_ |
|
private |
double mapviz_plugins::ImagePlugin::width_ |
|
private |
The documentation for this class was generated from the following files: