ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | List of all members
itk::SpatialOrientationAdapter Class Reference

#include <itkSpatialOrientationAdapter.h>

+ Inheritance diagram for itk::SpatialOrientationAdapter:
+ Collaboration diagram for itk::SpatialOrientationAdapter:

Detailed Description

Converts SpatialOrientation flags to/from direction cosines.

Definition at line 79 of file itkSpatialOrientationAdapter.h.

Public Types

using DirectionType = Superclass::DirectionType
 
using OrientationType = SpatialOrientation::ValidCoordinateOrientationFlags
 
using Self = SpatialOrientationAdapter
 
using Superclass = OrientationAdapterBase< SpatialOrientation::ValidCoordinateOrientationFlags, 3 >
 

Public Member Functions

OrientationType FromDirectionCosines (const DirectionType &Dir) override
 
 SpatialOrientationAdapter ()=default
 
DirectionType ToDirectionCosines (const OrientationType &Or) override
 

Member Typedef Documentation

using itk::SpatialOrientationAdapter::DirectionType = Superclass::DirectionType

type alias for direction cosines

Definition at line 91 of file itkSpatialOrientationAdapter.h.

Definition at line 88 of file itkSpatialOrientationAdapter.h.

type alias for superclass

Definition at line 84 of file itkSpatialOrientationAdapter.h.

Definition at line 86 of file itkSpatialOrientationAdapter.h.

Constructor & Destructor Documentation

itk::SpatialOrientationAdapter::SpatialOrientationAdapter ( )
default

Constructor

Member Function Documentation

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

convert from direction cosines.

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

convert to direction cosines.


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