X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolResample.h;h=0a94fe31d0e41a74b56e48d670ec8fc6262b9537;hb=738107919dc9a056d679e75be0760e3eeae3dd4a;hp=c93f0cce51c76b33389df151f6322b261544d5ae;hpb=9e24ff04c0d519f0a82ebd7ba9f0b15bf9c7f297;p=clitk.git diff --git a/vv/vvToolResample.h b/vv/vvToolResample.h index c93f0cc..0a94fe3 100644 --- a/vv/vvToolResample.h +++ b/vv/vvToolResample.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,14 +14,14 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html - ======================================================================-====*/ + ===========================================================================**/ #ifndef _VVTOOLRESAMPLE_H #define _VVTOOLRESAMPLE_H // clitk -#include "clitkImageResampleGenericFilter.h" -//#include "clitkResampleImageGenericFilter.h" +//#include "clitkImageResampleGenericFilter.h" +#include "clitkResampleImageGenericFilter.h" // vv #include "ui_vvToolResample.h" @@ -70,8 +70,8 @@ public slots: protected: Ui::vvToolResample ui; vvImage::Pointer mOutput; - clitk::ImageResampleGenericFilter::Pointer mFilter; - //clitk::ResampleImageGenericFilter::Pointer mFilter; + //clitk::ImageResampleGenericFilter::Pointer mFilter; + clitk::ResampleImageGenericFilter::Pointer mFilter; vvSlicerManager* mCurrentSlicerManager; vvImage::Pointer mCurrentImage;