Loading...
Searching...
No Matches
TsKeyFrame Member List

This is the complete list of members for TsKeyFrame, including all inherited members.

CanSetKnotType(TsKnotType, std::string *reason=NULL) constTsKeyFrame
GetIsDualValued() constTsKeyFrame
GetKnotType() constTsKeyFrame
GetLeftTangentLength() constTsKeyFrame
GetLeftTangentSlope() constTsKeyFrame
GetLeftValue() constTsKeyFrame
GetLeftValueDerivative() constTsKeyFrame
GetRightTangentLength() constTsKeyFrame
GetRightTangentSlope() constTsKeyFrame
GetTangentSymmetryBroken() constTsKeyFrame
GetTime() constTsKeyFrameinline
GetValue() constTsKeyFrame
GetValue(TsSide side) constTsKeyFrame
GetValueDerivative() constTsKeyFrame
GetZero() constTsKeyFrame
HasTangents() constTsKeyFrame
IsEquivalentAtSide(const TsKeyFrame &keyFrame, TsSide side) constTsKeyFrame
IsExtrapolatable() constTsKeyFrame
IsInterpolatable() constTsKeyFrame
operator!=(const TsKeyFrame &) const (defined in TsKeyFrame)TsKeyFrame
operator=(const TsKeyFrame &rhs)TsKeyFrame
operator==(const TsKeyFrame &) constTsKeyFrame
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)TsKeyFrameinline
SetValue(VtValue val)TsKeyFrame
SetValue(VtValue val, TsSide side)TsKeyFrame
SupportsTangents() constTsKeyFrame
Ts_GetKeyFrameData (defined in TsKeyFrame)TsKeyFramefriend
Ts_GetKeyFrameData (defined in TsKeyFrame)TsKeyFramefriend
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