Public Member Functions | |
| SamplerMotionTemplate (float startValue=0, float duration=1, float changeValue=1, TimeBehaviour tb=CLAMP) | |
| T & | getSampler () |
| const T & | getSampler () const |
| virtual void | getValueInNormalizedRange (float t, value_type &result) const |
Public Attributes | |
| T | _sampler |
| osgAnimation::SamplerMotionTemplate< T >::SamplerMotionTemplate | ( | float | startValue = 0, |
|
| float | duration = 1, |
|||
| float | changeValue = 1, |
|||
| TimeBehaviour | tb = CLAMP | |||
| ) | [inline] |
| T& osgAnimation::SamplerMotionTemplate< T >::getSampler | ( | ) | [inline] |
| const T& osgAnimation::SamplerMotionTemplate< T >::getSampler | ( | ) | const [inline] |
| virtual void osgAnimation::SamplerMotionTemplate< T >::getValueInNormalizedRange | ( | float | t, | |
| value_type & | result | |||
| ) | const [inline, virtual] |
Implements osgAnimation::Motion.
References osgAnimation::SamplerMotionTemplate< T >::_sampler.
| T osgAnimation::SamplerMotionTemplate< T >::_sampler |
1.7.1