Sleeping Wombat Common Library  0.50.0
swCommonLibrary
DummyInterpolator< KeyType > Member List

This is the complete list of members for DummyInterpolator< KeyType >, including all inherited members.

IInterpolator()=default (defined in IInterpolator< KeyType >)IInterpolator< KeyType >explicit
Interpolate(TimeType time, Key< KeyType > &left, Key< KeyType > &right)DummyInterpolator< KeyType >inlinevirtual
LeftTangent(const Key< KeyType > &left, const Key< KeyType > &right) const DummyInterpolator< KeyType >inlinevirtual
RightTangent(const Key< KeyType > &left, const Key< KeyType > &right) const DummyInterpolator< KeyType >inlinevirtual
Update(const Key< KeyType > &leftKey, const Key< KeyType > &rightKey, UPtr< const IInterpolator< KeyType > > &leftInterpolator, UPtr< const IInterpolator< KeyType > > &rightInterpolator)DummyInterpolator< KeyType >inlinevirtual
~IInterpolator()=default (defined in IInterpolator< KeyType >)IInterpolator< KeyType >virtual