From c2969de5a9d788ad06178e4d79947603ac40cbac Mon Sep 17 00:00:00 2001 From: srit Date: Thu, 15 Jul 2010 13:14:00 +0000 Subject: [PATCH] Removed default template implementation of GetBackwardAffineMatrix --- common/clitkTransformUtilities.h | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.46.1