18 #ifndef SDF_INTERFACE_JOINT_HH_ 
   19 #define SDF_INTERFACE_JOINT_HH_ 
   23 #include <ignition/math/Pose3.hh> 
   24 #include <ignition/utils/ImplPtr.hh> 
   26 #include "sdf/sdf_config.h" 
   31 inline namespace SDF_VERSION_NAMESPACE
 
   41       const std::string &_childName, 
const ignition::math::Pose3d &_pose);
 
   45   public: 
const std::string &Name() 
const;
 
   49   public: 
const std::string &ChildName() 
const;
 
   53   public: 
const ignition::math::Pose3d &PoseInChildFrame() 
const;
 
   56   IGN_UTILS_IMPL_PTR(dataPtr)