18#ifndef SDF_INTERFACE_LINK_HH_
19#define SDF_INTERFACE_LINK_HH_
23#include <gz/math/Pose3.hh>
24#include <gz/utils/ImplPtr.hh>
26#include "sdf/config.hh"
31inline namespace SDF_VERSION_NAMESPACE
40 const std::string &_name,
const gz::math::Pose3d &_pose);
44 public:
const std::string &
Name()
const;
51 GZ_UTILS_IMPL_PTR(dataPtr)
Interface element representing a Link.
Definition InterfaceLink.hh:35
const std::string & Name() const
Get the name of the link.
const gz::math::Pose3d & PoseInModelFrame() const
Get the pose of this link in the parent model frame.
InterfaceLink(const std::string &_name, const gz::math::Pose3d &_pose)
Constructor.
namespace for Simulation Description Format parser
Definition Actor.hh:35
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition system_util.hh:25