X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=tools%2FclitkSetBackgroundGenericFilter.txx;h=63ccfb026a9d75ade4c9b978990a54b13c445d3b;hb=01d304e57910a247ec738631ba07ff93fd2ad2eb;hp=8a825ad408fa20bf1119562efb15e27a5d8aee97;hpb=4824cfde923f5f1d70fbb0e63aaf08886a8fb28d;p=clitk.git diff --git a/tools/clitkSetBackgroundGenericFilter.txx b/tools/clitkSetBackgroundGenericFilter.txx index 8a825ad..63ccfb0 100644 --- a/tools/clitkSetBackgroundGenericFilter.txx +++ b/tools/clitkSetBackgroundGenericFilter.txx @@ -54,7 +54,6 @@ SetBackgroundGenericFilter::UpdateWithDim(std::string PixelType) } } - //------------------------------------------------------------------- // Update with the number of dimensions and the pixeltype //------------------------------------------------------------------- @@ -65,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;