Blender V2.61 - r43446

iTaSC::MovingFrame Class Reference

#include <MovingFrame.hpp>

Inheritance diagram for iTaSC::MovingFrame:

List of all members.

Public Member Functions

 MovingFrame (const Frame &frame=F_identity)
virtual ~MovingFrame ()
bool setFrame (const Frame &frame)
bool setCallback (MovingFrameCallback _function, void *_param)
virtual void updateCoordinates (const Timestamp &timestamp)
virtual void updateKinematics (const Timestamp &timestamp)
virtual void pushCache (const Timestamp &timestamp)
virtual void initCache (Cache *_cache)
virtual void finalize ()

Protected Member Functions

virtual void updateJacobian ()

Detailed Description

Definition at line 19 of file MovingFrame.hpp.


Constructor & Destructor Documentation

iTaSC::MovingFrame::MovingFrame ( const Frame frame = F_identity)
iTaSC::MovingFrame::~MovingFrame ( ) [virtual]

Definition at line 27 of file MovingFrame.cpp.


Member Function Documentation

void iTaSC::MovingFrame::finalize ( ) [virtual]

Reimplemented from iTaSC::Object.

Definition at line 31 of file MovingFrame.cpp.

References updateJacobian().

void iTaSC::MovingFrame::initCache ( Cache _cache) [virtual]

Implements iTaSC::Object.

Definition at line 36 of file MovingFrame.cpp.

References iTaSC::Cache::addChannel(), and iTaSC::Object::m_cache.

void iTaSC::MovingFrame::pushCache ( const Timestamp timestamp) [virtual]
bool iTaSC::MovingFrame::setCallback ( MovingFrameCallback  _function,
void *  _param 
)

Definition at line 86 of file MovingFrame.cpp.

Referenced by convert_tree().

bool iTaSC::MovingFrame::setFrame ( const Frame frame)

Definition at line 80 of file MovingFrame.cpp.

References iTaSC::Object::m_internalPose.

void iTaSC::MovingFrame::updateJacobian ( ) [protected, virtual]

The documentation for this class was generated from the following files: