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
59 ToDirectionCosines(
const OrientationType & Orient) = 0;