X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=filters%2FclitkImageResampleGenericFilter.h;h=2152e407c27d2313835fb4a43a84780a54029743;hb=e32d85dbd51fa1c9ab9fd0db0acaf396ceecb88e;hp=5bd8972ab23da3900b295a94555887c1a486d8fd;hpb=9bcf64b7f7c5a7f0a39843df634c05b5d9e4e237;p=clitk.git diff --git a/filters/clitkImageResampleGenericFilter.h b/filters/clitkImageResampleGenericFilter.h index 5bd8972..2152e40 100644 --- a/filters/clitkImageResampleGenericFilter.h +++ b/filters/clitkImageResampleGenericFilter.h @@ -1,34 +1,27 @@ -#ifndef CLITKIMAGERESAMPLEGENERICFILTER_H -#define CLITKIMAGERESAMPLEGENERICFILTER_H +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.fr/ + - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. -/** - ------------------------------------------------------------------- - * @file clitkImageResampleGenericFilter.h - * @author David Sarrut - * @date 23 Feb 2008 08:37:53 + It is distributed under dual licence - * @brief - -------------------------------------------------------------------*/ + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +======================================================================-====*/ + +#ifndef CLITKIMAGERESAMPLEGENERICFILTER_H +#define CLITKIMAGERESAMPLEGENERICFILTER_H // clitk include -#include "clitkCommon.h" -#include "clitkImageCommon.h" #include "clitkImageToImageGenericFilter.h" -// itk include -#include "itkImage.h" -#include "itkImageFileReader.h" -#include "itkImageSeriesReader.h" -#include "itkImageFileWriter.h" -#include "itkRecursiveGaussianImageFilter.h" -#include "itkResampleImageFilter.h" -#include "itkAffineTransform.h" -#include "itkNearestNeighborInterpolateImageFunction.h" -#include "itkLinearInterpolateImageFunction.h" -#include "itkBSplineInterpolateImageFunction.h" -#include "itkBSplineInterpolateImageFunctionWithLUT.h" -#include "itkCommand.h" - namespace clitk { //-------------------------------------------------------------------- @@ -76,7 +69,7 @@ namespace clitk { }; // end class ImageResampleGenericFilter //-------------------------------------------------------------------- -#include "clitkImageResampleGenericFilter.txx" + //#include "clitkImageResampleGenericFilter.txx" } // end namespace //--------------------------------------------------------------------