18 #ifndef GAZEBO_RENDERING_WIREBOX_HH_
19 #define GAZEBO_RENDERING_WIREBOX_HH_
22 #include <ignition/math/Box.hh>
52 const ignition::math::Box &_box);
64 public:
void Init(
const ignition::math::Box &_box);
68 public:
void SetVisible(
bool _visible);
77 public:
bool Visible()
const;
86 public: ignition::math::Box Box()
const;
90 private: std::unique_ptr<WireBoxPrivate> dataPtr;
Mathematical representation of a box and related functions.
Definition: Box.hh:41
#define GAZEBO_DEPRECATED(version)
Definition: system.hh:302
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:113
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
Draws a wireframe box.
Definition: WireBox.hh:39