HDK
|
#include <tsTest_SplineData.h>
Public Member Functions | |
Extrapolation () | |
Extrapolation (ExtrapMethod method) | |
Extrapolation (const Extrapolation &other) | |
Extrapolation & | operator= (const Extrapolation &other) |
bool | operator== (const Extrapolation &other) const |
bool | operator!= (const Extrapolation &other) const |
Public Attributes | |
ExtrapMethod | method = ExtrapHeld |
double | slope = 0 |
LoopMode | loopMode = LoopNone |
Definition at line 173 of file tsTest_SplineData.h.
TsTest_SplineData::Extrapolation::Extrapolation | ( | ) |
TsTest_SplineData::Extrapolation::Extrapolation | ( | ExtrapMethod | method | ) |
TsTest_SplineData::Extrapolation::Extrapolation | ( | const Extrapolation & | other | ) |
bool TsTest_SplineData::Extrapolation::operator!= | ( | const Extrapolation & | other | ) | const |
Extrapolation& TsTest_SplineData::Extrapolation::operator= | ( | const Extrapolation & | other | ) |
bool TsTest_SplineData::Extrapolation::operator== | ( | const Extrapolation & | other | ) | const |
Definition at line 177 of file tsTest_SplineData.h.
ExtrapMethod TsTest_SplineData::Extrapolation::method = ExtrapHeld |
Definition at line 175 of file tsTest_SplineData.h.
double TsTest_SplineData::Extrapolation::slope = 0 |
Definition at line 176 of file tsTest_SplineData.h.