GetBasicJointProperties::Implementation< PolicyT > Class Template Referenceabstract
The implementation API for getting basic joint properties. More...
#include <Joint.hh>
Public Types | |
using | Pose = typename FromPolicy< PolicyT >::template Use< Pose > |
Public Member Functions | |
virtual std::size_t | GetJointDegreesOfFreedom (const Identity &_id) const =0 |
virtual Pose | GetJointTransformFromParent (const Identity &_id) const =0 |
virtual Pose | GetJointTransformToChild (const Identity &_id) const =0 |
Public Member Functions inherited from Feature::Implementation< PolicyT > | |
virtual | ~Implementation ()=default |
Virtual destructor. | |
virtual Identity | InitiateEngine (std::size_t engineID=0)=0 |
Tell the physics plugin to initiate a physics engine. | |
Detailed Description
template<typename PolicyT>
class gz::physics::GetBasicJointProperties::Implementation< PolicyT >
class gz::physics::GetBasicJointProperties::Implementation< PolicyT >
The implementation API for getting basic joint properties.
Member Typedef Documentation
◆ Pose
template<typename PolicyT >
using Pose = typename FromPolicy<PolicyT>::template Use<Pose> |
Member Function Documentation
◆ GetJointDegreesOfFreedom()
template<typename PolicyT >
|
pure virtual |
◆ GetJointTransformFromParent()
template<typename PolicyT >
|
pure virtual |
◆ GetJointTransformToChild()
template<typename PolicyT >
|
pure virtual |
The documentation for this class was generated from the following file: