18 #ifndef SDF_INTERFACE_LINK_HH_ 
   19 #define SDF_INTERFACE_LINK_HH_ 
   23 #include <gz/math/Pose3.hh> 
   24 #include <gz/utils/ImplPtr.hh> 
   31 inline namespace SDF_VERSION_NAMESPACE
 
   40               const std::string &_name, 
const gz::math::Pose3d &_pose);
 
   44   public: 
const std::string &Name() 
const;
 
   48   public: 
const gz::math::Pose3d &PoseInModelFrame() 
const;
 
   51   GZ_UTILS_IMPL_PTR(dataPtr)