Draws a wireframe box. More...
#include <rendering/rendering.hh>
Public Member Functions | |
WireBox (VisualPtr _parent, const math::Box &_box) | |
Constructor. | |
~WireBox () | |
Destructor. | |
void | Init (const math::Box &_box) |
Builds the wireframe line list. | |
void | SetVisible (bool _visible) |
Set the visibility of the box. | |
Draws a wireframe box.
Constructor.
[in] | _box | Dimenision of the box to draw. |
gazebo::rendering::WireBox::~WireBox | ( | ) |
Destructor.
void gazebo::rendering::WireBox::Init | ( | const math::Box & | _box | ) |
Builds the wireframe line list.
[in] | _box | Box to build a wireframe from. |
void gazebo::rendering::WireBox::SetVisible | ( | bool | _visible | ) |
Set the visibility of the box.
[in] | _visible | True to make the box visible, False to hide. |