![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for ternary functors that take two quaternion expressions plus a tolerance scalar and return a bool result (Math::QuaternionToleranceEquality).
More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::Scalar3QuaternionBooleanTernaryFunctor< Q1, Q2, T >:Public Types | |
| typedef bool | ResultType |
| The boolean result type. More... | |
| typedef const T & | Argument3Type |
| The third (scalar) argument type. More... | |
| typedef CommonType< typename Q1::ValueType, typename Q2::ValueType >::Type | ValueType |
| The component value type (common type of the two quaternion element types). More... | |
Base class for ternary functors that take two quaternion expressions plus a tolerance scalar and return a bool result (Math::QuaternionToleranceEquality).
| Q1 | The first quaternion expression type. |
| Q2 | The second quaternion expression type. |
| T | The tolerance scalar type. |
| typedef bool CDPL::Math::Scalar3QuaternionBooleanTernaryFunctor< Q1, Q2, T >::ResultType |
The boolean result type.
| typedef const T& CDPL::Math::Scalar3QuaternionBooleanTernaryFunctor< Q1, Q2, T >::Argument3Type |
The third (scalar) argument type.
| typedef CommonType<typename Q1::ValueType, typename Q2::ValueType>::Type CDPL::Math::Scalar3QuaternionBooleanTernaryFunctor< Q1, Q2, T >::ValueType |
The component value type (common type of the two quaternion element types).