TuttleOFX
1
|
#include <ValueInterpolator.hpp>
Public Member Functions | |
bool | operator< (const TimeValue< T > &t) const |
bool | operator== (const TimeValue< T > &t) const |
Data Fields | |
OfxTime | time |
T | value |
Definition at line 14 of file ValueInterpolator.hpp.
bool tuttle::host::attribute::TimeValue< T >::operator< | ( | const TimeValue< T > & | t | ) | const [inline] |
Definition at line 20 of file ValueInterpolator.hpp.
References tuttle::host::attribute::TimeValue< T >::time.
bool tuttle::host::attribute::TimeValue< T >::operator== | ( | const TimeValue< T > & | t | ) | const [inline] |
Definition at line 25 of file ValueInterpolator.hpp.
References tuttle::host::attribute::TimeValue< T >::time.
OfxTime tuttle::host::attribute::TimeValue< T >::time |
Definition at line 17 of file ValueInterpolator.hpp.
Referenced by tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >::deleteKey(), tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >::getHash(), tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >::getHashAtTime_valueChangeToEnd(), tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >::getKeyIndex(), tuttle::host::attribute::GenericInterpolator< T >::getValue(), tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >::getValueAtTime(), tuttle::host::attribute::TimeValue< T >::operator<(), tuttle::host::attribute::TimeValue< T >::operator==(), and tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >::setValueAtTime().
T tuttle::host::attribute::TimeValue< T >::value |
Definition at line 18 of file ValueInterpolator.hpp.
Referenced by tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >::getHash(), tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >::getHashAtTime_valueChangeToEnd(), tuttle::host::attribute::GenericInterpolator< T >::getValue(), and tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >::setValueAtTime().