X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkSetBackgroundGenericFilter.txx;h=63ccfb026a9d75ade4c9b978990a54b13c445d3b;hb=5f801bf0b07486889123e941d6913d4369dfc86f;hp=0e979b0d650df11ae1cd7dad3405e433d3c65e3e;hpb=1e034c70105f0926939acaaa27ddb46e904ae8bf;p=clitk.git diff --git a/tools/clitkSetBackgroundGenericFilter.txx b/tools/clitkSetBackgroundGenericFilter.txx index 0e979b0..63ccfb0 100644 --- a/tools/clitkSetBackgroundGenericFilter.txx +++ b/tools/clitkSetBackgroundGenericFilter.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,20 +14,10 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef clitkSetBackgroundGenericFilter_txx #define clitkSetBackgroundGenericFilter_txx -/* ================================================= - * @file clitkSetBackgroundGenericFilter.txx - * @author - * @date - * - * @brief - * - ===================================================*/ - - namespace clitk { @@ -64,7 +54,6 @@ SetBackgroundGenericFilter::UpdateWithDim(std::string PixelType) } } - //------------------------------------------------------------------- // Update with the number of dimensions and the pixeltype //------------------------------------------------------------------- @@ -75,7 +64,7 @@ SetBackgroundGenericFilter::UpdateWithDimAndPixelType() // ImageTypes typedef itk::Image InputImageType; - typedef itk::Image MaskImageType; + typedef itk::Image MaskImageType; // Read the input typedef itk::ImageFileReader InputReaderType;