X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkGenericAffineTransform.txx;h=0d01889fd2e6246f3df1639493eaba05863603ae;hb=e751b47051ae80ecd388418ae39b388f15e627eb;hp=eb4c6f90e752ed0255364b55b65e15ee10f7ea03;hpb=c18059db4f507fd31b5898667f57eced7d48c5f7;p=clitk.git diff --git a/registration/clitkGenericAffineTransform.txx b/registration/clitkGenericAffineTransform.txx index eb4c6f9..0d01889 100644 --- a/registration/clitkGenericAffineTransform.txx +++ b/registration/clitkGenericAffineTransform.txx @@ -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::GetTransform() tMatrix->SetCenter(center); //Initialize transform + tMatrix->SetOffset(offset); if(m_ArgsInfo.initMatrix_given) { itk::Matrix matHom = ReadMatrix(m_ArgsInfo.initMatrix_arg); typename MatrixXType::MatrixType matrix = GetRotationalPartMatrix(matHom); - tMatrix->SetOffset(offset); tMatrix->SetMatrix(matrix); } m_Transform=tMatrix;