#include <multires_image_plugin.h>
|
| void | Draw (double x, double y, double scale) |
| |
| QWidget * | GetConfigWidget (QWidget *parent) |
| |
| bool | Initialize (QGLWidget *canvas) |
| |
| void | LoadConfig (const YAML::Node &node, const std::string &path) |
| |
| | MultiresImagePlugin () |
| |
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
| |
| void | Shutdown () |
| |
| void | Transform () |
| |
| virtual | ~MultiresImagePlugin () |
| |
| 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) |
| |
| virtual void | SetNode (const ros::NodeHandle &node) |
| |
| 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 56 of file multires_image_plugin.h.
◆ MultiresImagePlugin()
| mapviz_plugins::MultiresImagePlugin::MultiresImagePlugin |
( |
| ) |
|
◆ ~MultiresImagePlugin()
| mapviz_plugins::MultiresImagePlugin::~MultiresImagePlugin |
( |
| ) |
|
|
virtual |
◆ AcceptConfiguration
| void mapviz_plugins::MultiresImagePlugin::AcceptConfiguration |
( |
| ) |
|
|
protectedslot |
◆ Draw()
| void mapviz_plugins::MultiresImagePlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ GetCenterPoint()
| void mapviz_plugins::MultiresImagePlugin::GetCenterPoint |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
private |
◆ GetConfigWidget()
| QWidget * mapviz_plugins::MultiresImagePlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ Initialize()
| bool mapviz_plugins::MultiresImagePlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
| void mapviz_plugins::MultiresImagePlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ MakePathRelative()
| boost::filesystem::path mapviz_plugins::MultiresImagePlugin::MakePathRelative |
( |
boost::filesystem::path |
path, |
|
|
boost::filesystem::path |
base |
|
) |
| |
|
private |
◆ PrintError()
| void mapviz_plugins::MultiresImagePlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintInfo()
| void mapviz_plugins::MultiresImagePlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintWarning()
| void mapviz_plugins::MultiresImagePlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ SaveConfig()
| void mapviz_plugins::MultiresImagePlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ SelectFile
| void mapviz_plugins::MultiresImagePlugin::SelectFile |
( |
| ) |
|
|
protectedslot |
◆ SetXOffset
| void mapviz_plugins::MultiresImagePlugin::SetXOffset |
( |
double |
long_offset | ) |
|
|
protectedslot |
◆ SetYOffset
| void mapviz_plugins::MultiresImagePlugin::SetYOffset |
( |
double |
latitude_offset | ) |
|
|
protectedslot |
◆ Shutdown()
| void mapviz_plugins::MultiresImagePlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
◆ Transform()
| void mapviz_plugins::MultiresImagePlugin::Transform |
( |
| ) |
|
|
virtual |
◆ center_x_
| double mapviz_plugins::MultiresImagePlugin::center_x_ |
|
private |
◆ center_y_
| double mapviz_plugins::MultiresImagePlugin::center_y_ |
|
private |
◆ config_widget_
| QWidget* mapviz_plugins::MultiresImagePlugin::config_widget_ |
|
private |
◆ inverse_transform_
◆ loaded_
| bool mapviz_plugins::MultiresImagePlugin::loaded_ |
|
private |
◆ offset_x_
| double mapviz_plugins::MultiresImagePlugin::offset_x_ |
|
private |
◆ offset_y_
| double mapviz_plugins::MultiresImagePlugin::offset_y_ |
|
private |
◆ tile_set_
◆ tile_view_
| MultiresView* mapviz_plugins::MultiresImagePlugin::tile_view_ |
|
private |
◆ transform_
◆ transformed_
| bool mapviz_plugins::MultiresImagePlugin::transformed_ |
|
private |
◆ ui_
| Ui::multires_config mapviz_plugins::MultiresImagePlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: