#include <itkOrientationAdapter.h>
Inheritance diagram for itk::OrientationAdapterBase< OrientationType, Dimension >:
Public Types | |
typedef ImageBase< Dimension > | ImageType |
typedef ImageType::DirectionType | DirectionType |
Public Member Functions | |
virtual OrientationType | FromDirectionCosines (const DirectionType &Dir)=0 |
virtual DirectionType | ToDirectionCosines (const OrientationType &Orient)=0 |
Protected Member Functions | |
virtual | ~OrientationAdapterBase () |
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.
|
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. |
|
destructor, to silence "virtual class has non-virtual destructor()" warnings Definition at line 54 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 Implemented in itk::QuaternionOrientationAdapter< Dimension >, and itk::SpatialOrientationAdapter< Dimension >. |