Go to the documentation of this file.
18 #ifndef GAZEBO_RENDERING_LINKFRAMEVISUAL_HH_
19 #define GAZEBO_RENDERING_LINKFRAMEVISUAL_HH_
46 public:
virtual void Load();
Forward declarations for the common classes.
Definition: Animation.hh:27
Basic axis visualization.
Definition: AxisVisual.hh:36
void RecalculateScale()
Recalculate scale based on parent link.
Visualization for link frames.
Definition: LinkFrameVisual.hh:36
virtual ~LinkFrameVisual()=default
Destructor.
LinkFrameVisual(const std::string &_name, VisualPtr _parent)
Constructor.
rendering
Definition: RenderEngine.hh:31
virtual void SetHighlighted(bool _highlighted)
Set the visual to be visually highlighted.
virtual void Load()
Load the axis visual.
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:114