X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStationsGenericFilter.h;h=afeb66b0d7e9a4e7de851e71516cb89c732ecd8e;hb=34f45c6507a3605351e265f4d5eb5b4bb31a1fa6;hp=c5a9949794ee6867617f4c6b7f505191c98120ef;hpb=5e2af376544fce0c6dc46bb3c3227d35b501c1f1;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsGenericFilter.h b/segmentation/clitkExtractLymphStationsGenericFilter.h index c5a9949..afeb66b 100644 --- a/segmentation/clitkExtractLymphStationsGenericFilter.h +++ b/segmentation/clitkExtractLymphStationsGenericFilter.h @@ -47,9 +47,13 @@ namespace clitk itkTypeMacro(ExtractLymphStationsGenericFilter, LightObject); //-------------------------------------------------------------------- + // Options for the GenericFilter void SetArgsInfo(const ArgsInfoType & a); + + //-------------------------------------------------------------------- + // Options for the Filter template - void SetOptionsFromArgsInfoToFilter(FilterType * f) ; + void SetOptionsFromArgsInfoToFilter(FilterType * f) ; //-------------------------------------------------------------------- // Main function called each time the filter is updated