]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLungGenericFilter.h
itkv4 migration:
[clitk.git] / segmentation / clitkExtractLungGenericFilter.h
index 7d6306b5b20d233991810b7a4a0b0a9e1e703271..6ca0d1be54cfbaa38da067a2c2d7d79490d3c3b0 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef CLITKEXTRACTLUNGSGENERICFILTER_H
 #define CLITKEXTRACTLUNGSGENERICFILTER_H
 
+// clitk
 #include "clitkIO.h"
 #include "clitkImageToImageGenericFilter.h"
 #include "clitkExtractLungFilter.h"
@@ -26,7 +27,6 @@
 //--------------------------------------------------------------------
 namespace clitk 
 {
-  
   template<class ArgsInfoType>
   class ITK_EXPORT ExtractLungGenericFilter: 
     public ImageToImageGenericFilter<ExtractLungGenericFilter<ArgsInfoType> >
@@ -48,6 +48,8 @@ namespace clitk
 
     //--------------------------------------------------------------------
     void SetArgsInfo(const ArgsInfoType & a);
+    template<class FilterType>
+    void SetOptionsFromArgsInfoToFilter(FilterType * f);
 
     //--------------------------------------------------------------------
     // Main function called each time the filter is updated