X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRTDoseIOFactory.h;h=9dae60d77d34db2dedd905515c6817d80c14622c;hb=08f7de414957e92b25ca5b299007e941b610d3a8;hp=93f3da13e37e99a8697d75619c361cead52db271;hpb=acd847ca23ec3c1213e9e97043d4f99445a25b6c;p=clitk.git diff --git a/common/clitkDicomRTDoseIOFactory.h b/common/clitkDicomRTDoseIOFactory.h index 93f3da1..9dae60d 100644 --- a/common/clitkDicomRTDoseIOFactory.h +++ b/common/clitkDicomRTDoseIOFactory.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 clitkDicomRTDoseIOFactory_h #define clitkDicomRTDoseIOFactory_h @@ -41,11 +41,11 @@ public: typedef itk::SmartPointer ConstPointer; /** Class methods used to interface with the registered factories. */ - const char* GetITKSourceVersion(void) const { + const char* GetITKSourceVersion(void) const ITK_OVERRIDE { return ITK_SOURCE_VERSION; } - const char* GetDescription(void) const { + const char* GetDescription(void) const ITK_OVERRIDE { return "Dicom RT Dose IO factory"; }