X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkLocallyAdaptiveBinaryThresholdImageFunction.h;h=6b32e829dace22bb256dd1bfdf57da7d420fb741;hb=4958449389240b49cc03f488762a9bd52ee43e6d;hp=ab5a164522ba12d4ce4923aff57155ba8923c52e;hpb=4349d9559841dc0cbdd341d8a764ff605a1224fc;p=clitk.git diff --git a/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h b/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h index ab5a164..6b32e82 100644 --- a/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h +++ b/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.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,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef __clitkLocallyAdaptiveBinaryThresholdImageFunction_h #define __clitkLocallyAdaptiveBinaryThresholdImageFunction_h #include "itkBinaryThresholdImageFunction.h" @@ -134,18 +134,6 @@ private: LocallyAdaptiveBinaryThresholdImageFunction##y; } \ } -#if ITK_TEMPLATE_EXPLICIT -# include "Templates/clitkLocallyAdaptiveBinaryThresholdImageFunction+-.h" -#endif - -#if ITK_TEMPLATE_TXX # include "clitkLocallyAdaptiveBinaryThresholdImageFunction.txx" -#endif - -/* -#ifndef ITK_MANUAL_INSTANTIATION -#include "clitkLocallyAdaptiveBinaryThresholdImageFunction.txx" -#endif -*/ #endif