X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkDeformationFieldTransform.txx;h=c93b456579337f3a241f13e566adad5f9523a38d;hb=706d7e2dc69e12b3823cfae2f3be3f903e4d3c80;hp=af003f44786d284daa1ca5c7cbb563abc2386abb;hpb=657652a78c2e2717a6f77e027049173442ca29f0;p=clitk.git diff --git a/registration/clitkDeformationFieldTransform.txx b/registration/clitkDeformationFieldTransform.txx index af003f4..c93b456 100644 --- a/registration/clitkDeformationFieldTransform.txx +++ b/registration/clitkDeformationFieldTransform.txx @@ -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 __clitkDeformationFieldTransform_txx #define __clitkDeformationFieldTransform_txx #include "clitkDeformationFieldTransform.h" @@ -25,8 +25,8 @@ namespace clitk // Constructor template - DeformationFieldTransform - ::DeformationFieldTransform():Superclass(OutputDimension,1) + DeformationFieldTransform::DeformationFieldTransform():Superclass(1) + { m_DeformationField=NULL; m_Interpolator=DefaultInterpolatorType::New();