ITK
6.0.0
Insight Toolkit
|
#include <itkSpatialOrientationAdapter.h>
Converts SpatialOrientationEnums to/from direction cosines.
Definition at line 81 of file itkSpatialOrientationAdapter.h.
Public Types | |
using | DirectionType = typename ImageType::DirectionType |
using | ImageType = ImageBase< 3 > |
using | OrientationType = SpatialOrientationEnums::ValidCoordinateOrientations |
using | Self = SpatialOrientationAdapter |
Public Member Functions | |
OrientationType | FromDirectionCosines (const DirectionType &Dir) |
SpatialOrientationAdapter ()=default | |
DirectionType | ToDirectionCosines (const OrientationType &Or) |
using itk::SpatialOrientationAdapter::DirectionType = typename ImageType::DirectionType |
Direction Cosines type alias.
Definition at line 91 of file itkSpatialOrientationAdapter.h.
Definition at line 88 of file itkSpatialOrientationAdapter.h.
using itk::SpatialOrientationAdapter::OrientationType = SpatialOrientationEnums::ValidCoordinateOrientations |
Definition at line 86 of file itkSpatialOrientationAdapter.h.
Definition at line 84 of file itkSpatialOrientationAdapter.h.
|
default |
Constructor
OrientationType itk::SpatialOrientationAdapter::FromDirectionCosines | ( | const DirectionType & | Dir | ) |
convert from direction cosines.
DirectionType itk::SpatialOrientationAdapter::ToDirectionCosines | ( | const OrientationType & | Or | ) |
convert to direction cosines.