HDK
|
#include <tsTest_SplineData.h>
Public Member Functions | |
InnerLoopParams () | |
InnerLoopParams (const InnerLoopParams &other) | |
InnerLoopParams & | operator= (const InnerLoopParams &other) |
bool | operator== (const InnerLoopParams &other) const |
bool | operator!= (const InnerLoopParams &other) const |
bool | IsValid () const |
Public Attributes | |
bool | enabled = false |
double | protoStart = 0 |
double | protoEnd = 0 |
double | preLoopStart = 0 |
double | postLoopEnd = 0 |
bool | closedEnd = true |
double | valueOffset = 0 |
Definition at line 148 of file tsTest_SplineData.h.
TsTest_SplineData::InnerLoopParams::InnerLoopParams | ( | ) |
TsTest_SplineData::InnerLoopParams::InnerLoopParams | ( | const InnerLoopParams & | other | ) |
bool TsTest_SplineData::InnerLoopParams::IsValid | ( | ) | const |
bool TsTest_SplineData::InnerLoopParams::operator!= | ( | const InnerLoopParams & | other | ) | const |
InnerLoopParams& TsTest_SplineData::InnerLoopParams::operator= | ( | const InnerLoopParams & | other | ) |
bool TsTest_SplineData::InnerLoopParams::operator== | ( | const InnerLoopParams & | other | ) | const |
bool TsTest_SplineData::InnerLoopParams::closedEnd = true |
Definition at line 155 of file tsTest_SplineData.h.
bool TsTest_SplineData::InnerLoopParams::enabled = false |
Definition at line 150 of file tsTest_SplineData.h.
double TsTest_SplineData::InnerLoopParams::postLoopEnd = 0 |
Definition at line 154 of file tsTest_SplineData.h.
double TsTest_SplineData::InnerLoopParams::preLoopStart = 0 |
Definition at line 153 of file tsTest_SplineData.h.
double TsTest_SplineData::InnerLoopParams::protoEnd = 0 |
Definition at line 152 of file tsTest_SplineData.h.
double TsTest_SplineData::InnerLoopParams::protoStart = 0 |
Definition at line 151 of file tsTest_SplineData.h.
double TsTest_SplineData::InnerLoopParams::valueOffset = 0 |
Definition at line 156 of file tsTest_SplineData.h.