X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkVfImageIOFactory.cxx;h=2b50df325fec2f9440afd550578766fd75823fea;hb=1fea92ac237c16c1f027ffabdb42066f6f4f6114;hp=88cd04faa24f06666c644b066de1005dbc2de89b;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/common/clitkVfImageIOFactory.cxx b/common/clitkVfImageIOFactory.cxx index 88cd04f..2b50df3 100644 --- a/common/clitkVfImageIOFactory.cxx +++ b/common/clitkVfImageIOFactory.cxx @@ -1,7 +1,7 @@ /*========================================================================= Program: vv http://www.creatis.insa-lyon.fr/rio/vv - Authors belong to: + Authors belong to: - University of LYON http://www.universite-lyon.fr/ - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr @@ -22,22 +22,22 @@ * @file clitkVfImageIOFactory.cxx * @author Simon Rit * @date Mon Sep 18 10:14:25 2006 - * - * @brief - * - * + * + * @brief + * + * */ #include "clitkVfImageIOFactory.h" //==================================================================== -clitk::VfImageIOFactory::VfImageIOFactory() +clitk::VfImageIOFactory::VfImageIOFactory() { - this->RegisterOverride("itkImageIOBase", - "VfImageIO", - "Vf Image IO", - 1, - itk::CreateObjectFunction::New()); + this->RegisterOverride("itkImageIOBase", + "VfImageIO", + "Vf Image IO", + 1, + itk::CreateObjectFunction::New()); }