From: srit Date: Thu, 15 Jul 2010 13:14:00 +0000 (+0000) Subject: Removed default template implementation of GetBackwardAffineMatrix X-Git-Tag: v1.2.0~530 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=inline;h=c2969de5a9d788ad06178e4d79947603ac40cbac;p=clitk.git Removed default template implementation of GetBackwardAffineMatrix --- diff --git a/common/clitkTransformUtilities.h b/common/clitkTransformUtilities.h index 47f92ce..778fc97 100644 --- a/common/clitkTransformUtilities.h +++ b/common/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;