X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkListOfPair.h;h=535054da3cc7f1c3fbd6ceb626b2d6ae7294a5d3;hb=4cf66df882d7cd5cc0d9a240ffea8827e00c9969;hp=4e9502f5534adc47d8a8a0f07fa2090351da6df1;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/common/clitkListOfPair.h b/common/clitkListOfPair.h index 4e9502f..535054d 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://oncora1.lyon.fnclcc.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"