HDK
|
#include <tsTest_SplineData.h>
Public Member Functions | |
Knot () | |
Knot (const Knot &other) | |
Knot & | operator= (const Knot &other) |
bool | operator== (const Knot &other) const |
bool | operator!= (const Knot &other) const |
bool | operator< (const Knot &other) const |
Public Attributes | |
double | time = 0 |
InterpMethod | nextSegInterpMethod = InterpHeld |
double | value = 0 |
bool | isDualValued = false |
double | preValue = 0 |
double | preSlope = 0 |
double | postSlope = 0 |
double | preLen = 0 |
double | postLen = 0 |
bool | preAuto = false |
bool | postAuto = false |
Definition at line 85 of file tsTest_SplineData.h.
TsTest_SplineData::Knot::Knot | ( | ) |
TsTest_SplineData::Knot::Knot | ( | const Knot & | other | ) |
bool TsTest_SplineData::Knot::operator!= | ( | const Knot & | other | ) | const |
bool TsTest_SplineData::Knot::operator< | ( | const Knot & | other | ) | const |
bool TsTest_SplineData::Knot::operator== | ( | const Knot & | other | ) | const |
bool TsTest_SplineData::Knot::isDualValued = false |
Definition at line 90 of file tsTest_SplineData.h.
InterpMethod TsTest_SplineData::Knot::nextSegInterpMethod = InterpHeld |
Definition at line 88 of file tsTest_SplineData.h.
bool TsTest_SplineData::Knot::postAuto = false |
Definition at line 97 of file tsTest_SplineData.h.
double TsTest_SplineData::Knot::postLen = 0 |
Definition at line 95 of file tsTest_SplineData.h.
double TsTest_SplineData::Knot::postSlope = 0 |
Definition at line 93 of file tsTest_SplineData.h.
bool TsTest_SplineData::Knot::preAuto = false |
Definition at line 96 of file tsTest_SplineData.h.
double TsTest_SplineData::Knot::preLen = 0 |
Definition at line 94 of file tsTest_SplineData.h.
double TsTest_SplineData::Knot::preSlope = 0 |
Definition at line 92 of file tsTest_SplineData.h.
double TsTest_SplineData::Knot::preValue = 0 |
Definition at line 91 of file tsTest_SplineData.h.
double TsTest_SplineData::Knot::time = 0 |
Definition at line 87 of file tsTest_SplineData.h.
double TsTest_SplineData::Knot::value = 0 |
Definition at line 89 of file tsTest_SplineData.h.