Odil
A C++11 library for the DICOM standard
src
odil
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
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
odil
Definition:
Association.h:23
ODIL_API
#define ODIL_API
Definition:
odil.h:27
odil::write_ds
void write_ds(double f, char *buffer, int size=16)
Write a double as a DS to the buffer.
odil.h
Generated by
1.8.16