Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::QuaternionOrientationAdapter< Dimension > Class Template Reference

#include <itkQuaternionOrientationAdapter.h>

Inheritance diagram for itk::QuaternionOrientationAdapter< Dimension >:

Inheritance graph
[legend]
Collaboration diagram for itk::QuaternionOrientationAdapter< Dimension >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<int Dimension>
class itk::QuaternionOrientationAdapter< Dimension >

converts QuaternionOrientation flags to/from direction cosines

Definition at line 37 of file itkQuaternionOrientationAdapter.h.


Public Types

typedef SuperClass::DirectionType DirectionType
typedef ImageBase< Dimension > ImageType
typedef
QuaternionRigidTransform
< double > 
OrientationRootType
typedef
QuaternionOrientationAdapterClasses::TransformPointerType 
OrientationType
typedef
QuaternionOrientationAdapter 
Self
typedef OrientationAdapterBase
< QuaternionOrientationAdapterClasses::TransformPointerType,
Dimension > 
SuperClass

Public Member Functions

virtual DirectionType ToDirectionCosines (const OrientationType &Orient)=0
virtual DirectionType ToDirectionCosines (const OrientationType &Or)
 typedef (Concept::SameDimension< Dimension, 3 >) DimensionShouldBe3
virtual OrientationType FromDirectionCosines (const DirectionType &Dir)

Member Typedef Documentation

template<int Dimension>
typedef SuperClass::DirectionType itk::QuaternionOrientationAdapter< Dimension >::DirectionType

typedef for direction cosines

Reimplemented from itk::OrientationAdapterBase< OrientationType, Dimension >.

Definition at line 51 of file itkQuaternionOrientationAdapter.h.

template<class OrientationType, unsigned int Dimension = 3>
typedef ImageBase<Dimension> itk::OrientationAdapterBase< OrientationType, Dimension >::ImageType [inherited]

typedef for matching ImageBase

Definition at line 41 of file itkOrientationAdapter.h.

template<int Dimension>
typedef QuaternionRigidTransform<double> itk::QuaternionOrientationAdapter< Dimension >::OrientationRootType

Definition at line 46 of file itkQuaternionOrientationAdapter.h.

Definition at line 47 of file itkQuaternionOrientationAdapter.h.

template<int Dimension>
typedef QuaternionOrientationAdapter itk::QuaternionOrientationAdapter< Dimension >::Self

typedef for superclass

Definition at line 42 of file itkQuaternionOrientationAdapter.h.

Definition at line 45 of file itkQuaternionOrientationAdapter.h.


Member Function Documentation

template<int Dimension>
virtual OrientationType itk::QuaternionOrientationAdapter< Dimension >::FromDirectionCosines ( const DirectionType Dir  )  [inline, virtual]

template<class OrientationType, unsigned int Dimension = 3>
virtual DirectionType itk::OrientationAdapterBase< OrientationType, Dimension >::ToDirectionCosines ( const OrientationType &  Orient  )  [pure virtual, inherited]

Convert Orientation type direction cosines

template<int Dimension>
virtual DirectionType itk::QuaternionOrientationAdapter< Dimension >::ToDirectionCosines ( const OrientationType Or  )  [inline, virtual]

convert to direction cosines.

Definition at line 66 of file itkQuaternionOrientationAdapter.h.

template<int Dimension>
itk::QuaternionOrientationAdapter< Dimension >::typedef ( Concept::SameDimension< Dimension, 3 >   ) 

The dimension of the input image must be 3. This class requires DimensionShouldBe3 in the form of (Concept::SameDimension<Dimension,3>)


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

Generated at Sat Feb 28 17:29:09 2009 for ITK by doxygen 1.5.6 written by Dimitri van Heesch, © 1997-2000