X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkMedianImageGenericFilter.h;h=f6dc478618331b989ee5919f05cf3c93c9712203;hb=8f42f40e826ecc4cc45e08ed41cc5596da74991c;hp=e4d68b60b6d559d1ae65795c0af64cf215fc309e;hpb=a26cd8a19e1b9ad8344ab501436045f171a73713;p=clitk.git diff --git a/tools/clitkMedianImageGenericFilter.h b/tools/clitkMedianImageGenericFilter.h old mode 100755 new mode 100644 index e4d68b6..f6dc478 --- a/tools/clitkMedianImageGenericFilter.h +++ b/tools/clitkMedianImageGenericFilter.h @@ -1,3 +1,20 @@ +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.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 + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +===========================================================================*/ /*========================================================================= Program: clitk @@ -7,7 +24,7 @@ Version: $Revision: 1.1 $ Author : Bharath Navalpakkam Copyright (C) 2010 - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + Léon Bérard cancer center http://www.centreleonberard.fr CREATIS http://www.creatis.insa-lyon.fr This program is free software: you can redistribute it and/or modify @@ -44,10 +61,11 @@ namespace clitk public: //-------------------------------------------------------------------- - MedianImageGenericFilter(); + MedianImageGenericFilter(); //-------------------------------------------------------------------- - typedef MedianImageGenericFilter Self; + typedef MedianImageGenericFilter Self; + typedef ImageToImageGenericFilter > Superclass; typedef itk::SmartPointer Pointer; typedef itk::SmartPointer ConstPointer; @@ -64,15 +82,15 @@ namespace clitk // Main function called each time the filter is updated template void UpdateWithInputImageType(); - - - protected: template void InitializeImageType(); - args_info_type mArgsInfo; - + + private: + MedianImageGenericFilter(const Self&); //purposely not implemented + void operator=(const Self&); //purposely not implemented + }; // end class //--------------------------------------------------------------------