OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE > Class Template Reference

#include <Sampler.h>

Inheritance diagram for osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE >:
Inheritance graph
[legend]
Collaboration diagram for osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE >:
Collaboration graph
[legend]

Public Types

typedef
VALUESAMPLERTYPE::FunctorType::UsingType 
UsingType
 
typedef
VALUESAMPLERTYPE::FunctorType::KeyframeType 
KeyframeType
 

Public Member Functions

 TemplateCompositeSampler (VALUESAMPLERTYPE &value, TIMESAMPLERTYPE &time)
 
void getValueAt (double time, typename VALUESAMPLERTYPE::FunctorType::UsingType &result)
 
float getStartTime () const
 
float getEndTime () 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

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

Detailed Description

template<typename VALUESAMPLERTYPE, typename TIMESAMPLERTYPE>
class osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE >

Definition at line 91 of file Sampler.h.

Member Typedef Documentation

template<typename VALUESAMPLERTYPE , typename TIMESAMPLERTYPE >
typedef VALUESAMPLERTYPE::FunctorType::KeyframeType osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE >::KeyframeType

Definition at line 98 of file Sampler.h.

template<typename VALUESAMPLERTYPE , typename TIMESAMPLERTYPE >
typedef VALUESAMPLERTYPE::FunctorType::UsingType osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE >::UsingType

Definition at line 97 of file Sampler.h.

Constructor & Destructor Documentation

template<typename VALUESAMPLERTYPE , typename TIMESAMPLERTYPE >
osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE >::TemplateCompositeSampler ( VALUESAMPLERTYPE &  value,
TIMESAMPLERTYPE &  time 
)
inline

Definition at line 100 of file Sampler.h.

Member Function Documentation

template<typename VALUESAMPLERTYPE , typename TIMESAMPLERTYPE >
float osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE >::getEndTime ( ) const
inline

Definition at line 111 of file Sampler.h.

template<typename VALUESAMPLERTYPE , typename TIMESAMPLERTYPE >
float osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE >::getStartTime ( ) const
inline

Definition at line 110 of file Sampler.h.

template<typename VALUESAMPLERTYPE , typename TIMESAMPLERTYPE >
void osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE >::getValueAt ( double  time,
typename VALUESAMPLERTYPE::FunctorType::UsingType &  result 
)
inline

Definition at line 104 of file Sampler.h.


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