7 #ifndef __FWITKIO_HELPER_TRANSFORM_HPP__ 8 #define __FWITKIO_HELPER_TRANSFORM_HPP__ 10 #include "fwItkIO/config.hpp" 12 #include <fwData/TransformationMatrix3D.hpp> 14 #include <itkMatrix.h> 33 FWITKIO_API
static MatrixType convertToITK(const ::fwData::TransformationMatrix3D::csptr& _inTrf);
40 FWITKIO_API
static void convertFromITK(
const MatrixType& _inTrf,
41 ::fwData::TransformationMatrix3D::sptr& _outTrf );
47 #endif // __FWITKIO_HELPER_TRANSFORM_HPP__ The namespace fwItkIO contains reader, writer and helper for itk image.