openscenegraph
Public Member Functions | List of all members
osgAnimation::MathMotionTemplate< T > Struct Template Reference
Inheritance diagram for osgAnimation::MathMotionTemplate< T >:
osgAnimation::Motion osg::Referenced

Public Member Functions

 MathMotionTemplate (float startValue=0, float duration=1, float changeValue=1, TimeBehaviour tb=CLAMP)
virtual void getValueInNormalizedRange (float t, value_type &result) const
- Public Member Functions inherited from osgAnimation::Motion
 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
float getDuration () const
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 Referenced (bool threadSafeRefUnref)
 Referenced (const Referenced &)
Referencedoperator= (const Referenced &)
virtual void setThreadSafeRefUnref (bool threadSafe)
bool getThreadSafeRefUnref () const
OpenThreads::MutexgetRefMutex () const
int ref () const
int unref () const
int unref_nodelete () const
int referenceCount () const
ObserverSetgetObserverSet () const
ObserverSetgetOrCreateObserverSet () const
void addObserver (Observer *observer) const
void removeObserver (Observer *observer) const

Additional Inherited Members

- Public Types inherited from osgAnimation::Motion
enum  TimeBehaviour { CLAMP, LOOP }
typedef float value_type
- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
static bool getThreadSafeReferenceCounting ()
static void setDeleteHandler (DeleteHandler *handler)
static DeleteHandlergetDeleteHandler ()
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
void deleteUsingDeleteHandler () const
- Protected Attributes inherited from osgAnimation::Motion
float _time
float _startValue
float _changeValue
float _duration
TimeBehaviour _behaviour

Constructor & Destructor Documentation

template<typename T >
osgAnimation::MathMotionTemplate< T >::MathMotionTemplate ( float  startValue = 0,
float  duration = 1,
float  changeValue = 1,
TimeBehaviour  tb = CLAMP 
)
inline

Member Function Documentation

template<typename T >
virtual void osgAnimation::MathMotionTemplate< T >::getValueInNormalizedRange ( float  t,
value_type result 
) const
inlinevirtual

The documentation for this struct was generated from the following file: