Go to the documentation of this file.
   21 #include <gz/math/Vector3.hh> 
   22 #include <gz/utils/ImplPtr.hh> 
   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: gz::math::Vector3d Scale() 
const;
 
   70     public: 
void SetScale(
const gz::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);
 
  108     GZ_UTILS_IMPL_PTR(dataPtr)
 
  
namespace for Simulation Description Format parser
Definition: Actor.hh:34
 
#define SDFORMAT_VISIBLE
Definition: system_util.hh:25
 
class GZ_SDFORMAT_VISIBLE Element
Definition: Element.hh:50
 
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:80
 
Mesh represents a mesh shape, and is usually accessed through a Geometry.
Definition: Mesh.hh:35
 
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:54