HDK
|
This is the complete list of members for TsKeyFrame, including all inherited members.
CanSetKnotType(TsKnotType, std::string *reason=NULL) const | TsKeyFrame | |
GetIsDualValued() const | TsKeyFrame | |
GetKnotType() const | TsKeyFrame | |
GetLeftTangentLength() const | TsKeyFrame | |
GetLeftTangentSlope() const | TsKeyFrame | |
GetLeftValue() const | TsKeyFrame | |
GetLeftValueDerivative() const | TsKeyFrame | |
GetRightTangentLength() const | TsKeyFrame | |
GetRightTangentSlope() const | TsKeyFrame | |
GetTangentSymmetryBroken() const | TsKeyFrame | |
GetTime() const | TsKeyFrame | inline |
GetValue() const | TsKeyFrame | |
GetValue(TsSide side) const | TsKeyFrame | |
GetValueDerivative() const | TsKeyFrame | |
GetZero() const | TsKeyFrame | |
HasTangents() const | TsKeyFrame | |
IsEquivalentAtSide(const TsKeyFrame &keyFrame, TsSide side) const | TsKeyFrame | |
IsExtrapolatable() const | TsKeyFrame | |
IsInterpolatable() const | TsKeyFrame | |
operator!=(const TsKeyFrame &) const | TsKeyFrame | |
operator=(const TsKeyFrame &rhs) | TsKeyFrame | |
operator==(const TsKeyFrame &) const | TsKeyFrame | |
ResetTangentSymmetryBroken() | TsKeyFrame | |
SetIsDualValued(bool isDual) | TsKeyFrame | |
SetKnotType(TsKnotType knotType) | TsKeyFrame | |
SetLeftTangentLength(TsTime) | TsKeyFrame | |
SetLeftTangentSlope(VtValue) | TsKeyFrame | |
SetLeftValue(VtValue val) | TsKeyFrame | |
SetRightTangentLength(TsTime) | TsKeyFrame | |
SetRightTangentSlope(VtValue newSlope) | TsKeyFrame | |
SetTangentSymmetryBroken(bool broken) | TsKeyFrame | |
SetTime(const TsTime &newTime) | TsKeyFrame | inline |
SetValue(VtValue val) | TsKeyFrame | |
SetValue(VtValue val, TsSide side) | TsKeyFrame | |
SupportsTangents() const | TsKeyFrame | |
Ts_GetKeyFrameData(TsKeyFrame &kf) | TsKeyFrame | friend |
Ts_GetKeyFrameData(TsKeyFrame const &kf) | TsKeyFrame | friend |
TsKeyFrame() | TsKeyFrame | |
TsKeyFrame(const TsTime &time, const T &val, TsKnotType knotType=TsKnotLinear, const T &leftTangentSlope=TsTraits< T >::zero, const T &rightTangentSlope=TsTraits< T >::zero, TsTime leftTangentLength=0, TsTime rightTangentLength=0) | TsKeyFrame | |
TsKeyFrame(const TsTime &time, const VtValue &val, TsKnotType knotType=TsKnotLinear, const VtValue &leftTangentSlope=VtValue(), const VtValue &rightTangentSlope=VtValue(), TsTime leftTangentLength=0, TsTime rightTangentLength=0) | TsKeyFrame | |
TsKeyFrame(const TsTime &time, const T &lhv, const T &rhv, TsKnotType knotType=TsKnotLinear, const T &leftTangentSlope=TsTraits< T >::zero, const T &rightTangentSlope=TsTraits< T >::zero, TsTime leftTangentLength=0, TsTime rightTangentLength=0) | TsKeyFrame | |
TsKeyFrame(const TsTime &time, const VtValue &lhv, const VtValue &rhv, TsKnotType knotType=TsKnotLinear, const VtValue &leftTangentSlope=VtValue(), const VtValue &rightTangentSlope=VtValue(), TsTime leftTangentLength=0, TsTime rightTangentLength=0) | TsKeyFrame | |
TsKeyFrame(const TsKeyFrame &kf) | TsKeyFrame | |
~TsKeyFrame() | TsKeyFrame |