odil
C++11libraryfortheDICOMstandard
write_ds.h
1 /*************************************************************************
2  * odil - Copyright (C) Universite de Strasbourg
3  * Distributed under the terms of the CeCILL-B license, as published by
4  * the CEA-CNRS-INRIA. Refer to the LICENSE file or to
5  * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
6  * for details.
7  ************************************************************************/
8 
9 #ifndef _1fe89041_9f3b_4536_a55a_81f045984a62
10 #define _1fe89041_9f3b_4536_a55a_81f045984a62
11 
12 #include <cmath>
13 #include <cstdio>
14 #include <cstdlib>
15 #include <cstring>
16 
17 #include "odil/odil.h"
18 
19 namespace odil
20 {
21 
23 ODIL_API void write_ds(double f, char * buffer, int size=16);
24 
25 }
26 
27 #endif // _1fe89041_9f3b_4536_a55a_81f045984a62
Definition: Association.cpp:39