![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Expression-template node applying a per-component functor F to a quaternion expression E, where F exposes four separate apply methods (applyC1 / applyC2 / applyC3 / applyC4) operating on the whole source expression.
More...
#include <QuaternionExpression.hpp>
Inheritance diagram for CDPL::Math::QuaternionUnary2< E, F >:Public Types | |
| typedef F::ResultType | ValueType |
| The element value type of the expression (the functor's result type). More... | |
| typedef const ValueType | ConstReference |
| Constant reference type to a component value. More... | |
| typedef const ValueType | Reference |
Mutable reference type (degrades to const for expression-template results). More... | |
| typedef const SelfType | ConstClosureType |
| Constant closure type used when this expression appears inside another expression. More... | |
| typedef SelfType | ClosureType |
| Closure type used when this expression appears inside another expression. More... | |
Public Types inherited from CDPL::Math::QuaternionExpression< QuaternionUnary2< E, F > > | |
| typedef QuaternionUnary2< E, F > | ExpressionType |
| The derived quaternion expression type. More... | |
Public Types inherited from CDPL::Math::Expression< E > | |
| typedef E | ExpressionType |
| The derived expression type (made available to expression-template machinery). More... | |
Public Member Functions | |
| QuaternionUnary2 (const ExpressionType &e) | |
| Constructs the expression-template node wrapping e. More... | |
| ConstReference | getC1 () const |
Returns the result of applying the functor's applyC1 method to the wrapped expression. More... | |
| ConstReference | getC2 () const |
Returns the result of applying the functor's applyC2 method to the wrapped expression. More... | |
| ConstReference | getC3 () const |
Returns the result of applying the functor's applyC3 method to the wrapped expression. More... | |
| ConstReference | getC4 () const |
Returns the result of applying the functor's applyC4 method to the wrapped expression. More... | |
Public Member Functions inherited from CDPL::Math::QuaternionExpression< QuaternionUnary2< E, F > > | |
| const ExpressionType & | operator() () const |
Returns a const reference to the derived quaternion expression. More... | |
| ExpressionType & | operator() () |
| Returns a reference to the derived quaternion expression. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::QuaternionExpression< QuaternionUnary2< E, F > > | |
| QuaternionExpression () | |
| ~QuaternionExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< E > | |
| Expression () | |
| ~Expression () | |
Expression-template node applying a per-component functor F to a quaternion expression E, where F exposes four separate apply methods (applyC1 / applyC2 / applyC3 / applyC4) operating on the whole source expression.
| E | The wrapped quaternion expression type. |
| F | The per-component functor type. |
| typedef F::ResultType CDPL::Math::QuaternionUnary2< E, F >::ValueType |
The element value type of the expression (the functor's result type).
| typedef const ValueType CDPL::Math::QuaternionUnary2< E, F >::ConstReference |
Constant reference type to a component value.
| typedef const ValueType CDPL::Math::QuaternionUnary2< E, F >::Reference |
Mutable reference type (degrades to const for expression-template results).
| typedef const SelfType CDPL::Math::QuaternionUnary2< E, F >::ConstClosureType |
Constant closure type used when this expression appears inside another expression.
| typedef SelfType CDPL::Math::QuaternionUnary2< E, F >::ClosureType |
Closure type used when this expression appears inside another expression.
|
inline |
Constructs the expression-template node wrapping e.
| e | The quaternion expression to wrap. |
|
inline |
Returns the result of applying the functor's applyC1 method to the wrapped expression.
|
inline |
Returns the result of applying the functor's applyC2 method to the wrapped expression.
|
inline |
Returns the result of applying the functor's applyC3 method to the wrapped expression.
|
inline |
Returns the result of applying the functor's applyC4 method to the wrapped expression.