#include <tf_frame_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) | 
|  | 
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) | 
|  | 
| void | Shutdown () | 
|  | 
|  | TfFramePlugin () | 
|  | 
| virtual | ~TfFramePlugin () | 
|  | 
| void | ClearHistory () | 
|  | 
| virtual void | CollectLaps () | 
|  | 
| virtual bool | DrawArrow (const StampedPoint &point) | 
|  | 
| virtual bool | DrawArrows () | 
|  | 
| virtual void | DrawCovariance () | 
|  | 
| virtual bool | DrawLaps () | 
|  | 
| virtual bool | DrawLapsArrows () | 
|  | 
| virtual bool | DrawLines () | 
|  | 
| virtual bool | DrawPoints (double scale) | 
|  | 
|  | PointDrawingPlugin () | 
|  | 
| virtual void | Transform () | 
|  | 
| virtual bool | TransformPoint (StampedPoint &point) | 
|  | 
| virtual void | TransformPoint (StampedPoint &point, const swri_transform_util::Transform &transform) | 
|  | 
| virtual void | UpdateColor (QColor base_color, int i) | 
|  | 
| virtual | ~PointDrawingPlugin () | 
|  | 
| 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 57 of file tf_frame_plugin.h.
 
◆ TfFramePlugin()
      
        
          | mapviz_plugins::TfFramePlugin::TfFramePlugin | ( |  | ) |  | 
      
 
 
◆ ~TfFramePlugin()
  
  | 
        
          | mapviz_plugins::TfFramePlugin::~TfFramePlugin | ( |  | ) |  |  | virtual | 
 
 
◆ Draw()
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::Draw | ( | double | x, |  
          |  |  | double | y, |  
          |  |  | double | scale |  
          |  | ) |  |  |  | virtual | 
 
 
◆ FrameEdited
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::FrameEdited | ( |  | ) |  |  | protectedslot | 
 
 
◆ GetConfigWidget()
  
  | 
        
          | QWidget * mapviz_plugins::TfFramePlugin::GetConfigWidget | ( | QWidget * | parent | ) |  |  | virtual | 
 
 
◆ Initialize()
  
  | 
        
          | bool mapviz_plugins::TfFramePlugin::Initialize | ( | QGLWidget * | canvas | ) |  |  | virtual | 
 
 
◆ LoadConfig()
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::LoadConfig | ( | const YAML::Node & | node, |  
          |  |  | const std::string & | path |  
          |  | ) |  |  |  | virtual | 
 
 
◆ PrintError()
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::PrintError | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ PrintInfo()
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::PrintInfo | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ PrintWarning()
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::PrintWarning | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ SaveConfig()
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::SaveConfig | ( | YAML::Emitter & | emitter, |  
          |  |  | const std::string & | path |  
          |  | ) |  |  |  | virtual | 
 
 
◆ SelectFrame
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::SelectFrame | ( |  | ) |  |  | protectedslot | 
 
 
◆ Shutdown()
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::Shutdown | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ TimerCallback()
  
  | 
        
          | void mapviz_plugins::TfFramePlugin::TimerCallback | ( | const ros::TimerEvent & | event | ) |  |  | private | 
 
 
◆ config_widget_
  
  | 
        
          | QWidget* mapviz_plugins::TfFramePlugin::config_widget_ |  | private | 
 
 
◆ timer_
◆ ui_
  
  | 
        
          | Ui::tf_frame_config mapviz_plugins::TfFramePlugin::ui_ |  | private | 
 
 
The documentation for this class was generated from the following files: