ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
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

◆ OrientationType

◆ Self

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: