HDK
|
#include <knotData.h>
Public Member Functions | |
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) |
Static Public Member Functions | |
static Ts_KnotData * | Create (TfType valueType) |
Public Attributes | |
TsTime | time |
TsTime | preTanWidth |
TsTime | postTanWidth |
TsInterpMode | nextInterp: 3 |
TsCurveType | curveType: 2 |
bool | dualValued: 1 |
Definition at line 63 of file knotData.h.
Ts_KnotData::Ts_KnotData | ( | ) |
|
static |
|
inline |
Definition at line 85 of file knotData.h.
|
inline |
Definition at line 80 of file knotData.h.
bool Ts_KnotData::operator== | ( | const Ts_KnotData & | other | ) | const |
|
inline |
Definition at line 95 of file knotData.h.
|
inline |
Definition at line 90 of file knotData.h.
TsCurveType Ts_KnotData::curveType |
Definition at line 126 of file knotData.h.
bool Ts_KnotData::dualValued |
Definition at line 129 of file knotData.h.
TsInterpMode Ts_KnotData::nextInterp |
Definition at line 123 of file knotData.h.
TsTime Ts_KnotData::postTanWidth |
Definition at line 110 of file knotData.h.
TsTime Ts_KnotData::preTanWidth |
Definition at line 106 of file knotData.h.
TsTime Ts_KnotData::time |
Definition at line 102 of file knotData.h.