OpenSceneGraph
3.0.1
|
Public Types | |
typedef F::KeyframeType | KeyframeType |
typedef TemplateKeyframeContainer < KeyframeType > | KeyframeContainerType |
typedef F::UsingType | UsingType |
typedef F | FunctorType |
Public Member Functions | |
TemplateSampler () | |
~TemplateSampler () | |
void | getValueAt (double time, UsingType &result) const |
void | setKeyframeContainer (KeyframeContainerType *kf) |
virtual KeyframeContainer * | getKeyframeContainer () |
virtual const KeyframeContainer * | getKeyframeContainer () const |
KeyframeContainerType * | getKeyframeContainerTyped () |
const KeyframeContainerType * | getKeyframeContainerTyped () const |
KeyframeContainerType * | getOrCreateKeyframeContainer () |
double | getStartTime () const |
double | getEndTime () const |
Protected Attributes | |
FunctorType | _functor |
osg::ref_ptr < KeyframeContainerType > | _keyframes |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
Get the optional global Referenced mutex, this can be shared between all osg::Referenced. | |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
Set whether reference counting should use a mutex for thread safe reference counting. | |
static bool | getThreadSafeReferenceCounting () |
Get whether reference counting is active. | |
static void | setDeleteHandler (DeleteHandler *handler) |
Set a DeleteHandler to which deletion of all referenced counted objects will be delegated. | |
static DeleteHandler * | getDeleteHandler () |
Get a DeleteHandler. | |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
typedef F osgAnimation::TemplateSampler< F >::FunctorType |
typedef TemplateKeyframeContainer<KeyframeType> osgAnimation::TemplateSampler< F >::KeyframeContainerType |
typedef F::KeyframeType osgAnimation::TemplateSampler< F >::KeyframeType |
typedef F::UsingType osgAnimation::TemplateSampler< F >::UsingType |
|
inline |
|
inline |
|
inline |
References osgAnimation::TemplateSampler< F >::_keyframes.
|
inlinevirtual |
Implements osgAnimation::Sampler.
References osgAnimation::TemplateSampler< F >::_keyframes, and osg::ref_ptr< T >::get().
|
inlinevirtual |
Implements osgAnimation::Sampler.
References osgAnimation::TemplateSampler< F >::_keyframes, and osg::ref_ptr< T >::get().
|
inline |
References osgAnimation::TemplateSampler< F >::_keyframes, and osg::ref_ptr< T >::get().
|
inline |
References osgAnimation::TemplateSampler< F >::_keyframes, and osg::ref_ptr< T >::get().
|
inline |
References osgAnimation::TemplateSampler< F >::_keyframes, and osg::ref_ptr< T >::get().
|
inline |
References osgAnimation::TemplateSampler< F >::_keyframes.
|
inline |
|
inline |
References osgAnimation::TemplateSampler< F >::_keyframes.
|
protected |
Referenced by osgAnimation::TemplateSampler< F >::getValueAt().
|
protected |
Referenced by osgAnimation::TemplateSampler< F >::getEndTime(), osgAnimation::TemplateSampler< F >::getKeyframeContainer(), osgAnimation::TemplateSampler< F >::getKeyframeContainerTyped(), osgAnimation::TemplateSampler< F >::getOrCreateKeyframeContainer(), osgAnimation::TemplateSampler< F >::getStartTime(), osgAnimation::TemplateSampler< F >::getValueAt(), and osgAnimation::TemplateSampler< F >::setKeyframeContainer().
![]() | Generated at Tue Sep 4 2012 06:15:32 for the OpenSceneGraph by doxygen 1.8.1.2. |