]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractMediastinumGenericFilter.h
corrections in mid-P scripts
[clitk.git] / segmentation / clitkExtractMediastinumGenericFilter.h
index 70a45323670164298789854508f04ca03d4c5d61..22339e470c6432ad086d9bbb46a05f6cde878735 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 CLITKEXTRACTMEDIASTINUMSGENERICFILTER_H
 #define CLITKEXTRACTMEDIASTINUMSGENERICFILTER_H
@@ -47,7 +47,13 @@ namespace clitk
     itkTypeMacro(ExtractMediastinumGenericFilter, LightObject);
 
     //--------------------------------------------------------------------
+    // Options for the GenericFilter
     void SetArgsInfo(const ArgsInfoType & a);
+    
+    //--------------------------------------------------------------------
+    // Options for the Filter
+    template<class FilterType> 
+    void SetOptionsFromArgsInfoToFilter(FilterType * f) ;
 
     //--------------------------------------------------------------------
     // Main function called each time the filter is updated