HDK
|
#include <knotData.h>
Public Member Functions | |
Ts_TypedKnotData () | |
bool | operator== (const Ts_TypedKnotData< T > &other) const |
T | GetPreValue () const |
T | GetPreTanSlope () const |
T | GetPreTanHeight () const |
T | GetPostTanSlope () const |
T | GetPostTanHeight () const |
![]() | |
Ts_KnotData () | |
bool | operator== (const Ts_KnotData &other) const |
TsTime | GetPreTanWidth () const |
TsTime | GetPostTanWidth () const |
void | SetPreTanWidth (const TsTime width) |
void | SetPostTanWidth (const TsTime width) |
Public Attributes | |
T | value |
T | preValue |
T | preTanSlope |
T | postTanSlope |
![]() | |
TsTime | time |
TsTime | preTanWidth |
TsTime | postTanWidth |
TsInterpMode | nextInterp: 3 |
TsCurveType | curveType: 2 |
bool | dualValued: 1 |
Additional Inherited Members | |
![]() | |
static Ts_KnotData * | Create (TfType valueType) |
Definition at line 138 of file knotData.h.
Ts_TypedKnotData< T >::Ts_TypedKnotData | ( | ) |
Definition at line 241 of file knotData.h.
T Ts_TypedKnotData< T >::GetPostTanHeight | ( | ) | const |
Definition at line 302 of file knotData.h.
T Ts_TypedKnotData< T >::GetPostTanSlope | ( | ) | const |
Definition at line 296 of file knotData.h.
T Ts_TypedKnotData< T >::GetPreTanHeight | ( | ) | const |
Definition at line 290 of file knotData.h.
T Ts_TypedKnotData< T >::GetPreTanSlope | ( | ) | const |
Definition at line 284 of file knotData.h.
T Ts_TypedKnotData< T >::GetPreValue | ( | ) | const |
Definition at line 278 of file knotData.h.
bool Ts_TypedKnotData< T >::operator== | ( | const Ts_TypedKnotData< T > & | other | ) | const |
Definition at line 257 of file knotData.h.
T Ts_TypedKnotData< T >::postTanSlope |
Definition at line 167 of file knotData.h.
T Ts_TypedKnotData< T >::preTanSlope |
Definition at line 163 of file knotData.h.
T Ts_TypedKnotData< T >::preValue |
Definition at line 159 of file knotData.h.
T Ts_TypedKnotData< T >::value |
Definition at line 156 of file knotData.h.