Go to the documentation of this file.
18 #ifndef _ARROWVISUAL_HH_
19 #define _ARROWVISUAL_HH_
45 public:
virtual void Load();
49 public:
void ShowRotation(
bool _show);
53 public:
void ShowShaft(
bool _show);
57 public:
void ShowHead(
bool _show);
60 public:
virtual void SetVisible(
bool _visible,
bool _cascade =
true);
Forward declarations for the common classes.
Definition: Animation.hh:26
void ShowRotation(bool _show)
Show the rotation of the arrow visual.
Basic arrow visualization.
Definition: ArrowVisual.hh:34
ArrowVisual(const std::string &_name, VisualPtr _vis)
Constructor.
rendering
Definition: RenderEngine.hh:31
A renderable object.
Definition: Visual.hh:59
virtual void Load()
Load the visual with default parameters.
void ShowShaft(bool _show)
Show the shaft of the arrow visual.
virtual void SetVisible(bool _visible, bool _cascade=true)
Set whether the visual is visible.
void ShowHead(bool _show)
Show the head of the arrow visual.
virtual ~ArrowVisual()=default
Destructor.
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:114