X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkMorphoMathFilter.h;h=f86c2ba7e082ceb63200a588999a0f43e42fd301;hb=2252420857d1554424d1f2c69ea68547bc759678;hp=9422b58b2dae1f35b12dae14bbfb21fc242999b7;hpb=f34c74217b4f8efb36d1fa7f7d65992f1eefd2a4;p=clitk.git diff --git a/segmentation/clitkMorphoMathFilter.h b/segmentation/clitkMorphoMathFilter.h index 9422b58..f86c2ba 100644 --- a/segmentation/clitkMorphoMathFilter.h +++ b/segmentation/clitkMorphoMathFilter.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 CLITKMORPHOMATHFILTER_H #define CLITKMORPHOMATHFILTER_H @@ -98,6 +98,7 @@ namespace clitk { itkGetConstMacro(Radius, SizeType); void SetRadius(SizeType & r); + void SetRadius(int r); itkGetConstMacro(BoundaryToForegroundFlag, bool); itkSetMacro(BoundaryToForegroundFlag, bool);