20 #include <ignition/math/Box.hh>    21 #include <ignition/math/Vector3.hh>    24 #include <sdf/sdf_config.h>    29   inline namespace SDF_VERSION_NAMESPACE {
    43     public: 
Box(
const Box &_box);
    47     public: 
Box(
Box &&_box) noexcept;
    52     public: 
Box &operator=(
Box &&_box);
    55     public: 
virtual ~
Box();
    60     public: 
Box &operator=(
const Box &_box);
    72     public: ignition::math::Vector3d Size() 
const;
    76     public: 
void SetSize(
const ignition::math::Vector3d &_size);
    86     public: 
const ignition::math::Boxd &Shape() 
const;
    90     public: ignition::math::Boxd &Shape();
    93     private: BoxPrivate *dataPtr;
 class SDFORMAT_VISIBLE Element
Definition: Element.hh:49
 
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:53
 
Box represents a box shape, and is usually accessed through a Geometry. 
Definition: Box.hh:36
 
std::vector< Error > Errors
A vector of Error. 
Definition: Types.hh:89
 
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported. 
Definition: system_util.hh:48
 
namespace for Simulation Description Format parser 
Definition: Actor.hh:32