]> Creatis software - clitk.git/blobdiff - registration/clitkGenericAffineTransform.txx
Debug RTStruct conversion with empty struc
[clitk.git] / registration / clitkGenericAffineTransform.txx
index eb4c6f90e752ed0255364b55b65e15ee10f7ea03..0d01889fd2e6246f3df1639493eaba05863603ae 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to:
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-======================================================================-====*/
+===========================================================================**/
 
 #ifndef __clitkGenericAffineTransform_txx
 #define __clitkGenericAffineTransform_txx
@@ -92,10 +92,10 @@ GenericAffineTransform<args_info_type, TCoordRep, Dimension>::GetTransform()
     tMatrix->SetCenter(center);
 
     //Initialize transform
+    tMatrix->SetOffset(offset);
     if(m_ArgsInfo.initMatrix_given) {
       itk::Matrix<double, Dimension+1 , Dimension+1> matHom = ReadMatrix<Dimension>(m_ArgsInfo.initMatrix_arg);
       typename MatrixXType::MatrixType matrix = GetRotationalPartMatrix(matHom);
-      tMatrix->SetOffset(offset);
       tMatrix->SetMatrix(matrix);
     }
     m_Transform=tMatrix;