]> Creatis software - clitk.git/blobdiff - common/clitkTransformUtilities.h
create clitkDD.h to avoid the heavy dependency on clitkCommon.h only for DD
[clitk.git] / common / clitkTransformUtilities.h
index 47f92ce2b56063a7a6b63e8123b7a100725010b1..778fc973e18b82cfba176746abba3a2c90f3a77a 100644 (file)
@@ -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;