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

itk::OrientationAdapterBase< OrientationType, Dimension > Class Template Reference

#include <itkOrientationAdapter.h>

Inheritance diagram for itk::OrientationAdapterBase< OrientationType, Dimension >:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<class OrientationType, unsigned int Dimension = 3>
class itk::OrientationAdapterBase< OrientationType, Dimension >

base class that converts Orientation representations to direction cosines.

OrientationAdapterBase is a pure virtual base class that defines the member function signatures for any subclass that concretely defines the conversion relation between a method of representing orientation, and the direction cosines managed in itk::ImageBase.

Definition at line 37 of file itkOrientationAdapter.h.

Public Types

typedef ImageType::DirectionType DirectionType
typedef ImageBase< Dimension > ImageType

Public Member Functions

virtual OrientationType FromDirectionCosines (const DirectionType &Dir)=0
virtual DirectionType ToDirectionCosines (const OrientationType &Orient)=0


Member Typedef Documentation

template<class OrientationType, unsigned int Dimension = 3>
typedef ImageType::DirectionType itk::OrientationAdapterBase< OrientationType, Dimension >::DirectionType

typedef for matching Direction Cosines type

Reimplemented in itk::QuaternionOrientationAdapter< Dimension >, and itk::SpatialOrientationAdapter.

Definition at line 44 of file itkOrientationAdapter.h.

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

typedef for matching ImageBase

Definition at line 41 of file itkOrientationAdapter.h.


Constructor & Destructor Documentation

template<class OrientationType, unsigned int Dimension = 3>
virtual itk::OrientationAdapterBase< OrientationType, Dimension >::~OrientationAdapterBase (  )  [inline, protected, virtual]

destructor, to silence "virtual class has non-virtual destructor()" warnings

Definition at line 54 of file itkOrientationAdapter.h.

template<class OrientationType, unsigned int Dimension = 3>
virtual itk::OrientationAdapterBase< OrientationType, Dimension >::~OrientationAdapterBase (  )  [inline, protected, virtual]

destructor, to silence "virtual class has non-virtual destructor()" warnings

Definition at line 54 of file itkOrientationAdapter.h.


Member Function Documentation

template<class OrientationType, unsigned int Dimension = 3>
virtual OrientationType itk::OrientationAdapterBase< OrientationType, Dimension >::FromDirectionCosines ( const DirectionType Dir  )  [pure virtual]

Convert direction cosines to the Orientation type

Implemented in itk::QuaternionOrientationAdapter< Dimension >, and itk::SpatialOrientationAdapter.

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

Convert Orientation type direction cosines


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 09:25:12 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000