ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | List of all members
itk::SpatialOrientationAdapter Class Reference

#include <itkSpatialOrientationAdapter.h>

Detailed Description

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)
 

Member Typedef Documentation

◆ DirectionType

Direction Cosines type alias.

Definition at line 91 of file itkSpatialOrientationAdapter.h.

◆ ImageType

Definition at line 88 of file itkSpatialOrientationAdapter.h.

◆ OrientationType

Definition at line 86 of file itkSpatialOrientationAdapter.h.

◆ Self

Definition at line 84 of file itkSpatialOrientationAdapter.h.

Constructor & Destructor Documentation

◆ SpatialOrientationAdapter()

itk::SpatialOrientationAdapter::SpatialOrientationAdapter ( )
default

Constructor

Member Function Documentation

◆ FromDirectionCosines()

OrientationType itk::SpatialOrientationAdapter::FromDirectionCosines ( const DirectionType Dir)

convert from direction cosines.

◆ ToDirectionCosines()

DirectionType itk::SpatialOrientationAdapter::ToDirectionCosines ( const OrientationType Or)

convert to direction cosines.


The documentation for this class was generated from the following file: