X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStationsGenericFilter.h;h=c5a9949794ee6867617f4c6b7f505191c98120ef;hb=5e2af376544fce0c6dc46bb3c3227d35b501c1f1;hp=fa2d18c68b2a65fc0a98921b92862891e82b2783;hpb=c1fb4e570939d49098c59e151711822f19bdba10;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsGenericFilter.h b/segmentation/clitkExtractLymphStationsGenericFilter.h index fa2d18c..c5a9949 100644 --- a/segmentation/clitkExtractLymphStationsGenericFilter.h +++ b/segmentation/clitkExtractLymphStationsGenericFilter.h @@ -37,10 +37,10 @@ namespace clitk ExtractLymphStationsGenericFilter(); //-------------------------------------------------------------------- - typedef ExtractLymphStationsGenericFilter Self; typedef ImageToImageGenericFilter > Superclass; - typedef itk::SmartPointer Pointer; - typedef itk::SmartPointer ConstPointer; + typedef ExtractLymphStationsGenericFilter Self; + typedef itk::SmartPointer Pointer; + typedef itk::SmartPointer ConstPointer; //-------------------------------------------------------------------- itkNewMacro(Self); @@ -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 @@ -58,6 +60,10 @@ namespace clitk template void InitializeImageType(); ArgsInfoType mArgsInfo; + private: + ExtractLymphStationsGenericFilter(const Self&); //purposely not implemented + void operator=(const Self&); //purposely not implemented + }; // end class //--------------------------------------------------------------------