#include <grid_plugin.h>
|
| void | Draw (double x, double y, double scale) |
| |
| QWidget * | GetConfigWidget (QWidget *parent) |
| |
| | GridPlugin () |
| |
| bool | Initialize (QGLWidget *canvas) |
| |
| void | LoadConfig (const YAML::Node &node, const std::string &path) |
| |
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
| |
| void | Shutdown () |
| |
| void | Transform () |
| |
| virtual | ~GridPlugin () |
| |
| 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 grid_plugin.h.
◆ GridPlugin()
| mapviz_plugins::GridPlugin::GridPlugin |
( |
| ) |
|
◆ ~GridPlugin()
| mapviz_plugins::GridPlugin::~GridPlugin |
( |
| ) |
|
|
virtual |
◆ Draw()
| void mapviz_plugins::GridPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ DrawIcon
| void mapviz_plugins::GridPlugin::DrawIcon |
( |
| ) |
|
|
protectedslot |
◆ FrameEdited
| void mapviz_plugins::GridPlugin::FrameEdited |
( |
| ) |
|
|
protectedslot |
◆ GetConfigWidget()
| QWidget * mapviz_plugins::GridPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ Initialize()
| bool mapviz_plugins::GridPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
| void mapviz_plugins::GridPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ PrintError()
| void mapviz_plugins::GridPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintInfo()
| void mapviz_plugins::GridPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintWarning()
| void mapviz_plugins::GridPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ RecalculateGrid()
| void mapviz_plugins::GridPlugin::RecalculateGrid |
( |
| ) |
|
|
private |
◆ SaveConfig()
| void mapviz_plugins::GridPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ SelectFrame
| void mapviz_plugins::GridPlugin::SelectFrame |
( |
| ) |
|
|
protectedslot |
◆ SetAlpha
| void mapviz_plugins::GridPlugin::SetAlpha |
( |
double |
alpha | ) |
|
|
protectedslot |
◆ SetColumns
| void mapviz_plugins::GridPlugin::SetColumns |
( |
int |
columns | ) |
|
|
protectedslot |
◆ SetRows
| void mapviz_plugins::GridPlugin::SetRows |
( |
int |
rows | ) |
|
|
protectedslot |
◆ SetSize
| void mapviz_plugins::GridPlugin::SetSize |
( |
double |
size | ) |
|
|
protectedslot |
◆ SetX
| void mapviz_plugins::GridPlugin::SetX |
( |
double |
x | ) |
|
|
protectedslot |
◆ SetY
| void mapviz_plugins::GridPlugin::SetY |
( |
double |
y | ) |
|
|
protectedslot |
◆ Shutdown()
| void mapviz_plugins::GridPlugin::Shutdown |
( |
| ) |
|
|
virtual |
◆ Transform() [1/2]
| void mapviz_plugins::GridPlugin::Transform |
( |
| ) |
|
|
virtual |
◆ Transform() [2/2]
| void mapviz_plugins::GridPlugin::Transform |
( |
std::list< tf::Point > & |
src, |
|
|
std::list< tf::Point > & |
dst |
|
) |
| |
|
private |
◆ alpha_
| double mapviz_plugins::GridPlugin::alpha_ |
|
private |
◆ bottom_points_
| std::list<tf::Point> mapviz_plugins::GridPlugin::bottom_points_ |
|
private |
◆ columns_
| int mapviz_plugins::GridPlugin::columns_ |
|
private |
◆ config_widget_
| QWidget* mapviz_plugins::GridPlugin::config_widget_ |
|
private |
◆ left_points_
| std::list<tf::Point> mapviz_plugins::GridPlugin::left_points_ |
|
private |
◆ right_points_
| std::list<tf::Point> mapviz_plugins::GridPlugin::right_points_ |
|
private |
◆ rows_
| int mapviz_plugins::GridPlugin::rows_ |
|
private |
◆ size_
| double mapviz_plugins::GridPlugin::size_ |
|
private |
◆ top_left_
| tf::Point mapviz_plugins::GridPlugin::top_left_ |
|
private |
◆ top_points_
| std::list<tf::Point> mapviz_plugins::GridPlugin::top_points_ |
|
private |
◆ transform_
◆ transformed_
| bool mapviz_plugins::GridPlugin::transformed_ |
|
private |
◆ transformed_bottom_points_
| std::list<tf::Point> mapviz_plugins::GridPlugin::transformed_bottom_points_ |
|
private |
◆ transformed_left_points_
| std::list<tf::Point> mapviz_plugins::GridPlugin::transformed_left_points_ |
|
private |
◆ transformed_right_points_
| std::list<tf::Point> mapviz_plugins::GridPlugin::transformed_right_points_ |
|
private |
◆ transformed_top_points_
| std::list<tf::Point> mapviz_plugins::GridPlugin::transformed_top_points_ |
|
private |
◆ ui_
| Ui::grid_config mapviz_plugins::GridPlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: