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

Protected Member Functions

to virtual silence class has
non virtual 
destructor ()" warnings */ virtual ~OrientationAdapterBase()

Protected Attributes

 destructor


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< Dimension >.

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.


Member Function Documentation

template<class OrientationType, unsigned int Dimension = 3>
to virtual silence class has non virtual itk::OrientationAdapterBase< OrientationType, Dimension >::destructor  )  [inline, protected, virtual]
 

Definition at line 53 of file itkOrientationAdapter.h.

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< Dimension >.

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

Convert Orientation type direction cosines


Member Data Documentation

template<class OrientationType, unsigned int Dimension = 3>
itk::OrientationAdapterBase< OrientationType, Dimension >::destructor [protected]
 

Definition at line 53 of file itkOrientationAdapter.h.


The documentation for this class was generated from the following file:
Generated at Sun Jul 9 21:02:11 2006 for ITK by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2000