X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=ecda0167c6d94aa946c17e54e9344770ed31cfad;hb=779c8f5232ad160d353b90d3fa47d0503e17965d;hp=ea5a3170136ed8247ab085abb2a1a1e2a231520d;hpb=6f38e3557850c8eee0c60860dcad4c7c365edea0;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index ea5a3170..ecda0167 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.h,v $ Language: C++ - Date: $Date: 2005/10/23 14:51:01 $ - Version: $Revision: 1.64 $ + Date: $Date: 2005/10/27 17:04:36 $ + Version: $Revision: 1.65 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -109,6 +109,7 @@ private: GDCM_EXPORT std::ostream &binary_write(std::ostream &os, const uint16_t &val); GDCM_EXPORT std::ostream &binary_write(std::ostream &os, const uint32_t &val); +GDCM_EXPORT std::ostream &binary_write(std::ostream &os, const double &val); GDCM_EXPORT std::ostream &binary_write(std::ostream &os, const char *val); GDCM_EXPORT std::ostream &binary_write(std::ostream &os, std::string const &val); GDCM_EXPORT std::ostream &binary_write(std::ostream &os, const uint8_t *val, size_t len);