Chemical Data Processing Library C++ API - Version 1.4.0
Public Types | List of all members
CDPL::Math::QuaternionScalarRealUnaryFunctor< Q > Struct Template Reference

Base class for unary functors that take a quaternion expression and return a real-valued scalar (Math::QuaternionNorm, Math::QuaternionNorm2). More...

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::QuaternionScalarRealUnaryFunctor< Q >:

Public Types

typedef Q::ValueType ValueType
 The quaternion's component value type. More...
 
typedef ValueType RealType
 The real-valued type (alias for ValueType). More...
 
typedef RealType ResultType
 The real-valued result type. More...
 

Detailed Description

template<typename Q>
struct CDPL::Math::QuaternionScalarRealUnaryFunctor< Q >

Base class for unary functors that take a quaternion expression and return a real-valued scalar (Math::QuaternionNorm, Math::QuaternionNorm2).

Template Parameters
QThe quaternion expression type.

Member Typedef Documentation

◆ ValueType

template<typename Q >
typedef Q::ValueType CDPL::Math::QuaternionScalarRealUnaryFunctor< Q >::ValueType

The quaternion's component value type.

◆ RealType

The real-valued type (alias for ValueType).

◆ ResultType

The real-valued result type.


The documentation for this struct was generated from the following file: