X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkListOfPair.h;h=12a207f0855c3bc7c3dd3aa2ed50158f9dacfd95;hb=0350f04002063f12dcf10ee765f5389590f352e7;hp=4e9502f5534adc47d8a8a0f07fa2090351da6df1;hpb=8eb0ea3a654846860598a5054f4741114c4f4ace;p=clitk.git diff --git a/common/clitkListOfPair.h b/common/clitkListOfPair.h index 4e9502f..12a207f 100644 --- a/common/clitkListOfPair.h +++ b/common/clitkListOfPair.h @@ -2,17 +2,19 @@ #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 +23,8 @@ namespace clitk { //==================================================================== double convertValue(double v, - const std::multimap & conversionTable, - bool linear); + const std::multimap & conversionTable, + bool linear); #include "clitkListOfPair.txx"