Odil
A C++11 library for the DICOM standard
write_ds.h
Go to the documentation of this file.
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
19namespace odil
20{
21
23ODIL_API void write_ds(double f, char * buffer, int size=16);
24
25}
26
27#endif // _1fe89041_9f3b_4536_a55a_81f045984a62
Definition: Association.h:25
void write_ds(double f, char *buffer, int size=16)
Write a double as a DS to the buffer.
#define ODIL_API
Definition: odil.h:28