X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkVoxImageIOFactory.h;h=8ca7ccc913c0a845721a81a76caaba1b23ba1a93;hb=b7b8f2b040d1772c30c34653ee3fe0c27bc8fa71;hp=a8054e12d85a7bb4ccc9e9bf5544d09de1307eb0;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/common/clitkVoxImageIOFactory.h b/common/clitkVoxImageIOFactory.h index a8054e1..8ca7ccc 100644 --- a/common/clitkVoxImageIOFactory.h +++ b/common/clitkVoxImageIOFactory.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 CLITKVOXIMAGEIOFACTORY_H #define CLITKVOXIMAGEIOFACTORY_H /** @@ -49,11 +49,11 @@ namespace clitk { 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 "Vox ImageIO Factory, allows the loading of Vox images into insight"; }