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