|
Blender V4.3
|
#include <FixedObject.hpp>
Inherits iTaSC::UncontrolledObject.
Public Member Functions | |
| FixedObject () | |
| virtual | ~FixedObject () |
| int | addFrame (const std::string &name, const Frame &frame) |
| virtual void | updateCoordinates (const Timestamp ×tamp) |
| virtual int | addEndEffector (const std::string &name) |
| virtual bool | finalize () |
| virtual const Frame & | getPose (const unsigned int frameIndex) |
| virtual void | updateKinematics (const Timestamp ×tamp) |
| virtual void | pushCache (const Timestamp ×tamp) |
| virtual void | initCache (Cache *_cache) |
Public Member Functions inherited from iTaSC::UncontrolledObject | |
| UncontrolledObject () | |
| virtual | ~UncontrolledObject () |
| virtual void | initialize (unsigned int _nu, unsigned int _nf) |
| virtual const e_matrix & | getJu (unsigned int frameIndex) const |
| virtual const e_vector & | getXudot () const |
| virtual const unsigned int | getNrOfCoordinates () |
| virtual const unsigned int | getNrOfFrames () |
Public Member Functions inherited from iTaSC::Object | |
| Object (ObjectType _type) | |
| virtual | ~Object () |
| virtual const ObjectType | getType () |
| bool | updated () |
| void | updated (bool val) |
Protected Member Functions | |
| virtual void | updateJacobian () |
Additional Inherited Members | |
Public Types inherited from iTaSC::Object | |
| enum | ObjectType { Controlled , UnControlled } |
Static Public Attributes inherited from iTaSC::Object | |
| static WorldObject | world |
Protected Attributes inherited from iTaSC::UncontrolledObject | |
| unsigned int | m_nu |
| unsigned int | m_nf |
| e_vector | m_xudot |
| std::vector< e_matrix > | m_JuArray |
Protected Attributes inherited from iTaSC::Object | |
| Cache * | m_cache |
| KDL::Frame | m_internalPose |
| bool | m_updated |
Definition at line 18 of file FixedObject.hpp.
| iTaSC::FixedObject::FixedObject | ( | ) |
Definition at line 14 of file FixedObject.cpp.
|
virtual |
Definition at line 19 of file FixedObject.cpp.
|
virtual |
Reimplemented from iTaSC::Object.
Definition at line 41 of file FixedObject.cpp.
Definition at line 24 of file FixedObject.cpp.
|
virtual |
Reimplemented from iTaSC::Object.
Definition at line 54 of file FixedObject.cpp.
References initialize().
Reimplemented from iTaSC::Object.
Definition at line 63 of file FixedObject.cpp.
References iTaSC::F_identity.
|
inlinevirtual |
Implements iTaSC::Object.
Definition at line 31 of file FixedObject.hpp.
|
inlinevirtual |
Implements iTaSC::Object.
Definition at line 30 of file FixedObject.hpp.
|
inlinevirtual |
Implements iTaSC::UncontrolledObject.
Definition at line 25 of file FixedObject.hpp.
|
inlineprotectedvirtual |
Implements iTaSC::Object.
Definition at line 34 of file FixedObject.hpp.
|
inlinevirtual |
Implements iTaSC::Object.
Definition at line 29 of file FixedObject.hpp.