]> Creatis software - clitk.git/blobdiff - segmentation/clitkMorphoMathFilter.h
Sync changes with RTK
[clitk.git] / segmentation / clitkMorphoMathFilter.h
index 9422b58b2dae1f35b12dae14bbfb21fc242999b7..f86c2ba7e082ceb63200a588999a0f43e42fd301 100644 (file)
@@ -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);