![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| TdTestAssignUtil (float tol=-1.0, double dTol=-1.0) | |
| void | operator() (float &oldVal, const float &newVal) |
| bool | test (const float &oldVal, const float &newVal) |
| void | operator() (double &oldVal, const double &newVal) |
| bool | test (const double &oldVal, const double &newVal) |
| template<class _T > | |
| void | operator() (_T &oldVal, const _T &newVal) |
| template<class _T > | |
| bool | test (const _T &oldVal, const _T &newVal) |
| bool | changed () const |
| void | reset () |
Protected Attributes | |
| bool | myChanged |
| float | mTol |
| double | mDTol |
| TdTestAssignUtil::TdTestAssignUtil | ( | float | tol = -1.0, |
| double | dTol = -1.0 |
||
| ) | [inline] |
| void TdTestAssignUtil::operator() | ( | float & | oldVal, |
| const float & | newVal | ||
| ) | [inline] |
| bool TdTestAssignUtil::test | ( | const float & | oldVal, |
| const float & | newVal | ||
| ) | [inline] |
| void TdTestAssignUtil::operator() | ( | double & | oldVal, |
| const double & | newVal | ||
| ) | [inline] |
| bool TdTestAssignUtil::test | ( | const double & | oldVal, |
| const double & | newVal | ||
| ) | [inline] |
| void TdTestAssignUtil::operator() | ( | _T & | oldVal, |
| const _T & | newVal | ||
| ) | [inline] |
References myChanged.
| bool TdTestAssignUtil::test | ( | const _T & | oldVal, |
| const _T & | newVal | ||
| ) | [inline] |
References myChanged.
| bool TdTestAssignUtil::changed | ( | ) | const [inline] |
References myChanged.
| void TdTestAssignUtil::reset | ( | ) | [inline] |
References myChanged.
bool TdTestAssignUtil::myChanged [protected] |
Referenced by changed(), operator()(), reset(), TdTestAssignUtil(), and test().
float TdTestAssignUtil::mTol [protected] |
Referenced by operator()(), TdTestAssignUtil(), and test().
double TdTestAssignUtil::mDTol [protected] |
Referenced by operator()(), TdTestAssignUtil(), and test().