|
openscenegraph
|
Public Types | |
| enum | TimeBehaviour { CLAMP, LOOP } |
| typedef float | value_type |
Public Member Functions | |
| Motion (float startValue=0, float duration=1, float changeValue=1, TimeBehaviour tb=CLAMP) | |
| virtual | ~Motion () |
| void | reset () |
| float | getTime () const |
| float | evaluateTime (float time) const |
| void | update (float dt) |
| void | setTime (float time) |
| void | getValue (value_type &result) const |
| value_type | getValue () const |
| void | getValueAt (float time, value_type &result) const |
| value_type | getValueAt (float time) const |
| virtual void | getValueInNormalizedRange (float t, value_type &result) const =0 |
| float | getDuration () const |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Protected Attributes | |
| float | _time |
| float | _startValue |
| float | _changeValue |
| float | _duration |
| TimeBehaviour | _behaviour |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
| typedef float osgAnimation::Motion::value_type |
|
inline |
|
inlinevirtual |
|
inline |
References _behaviour, _duration, CLAMP, and LOOP.
Referenced by getValueAt(), setTime(), and update().
|
inline |
References _duration.
Referenced by osgAnimation::CompositeMotion::getValueInNormalizedRange().
|
inline |
References _time.
|
inline |
References _time, and getValueAt().
|
inline |
References _time, and getValueAt().
|
inline |
References _changeValue, _duration, _startValue, evaluateTime(), and getValueInNormalizedRange().
Referenced by getValue(), getValueAt(), and osgAnimation::CompositeMotion::getValueInNormalizedRange().
|
inline |
References evaluateTime(), and getValueAt().
|
pure virtual |
Implemented in osgAnimation::CompositeMotion, osgAnimation::SamplerMotionTemplate< T >, and osgAnimation::MathMotionTemplate< T >.
Referenced by getValueAt().
|
inline |
References setTime().
|
inline |
References _time, and evaluateTime().
Referenced by reset().
|
inline |
References _time, and evaluateTime().
|
protected |
Referenced by evaluateTime().
|
protected |
Referenced by getValueAt().
|
protected |
Referenced by evaluateTime(), getDuration(), and getValueAt().
|
protected |
Referenced by getValueAt().
|
protected |
Referenced by getTime(), getValue(), setTime(), and update().
1.8.6