X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkBinarizeImageGenericFilter.h;h=c21e31e2b4de1c7548f3301522cb5498b3c0f54e;hb=70c994383384fe546b79d96d6edf8b48c4759902;hp=2ed800ae5bdbe171a63309e680dee1b96844ebea;hpb=870c69d4433f861755085ce2e398032223768a94;p=clitk.git diff --git a/tools/clitkBinarizeImageGenericFilter.h b/tools/clitkBinarizeImageGenericFilter.h index 2ed800a..c21e31e 100644 --- a/tools/clitkBinarizeImageGenericFilter.h +++ b/tools/clitkBinarizeImageGenericFilter.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,10 +14,10 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ -#ifndef CLITKBINARIZEIMAGEGENERICFILTER_H -#define CLITKBINARIZEIMAGEGENERICFILTER_H +#ifndef clitkBinarizeImageGenericFilter_h +#define clitkBinarizeImageGenericFilter_h #include "clitkIO.h" #include "clitkImageToImageGenericFilter.h" @@ -32,10 +32,6 @@ namespace clitk { public: - - //-------------------------------------------------------------------- - BinarizeImageGenericFilter(); - //-------------------------------------------------------------------- typedef BinarizeImageGenericFilter Self; typedef itk::SmartPointer Pointer; @@ -57,6 +53,7 @@ namespace clitk void UpdateWithInputImageType(); protected: + BinarizeImageGenericFilter(); template void InitializeImageType(); args_info_type mArgsInfo;