X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkPointListTransform.txx;h=a93a309b589284139d8154b33e5d2c97796674d2;hb=cc2f3e22307a2ddb835c4ae15dbe5302a143653f;hp=ef4a08eb7585e80bba807d9ceae5946c951891d4;hpb=657652a78c2e2717a6f77e027049173442ca29f0;p=clitk.git diff --git a/registration/clitkPointListTransform.txx b/registration/clitkPointListTransform.txx index ef4a08e..a93a309 100644 --- a/registration/clitkPointListTransform.txx +++ b/registration/clitkPointListTransform.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 __clitkPointListTransform_txx #define __clitkPointListTransform_txx #include "clitkPointListTransform.h" @@ -26,7 +26,11 @@ namespace clitk // Constructor template PointListTransform +#if ITK_VERSION_MAJOR >= 4 + ::PointListTransform():Superclass(1) +#else ::PointListTransform():Superclass(NOutputDimensions,1) +#endif { m_PointLists.resize(0); m_PointList.resize(1);