]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStationsGenericFilter.h
merge cvs -> git
[clitk.git] / segmentation / clitkExtractLymphStationsGenericFilter.h
index c5a9949794ee6867617f4c6b7f505191c98120ef..afeb66b0d7e9a4e7de851e71516cb89c732ecd8e 100644 (file)
@@ -47,9 +47,13 @@ namespace clitk
     itkTypeMacro(ExtractLymphStationsGenericFilter, LightObject);
 
     //--------------------------------------------------------------------
+    // Options for the GenericFilter
     void SetArgsInfo(const ArgsInfoType & a);
+
+    //--------------------------------------------------------------------
+    // Options for the Filter
     template<class FilterType> 
-      void SetOptionsFromArgsInfoToFilter(FilterType * f) ;
+    void SetOptionsFromArgsInfoToFilter(FilterType * f) ;
 
     //--------------------------------------------------------------------
     // Main function called each time the filter is updated