X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkSetBackgroundGenericFilter.txx;h=63ccfb026a9d75ade4c9b978990a54b13c445d3b;hb=342abd5c807dab47a30d8369aca8f7e5c9242b2b;hp=c6bbe1837ec23879e80c1b3403a9b08f1a332781;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/tools/clitkSetBackgroundGenericFilter.txx b/tools/clitkSetBackgroundGenericFilter.txx index c6bbe18..63ccfb0 100644 --- a/tools/clitkSetBackgroundGenericFilter.txx +++ b/tools/clitkSetBackgroundGenericFilter.txx @@ -18,16 +18,6 @@ #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;