All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
gazebo::rendering::WireBox Class Reference

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.

Detailed Description

Draws a wireframe box.

Constructor & Destructor Documentation

gazebo::rendering::WireBox::WireBox ( VisualPtr  _parent,
const math::Box _box 
)
explicit

Constructor.

Parameters
[in]_boxDimenision of the box to draw.
gazebo::rendering::WireBox::~WireBox ( )

Destructor.

Member Function Documentation

void gazebo::rendering::WireBox::Init ( const math::Box _box)

Builds the wireframe line list.

Parameters
[in]_boxBox to build a wireframe from.
void gazebo::rendering::WireBox::SetVisible ( bool  _visible)

Set the visibility of the box.

Parameters
[in]_visibleTrue to make the box visible, False to hide.

The documentation for this class was generated from the following file: