#include <itkOrientationAdapter.h>
Inheritance diagram for itk::OrientationAdapterBase< OrientationType, Dimension >:

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 | |
|
|||||
|
typedef for matching Direction Cosines type Reimplemented in itk::QuaternionOrientationAdapter< Dimension >, and itk::SpatialOrientationAdapter< Dimension >. Definition at line 44 of file itkOrientationAdapter.h. |
|
|||||
|
typedef for matching ImageBase Definition at line 41 of file itkOrientationAdapter.h. |
|
|||||||||
|
Definition at line 53 of file itkOrientationAdapter.h. |
|
||||||||||
|
Convert direction cosines to the Orientation type Implemented in itk::QuaternionOrientationAdapter< Dimension >, and itk::SpatialOrientationAdapter< Dimension >. |
|
||||||||||
|
Convert Orientation type direction cosines |
|
|||||
|
Definition at line 53 of file itkOrientationAdapter.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000