Public Types | Public Member Functions | Protected Attributes | Private Types
Map< Quaternion< _Scalar >, _Options > Class Template Reference

Expression of a quaternion from a memory buffer. More...

#include <Quaternion.h>

Inheritance diagram for Map< Quaternion< _Scalar >, _Options >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef internal::traits< Map >
::Coefficients 
Coefficients
typedef _Scalar Scalar

Public Member Functions

Coefficientscoeffs ()
const Coefficientscoeffs () const
EIGEN_STRONG_INLINE Map (Scalar *coeffs)

Protected Attributes

Coefficients m_coeffs

Private Types

typedef QuaternionBase< Map
< Quaternion< _Scalar >
, _Options > > 
Base

Detailed Description

template<typename _Scalar, int _Options>
class Map< Quaternion< _Scalar >, _Options >

Expression of a quaternion from a memory buffer.

Parameters:
_Scalarthe type of the Quaternion coefficients
_Optionssee class Map

This is a specialization of class Map for Quaternion. This class allows to view a 4 scalar memory buffer as an Eigen's Quaternion object.

See also:
class Map, class Quaternion, class QuaternionBase

Definition at line 380 of file Geometry/Quaternion.h.


Member Typedef Documentation

template<typename _Scalar , int _Options>
typedef QuaternionBase<Map<Quaternion<_Scalar>, _Options> > Map< Quaternion< _Scalar >, _Options >::Base [private]
template<typename _Scalar , int _Options>
typedef internal::traits<Map>::Coefficients Map< Quaternion< _Scalar >, _Options >::Coefficients
template<typename _Scalar , int _Options>
typedef _Scalar Map< Quaternion< _Scalar >, _Options >::Scalar

the scalar type of the coefficients

Reimplemented from QuaternionBase< Map< Quaternion< _Scalar >, _Options > >.

Definition at line 386 of file Geometry/Quaternion.h.


Constructor & Destructor Documentation

template<typename _Scalar , int _Options>
EIGEN_STRONG_INLINE Map< Quaternion< _Scalar >, _Options >::Map ( Scalar coeffs) [inline]

Constructs a Mapped Quaternion object from the pointer coeffs

The pointer coeffs must reference the four coeffecients of Quaternion in the following order:

 *coeffs == {x, y, z, w} 

If the template parameter _Options is set to Aligned, then the pointer coeffs must be aligned.

Definition at line 397 of file Geometry/Quaternion.h.


Member Function Documentation

template<typename _Scalar , int _Options>
Coefficients& Map< Quaternion< _Scalar >, _Options >::coeffs ( ) [inline]
Returns:
a vector expression of the coefficients (x,y,z,w)

Reimplemented from QuaternionBase< Map< Quaternion< _Scalar >, _Options > >.

Definition at line 399 of file Geometry/Quaternion.h.

template<typename _Scalar , int _Options>
const Coefficients& Map< Quaternion< _Scalar >, _Options >::coeffs ( ) const [inline]
Returns:
a read-only vector expression of the coefficients (x,y,z,w)

Reimplemented from QuaternionBase< Map< Quaternion< _Scalar >, _Options > >.

Definition at line 400 of file Geometry/Quaternion.h.


Member Data Documentation

template<typename _Scalar , int _Options>
Coefficients Map< Quaternion< _Scalar >, _Options >::m_coeffs [protected]

Definition at line 403 of file Geometry/Quaternion.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:12