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 |
typedef TemplateKeyframeContainer<KeyframeType> osgAnimation::TemplateSampler::KeyframeContainerType |
typedef F::KeyframeType osgAnimation::TemplateSampler::KeyframeType |
typedef F::UsingType osgAnimation::TemplateSampler::UsingType |
osgAnimation::TemplateSampler::TemplateSampler | ( | ) | [inline] |
osgAnimation::TemplateSampler::~TemplateSampler | ( | ) | [inline] |
double osgAnimation::TemplateSampler::getEndTime | ( | ) | const [inline] |
References _keyframes.
virtual KeyframeContainer* osgAnimation::TemplateSampler::getKeyframeContainer | ( | ) | [inline, virtual] |
Implements osgAnimation::Sampler.
References _keyframes, and osg::ref_ptr::get().
virtual const KeyframeContainer* osgAnimation::TemplateSampler::getKeyframeContainer | ( | ) | const [inline, virtual] |
Implements osgAnimation::Sampler.
References _keyframes, and osg::ref_ptr::get().
KeyframeContainerType* osgAnimation::TemplateSampler::getKeyframeContainerTyped | ( | ) | [inline] |
References _keyframes, and osg::ref_ptr::get().
const KeyframeContainerType* osgAnimation::TemplateSampler::getKeyframeContainerTyped | ( | ) | const [inline] |
References _keyframes, and osg::ref_ptr::get().
KeyframeContainerType* osgAnimation::TemplateSampler::getOrCreateKeyframeContainer | ( | ) | [inline] |
References _keyframes, and osg::ref_ptr::get().
double osgAnimation::TemplateSampler::getStartTime | ( | ) | const [inline] |
References _keyframes.
void osgAnimation::TemplateSampler::getValueAt | ( | double | time, |
UsingType & | result | ||
) | const [inline] |
References _functor, and _keyframes.
void osgAnimation::TemplateSampler::setKeyframeContainer | ( | KeyframeContainerType * | kf | ) | [inline] |
References _keyframes.
FunctorType osgAnimation::TemplateSampler::_functor [protected] |
Referenced by getValueAt().
![]() | Generated at Mon Oct 3 2011 12:39:46 for the OpenSceneGraph by doxygen 1.7.5. |