#include <itkSpatialOrientationAdapter.h>
Inheritance diagram for itk::SpatialOrientationAdapter< Dimension >:
Public Types | |
typedef SpatialOrientationAdapter | Self |
typedef OrientationAdapterBase< SpatialOrientation::ValidCoordinateOrientationFlags, Dimension > | SuperClass |
typedef SpatialOrientation::ValidCoordinateOrientationFlags | OrientationType |
typedef SuperClass::DirectionType | DirectionType |
enum | { DimensionShouldBe3 = 0 } |
Public Member Functions | |
virtual OrientationType | FromDirectionCosines (const DirectionType &Dir) |
virtual DirectionType | ToDirectionCosines (const OrientationType &Or) |
Definition at line 32 of file itkSpatialOrientationAdapter.h.
|
typedef for direction cosines Reimplemented from itk::OrientationAdapterBase< OrientationType, Dimension >. Definition at line 49 of file itkSpatialOrientationAdapter.h. |
|
Definition at line 42 of file itkSpatialOrientationAdapter.h. |
|
typedef for superclass Definition at line 37 of file itkSpatialOrientationAdapter.h. |
|
Definition at line 40 of file itkSpatialOrientationAdapter.h. |
|
The dimension of the input image must be 3. Definition at line 46 of file itkSpatialOrientationAdapter.h. |
|
convert from direction cosines. Implements itk::OrientationAdapterBase< OrientationType, Dimension >. |
|
convert to direction cosines. Implements itk::OrientationAdapterBase< OrientationType, Dimension >. |