X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractMediastinumGenericFilter.h;h=22339e470c6432ad086d9bbb46a05f6cde878735;hb=69667910c62b2c9e30d795a9af668855a8de78d3;hp=70a45323670164298789854508f04ca03d4c5d61;hpb=e008d74b0ecdc4ca2eaae8c429901a78f9ef5c31;p=clitk.git diff --git a/segmentation/clitkExtractMediastinumGenericFilter.h b/segmentation/clitkExtractMediastinumGenericFilter.h index 70a4532..22339e4 100644 --- a/segmentation/clitkExtractMediastinumGenericFilter.h +++ b/segmentation/clitkExtractMediastinumGenericFilter.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef CLITKEXTRACTMEDIASTINUMSGENERICFILTER_H #define CLITKEXTRACTMEDIASTINUMSGENERICFILTER_H @@ -47,7 +47,13 @@ namespace clitk itkTypeMacro(ExtractMediastinumGenericFilter, LightObject); //-------------------------------------------------------------------- + // Options for the GenericFilter void SetArgsInfo(const ArgsInfoType & a); + + //-------------------------------------------------------------------- + // Options for the Filter + template + void SetOptionsFromArgsInfoToFilter(FilterType * f) ; //-------------------------------------------------------------------- // Main function called each time the filter is updated