]> Creatis software - gdcm.git/blob - src/gdcm.h
* src/gdcmHeader.[cxx|h]:
[gdcm.git] / src / gdcm.h
1 // gdcm.h
2 //-----------------------------------------------------------------------------
3 #ifndef GDCM_H
4 #define GDCM_H
5
6 // General purpose include file. This file should be included by
7 // external users of gdcm. It exposes the necessary API.
8
9 #include "gdcmException.h"
10 #include "gdcmCommon.h"
11
12 #include "gdcmDictEntry.h"
13 #include "gdcmDict.h"
14 #include "gdcmDictSet.h"
15
16 #include "gdcmDocument.h"
17 #include "gdcmHeader.h"
18 #include "gdcmHeaderHelper.h"
19 #include "gdcmFile.h"
20
21 #include "gdcmUtil.h"
22
23 #endif