Go to the documentation of this file.
21 #include <ignition/math/Vector3.hh>
22 #include <ignition/utils/ImplPtr.hh>
25 #include <sdf/sdf_config.h>
30 inline namespace SDF_VERSION_NAMESPACE {
50 public: std::string Uri()
const;
54 public:
void SetUri(
const std::string &_uri);
58 public:
const std::string &FilePath()
const;
62 public:
void SetFilePath(
const std::string &_filePath);
66 public: ignition::math::Vector3d Scale()
const;
70 public:
void SetScale(
const ignition::math::Vector3d &_scale);
76 public: std::string Submesh()
const;
81 public:
void SetSubmesh(
const std::string &_submesh);
88 public:
bool CenterSubmesh()
const;
93 public:
void SetCenterSubmesh(
const bool _center);
101 IGN_UTILS_IMPL_PTR(dataPtr)
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:53
namespace for Simulation Description Format parser
Definition: Actor.hh:33
#define SDFORMAT_VISIBLE
Definition: system_util.hh:41
Mesh represents a mesh shape, and is usually accessed through a Geometry.
Definition: Mesh.hh:35
class SDFORMAT_VISIBLE Element
Definition: Element.hh:49
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:106