X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkVoxImageIOFactory.h;h=8ca7ccc913c0a845721a81a76caaba1b23ba1a93;hb=738abae55fb33a7c77843a9d84bc14d5439bff1a;hp=d0b66d6aedb8953405f2866d8110f11409821ecf;hpb=0083c3fb2c66812489631c7551709d121de51625;p=clitk.git diff --git a/common/clitkVoxImageIOFactory.h b/common/clitkVoxImageIOFactory.h index d0b66d6..8ca7ccc 100644 --- a/common/clitkVoxImageIOFactory.h +++ b/common/clitkVoxImageIOFactory.h @@ -1,3 +1,20 @@ +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + 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 + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - 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 /** @@ -32,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"; }