X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkComposeVFGenericFilter.h;h=c3e8bd38fb237ac709fe8c1efd25750a08909d27;hb=8eaf0a647fec2440abf6064d78d3eab735aa90c6;hp=90638d27598689d30c80950e1eeb99efbed9d577;hpb=a26cd8a19e1b9ad8344ab501436045f171a73713;p=clitk.git diff --git a/tools/clitkComposeVFGenericFilter.h b/tools/clitkComposeVFGenericFilter.h old mode 100755 new mode 100644 index 90638d2..c3e8bd3 --- a/tools/clitkComposeVFGenericFilter.h +++ b/tools/clitkComposeVFGenericFilter.h @@ -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,19 +14,21 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ + #ifndef __clitkComposeVFGenericFilter_h #define __clitkComposeVFGenericFilter_h -#include "clitkImageCommon.h" + +// clitk +#include "clitkIO.h" #include "clitkImageCommon.h" #include "clitkComposeVFFilter.h" -//itk include +//itk #include "itkLightObject.h" #include "itkImage.h" #include "itkVector.h" - namespace clitk {