X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLungGenericFilter.h;h=6ca0d1be54cfbaa38da067a2c2d7d79490d3c3b0;hb=c135f9b390e2750d8248db5903753b94ca549623;hp=7d6306b5b20d233991810b7a4a0b0a9e1e703271;hpb=e008d74b0ecdc4ca2eaae8c429901a78f9ef5c31;p=clitk.git diff --git a/segmentation/clitkExtractLungGenericFilter.h b/segmentation/clitkExtractLungGenericFilter.h index 7d6306b..6ca0d1b 100644 --- a/segmentation/clitkExtractLungGenericFilter.h +++ b/segmentation/clitkExtractLungGenericFilter.h @@ -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 ITK_EXPORT ExtractLungGenericFilter: public ImageToImageGenericFilter > @@ -48,6 +48,8 @@ namespace clitk //-------------------------------------------------------------------- void SetArgsInfo(const ArgsInfoType & a); + template + void SetOptionsFromArgsInfoToFilter(FilterType * f); //-------------------------------------------------------------------- // Main function called each time the filter is updated