X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FclitkVfImageIOFactory.h;h=6d790f0ef659641ef35a58182eb5fc090dedc948;hb=08f7de414957e92b25ca5b299007e941b610d3a8;hp=08a0e565eb3eb6dc2138220f257fc437155c08b5;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/common/clitkVfImageIOFactory.h b/common/clitkVfImageIOFactory.h index 08a0e56..6d790f0 100644 --- a/common/clitkVfImageIOFactory.h +++ b/common/clitkVfImageIOFactory.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 CLITKVFIMAGEIOFACTORY_H #define CLITKVFIMAGEIOFACTORY_H @@ -33,11 +50,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 "Vf ImageIO Factory, allows the loading of Vf images into insight"; }