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 () |
Constructor & Destructor Documentation
| TdTestAssignUtil::TdTestAssignUtil |
( |
float |
tol = -1.0, |
|
|
double |
dTol = -1.0 |
|
) |
| |
|
inline |
Member Function Documentation
| 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 |
template<class _T >
| void TdTestAssignUtil::operator() |
( |
_T & |
oldVal, |
|
|
const _T & |
newVal |
|
) |
| |
|
inline |
template<class _T >
| bool TdTestAssignUtil::test |
( |
const _T & |
oldVal, |
|
|
const _T & |
newVal |
|
) |
| |
|
inline |
| bool TdTestAssignUtil::changed |
( |
| ) |
const |
|
inline |
| void TdTestAssignUtil::reset |
( |
| ) |
|
|
inline |
Member Data Documentation
| bool TdTestAssignUtil::myChanged |
|
protected |
| float TdTestAssignUtil::mTol |
|
protected |
| double TdTestAssignUtil::mDTol |
|
protected |
The documentation for this class was generated from the following file: