X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkVoxImageIOFactory.h;h=8ca7ccc913c0a845721a81a76caaba1b23ba1a93;hb=b7b8f2b040d1772c30c34653ee3fe0c27bc8fa71;hp=81568eddb6b5404d769d4361709378513539cdde;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/common/clitkVoxImageIOFactory.h b/common/clitkVoxImageIOFactory.h index 81568edd..8ca7ccc 100644 --- a/common/clitkVoxImageIOFactory.h +++ b/common/clitkVoxImageIOFactory.h @@ -1,6 +1,22 @@ +/*========================================================================= + 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 - /** =================================================================== * @file clitkVoxImageIOFactory.h @@ -33,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"; }