28 #ifndef itkOrientationAdapterBase_h
29 #define itkOrientationAdapterBase_h
43 template<
typename OrientationType,
unsigned int Dimension = 3 >
44 class ITK_TEMPLATE_EXPORT OrientationAdapterBase
48 using ImageType = ImageBase< Dimension >;
54 virtual OrientationType FromDirectionCosines(
const DirectionType & Dir) = 0;
57 virtual DirectionType ToDirectionCosines(
const OrientationType & Orient) = 0;
ImageBaseType::DirectionType DirectionType