OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
osgAnimation::CompositeMotion Struct Reference

#include <EaseMotion.h>

Inheritance diagram for osgAnimation::CompositeMotion:
Inheritance graph
[legend]
Collaboration diagram for osgAnimation::CompositeMotion:
Collaboration graph
[legend]

Public Types

typedef std::vector
< osg::ref_ptr< Motion > > 
MotionList
 
- Public Types inherited from osgAnimation::Motion
enum  TimeBehaviour { CLAMP, LOOP }
 
typedef float value_type
 

Public Member Functions

MotionListgetMotionList ()
 
const MotionListgetMotionList () const
 
 CompositeMotion (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
 

Public Attributes

MotionList _motions
 

Additional Inherited Members

- 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
 
- Protected Attributes inherited from osg::Referenced
OpenThreads::AtomicPtr _observerSet
 
OpenThreads::Atomic _refCount
 

Detailed Description

Definition at line 446 of file EaseMotion.h.

Member Typedef Documentation

Definition at line 448 of file EaseMotion.h.

Constructor & Destructor Documentation

osgAnimation::CompositeMotion::CompositeMotion ( float  startValue = 0,
float  duration = 1,
float  changeValue = 1,
TimeBehaviour  tb = CLAMP 
)
inline

Definition at line 453 of file EaseMotion.h.

Member Function Documentation

MotionList& osgAnimation::CompositeMotion::getMotionList ( )
inline

Definition at line 451 of file EaseMotion.h.

const MotionList& osgAnimation::CompositeMotion::getMotionList ( ) const
inline

Definition at line 452 of file EaseMotion.h.

virtual void osgAnimation::CompositeMotion::getValueInNormalizedRange ( float  t,
value_type result 
) const
inlinevirtual

Implements osgAnimation::Motion.

Definition at line 455 of file EaseMotion.h.

Here is the call graph for this function:

Member Data Documentation

MotionList osgAnimation::CompositeMotion::_motions

Definition at line 449 of file EaseMotion.h.


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