X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FclitkListOfPair.h;h=500bb27844700dfca1453b5018d0f38774acea9b;hb=49169efa175f39cb8052cea08186c032835bb2f2;hp=4e9502f5534adc47d8a8a0f07fa2090351da6df1;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/common/clitkListOfPair.h b/common/clitkListOfPair.h index 4e9502f..500bb27 100644 --- a/common/clitkListOfPair.h +++ b/common/clitkListOfPair.h @@ -1,18 +1,36 @@ +/*========================================================================= + 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 CLITKLISTOFPAIR_H #define CLITKLISTOFPAIR_H - /** - =================================================================== - * @file clitkListOfPair.h - * @author David Sarrut - * @date 27 Feb 2007 09:44:18 + =================================================================== + * @file clitkListOfPair.h + * @author David Sarrut + * @date 27 Feb 2007 09:44:18 - * @brief + * @brief - ===================================================================*/ + ===================================================================*/ #include "clitkCommon.h" +#include + namespace clitk { //==================================================================== @@ -21,8 +39,8 @@ namespace clitk { //==================================================================== double convertValue(double v, - const std::multimap & conversionTable, - bool linear); + const std::multimap & conversionTable, + bool linear); #include "clitkListOfPair.txx"