|
HDK
|
#include <types.h>
Public Member Functions | |
| TS_API | TsExtrapolation () |
| TS_API | TsExtrapolation (TsExtrapMode mode) |
| TS_API bool | operator== (const TsExtrapolation &other) const |
| TS_API bool | operator!= (const TsExtrapolation &other) const |
| TS_API bool | IsLooping () const |
| Returns whether our mode is one of the looping extrapolation modes. More... | |
Public Attributes | |
| TsExtrapMode | mode = TsExtrapHeld |
| double | slope = 0.0 |
Extrapolation parameters for the ends of a spline beyond the knots.
| TS_API TsExtrapolation::TsExtrapolation | ( | ) |
| TS_API TsExtrapolation::TsExtrapolation | ( | TsExtrapMode | mode | ) |
| TS_API bool TsExtrapolation::IsLooping | ( | ) | const |
Returns whether our mode is one of the looping extrapolation modes.
| TS_API bool TsExtrapolation::operator!= | ( | const TsExtrapolation & | other | ) | const |
| TS_API bool TsExtrapolation::operator== | ( | const TsExtrapolation & | other | ) | const |
| TsExtrapMode TsExtrapolation::mode = TsExtrapHeld |