X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkRTStructStatisticsGenericFilter.h;h=aeeed80c383dc1bbb2111aca2f073cb0f03a78ad;hb=adcb66e6659f609eab388827c24f52280253db99;hp=4339c69f68327ef24c84b501f6b3ccd3b1b75a13;hpb=f05cc2cf37d7ec960b73fa9d2393d5a888e1f87a;p=clitk.git diff --git a/tools/clitkRTStructStatisticsGenericFilter.h b/tools/clitkRTStructStatisticsGenericFilter.h index 4339c69..aeeed80 100644 --- a/tools/clitkRTStructStatisticsGenericFilter.h +++ b/tools/clitkRTStructStatisticsGenericFilter.h @@ -1,7 +1,7 @@ /*========================================================================= Program: vv http://www.creatis.insa-lyon.fr/rio/vv - Authors belong to: + Authors belong to: - University of LYON http://www.universite-lyon.fr/ - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr @@ -23,7 +23,7 @@ * @author Thomas Baudier * @date 11 Jul 2016 08:37:53 - * @brief + * @brief -------------------------------------------------------------------*/ // clitk include @@ -37,14 +37,14 @@ //-------------------------------------------------------------------- namespace clitk { - + template class ITK_EXPORT RTStructStatisticsGenericFilter: public clitk::ImageToImageGenericFilter > { - + public: - - // Constructor + + // Constructor RTStructStatisticsGenericFilter (); // Types @@ -55,19 +55,19 @@ namespace clitk { // New itkNewMacro(Self); - - - + + + //-------------------------------------------------------------------- void SetArgsInfo(const args_info_type & a); //-------------------------------------------------------------------- // Main function called each time the filter is updated - template + template void UpdateWithInputImageType(); - protected: - template void InitializeImageType(); + protected: + template void InitializeImageType(); args_info_type mArgsInfo; }; // end class RTStructStatisticsGenericFilter @@ -75,7 +75,7 @@ namespace clitk { } // end namespace //-------------------------------------------------------------------- - + #ifndef ITK_MANUAL_INSTANTIATION #include "clitkRTStructStatisticsGenericFilter.txx" #endif