Go to the documentation of this file.
17 #ifndef IGNITION_RENDERING_WIREBOX_HH_
18 #define IGNITION_RENDERING_WIREBOX_HH_
22 #include "ignition/math/AxisAlignedBox.hh"
28 inline namespace IGNITION_RENDERING_VERSION_NAMESPACE {
32 class IGNITION_RENDERING_VISIBLE
WireBox :
43 public:
virtual void SetBox(
virtual ignition::math::AxisAlignedBox Box() const =0
Get the wireframe box.
Draws a wireframe box.
Definition: gz/rendering/WireBox.hh:32
virtual ~WireBox()
Destructor.
virtual void SetBox(const ignition::math::AxisAlignedBox &_box)=0
Set the axis aligned box.
Represents a geometric shape to be rendered.
Definition: gz/rendering/Geometry.hh:34