]> Creatis software - clitk.git/blobdiff - common/clitkTransformUtilities.h
First version of new ROI tool (the goal is to put it into the main tab and allow...
[clitk.git] / common / clitkTransformUtilities.h
index 47f92ce2b56063a7a6b63e8123b7a100725010b1..a6fdd8c6a33f2670d9d665896d458f9cb1c7462c 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 CLITKTRANSFORMUTILITIES_H
 #define CLITKTRANSFORMUTILITIES_H
@@ -151,12 +151,6 @@ namespace clitk
     return matrix;
   }
   
-  template <unsigned int Dimension >
-  inline itk::Matrix<double, Dimension+1, Dimension+1>
-  GetBackwardAffineMatrix(itk::Array<double> transformParameters)
-  {
-  }
-
   inline itk::Matrix<double, 3, 3> GetRotationMatrix3D(itk::Array<double> rotationParameters)
   {
     itk::Matrix<double, 3, 3> matrix;