X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkTransformUtilities.h;h=a6fdd8c6a33f2670d9d665896d458f9cb1c7462c;hb=69667910c62b2c9e30d795a9af668855a8de78d3;hp=47f92ce2b56063a7a6b63e8123b7a100725010b1;hpb=58074f0d36fda9b8a06d046438cefa36086c891b;p=clitk.git diff --git a/common/clitkTransformUtilities.h b/common/clitkTransformUtilities.h index 47f92ce..a6fdd8c 100644 --- a/common/clitkTransformUtilities.h +++ b/common/clitkTransformUtilities.h @@ -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 CLITKTRANSFORMUTILITIES_H #define CLITKTRANSFORMUTILITIES_H @@ -151,12 +151,6 @@ namespace clitk return matrix; } - template - inline itk::Matrix - GetBackwardAffineMatrix(itk::Array transformParameters) - { - } - inline itk::Matrix GetRotationMatrix3D(itk::Array rotationParameters) { itk::Matrix matrix;