]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLungGenericFilter.h
DB of anatomical features
[clitk.git] / segmentation / clitkExtractLungGenericFilter.h
index 7d6306b5b20d233991810b7a4a0b0a9e1e703271..bc7b581c0188236873918aceace7b530086d3036 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> >