|
void | setRelativeTransform (const Eigen::Isometry3d &newRelativeTf) override |
| Set the current relative transform of this Fixed Frame.
|
|
bool | dependsOn (std::size_t _genCoordIndex) const override |
|
std::size_t | getNumDependentGenCoords () const override |
|
std::size_t | getDependentGenCoordIndex (std::size_t _arrayIndex) const override |
|
const std::vector< std::size_t > & | getDependentGenCoordIndices () const override |
|
std::size_t | getNumDependentDofs () const override |
|
DegreeOfFreedom * | getDependentDof (std::size_t _index) override |
|
const DegreeOfFreedom * | getDependentDof (std::size_t _index) const override |
|
const std::vector< DegreeOfFreedom * > & | getDependentDofs () override |
|
const std::vector< const DegreeOfFreedom * > & | getDependentDofs () const override |
|
const std::vector< const DegreeOfFreedom * > | getChainDofs () const override |
|
|
const math::Jacobian & | getJacobian () const override final |
|
const math::Jacobian & | getWorldJacobian () const override final |
|
const math::Jacobian & | getJacobianSpatialDeriv () const override final |
|
const math::Jacobian & | getJacobianClassicDeriv () const override final |
|
virtual | ~AccessoryNode ()=default |
| Virtual destructor.
|
|
std::size_t | getIndexInBodyNode () const |
| Get the index of this Node within its BodyNode.
|
|
std::size_t | getIndexInSkeleton () const |
| Get the index of this Node within its Skeleton.
|
|
std::size_t | getIndexInTree () const |
| Get the index of this Node within its tree.
|
|
std::size_t | getTreeIndex () const |
| Get the index of this Node's tree within its Skeleton.
|
|
void | remove () |
| Stage the Node for removal. More...
|
|
void | reattach () |
| Undo the effectos of calling remove(). More...
|
|