]> Creatis software - gdcm.git/blob - src/gdcmDocEntrySet.cxx
Sooooon, it will be OK
[gdcm.git] / src / gdcmDocEntrySet.cxx
1 // gdcmDocEntrySet.cxx
2 //-----------------------------------------------------------------------------
3 //
4 #include <errno.h>
5 #include "gdcmDebug.h"
6 #include "gdcmCommon.h"
7 #include "gdcmGlobal.h"
8 #include "gdcmDocEntrySet.h"
9 #include "gdcmException.h"
10 #include "gdcmDocEntry.h"
11 #include "gdcmSeqEntry.h"
12 #include "gdcmValEntry.h"
13 #include "gdcmBinEntry.h"
14
15 //-----------------------------------------------------------------------------
16 // Constructor / Destructor
17 /**
18  * \ingroup gdcmDocEntrySet
19  * \brief   Constructor from a given gdcmDocEntrySet
20  */
21 gdcmDocEntrySet::gdcmDocEntrySet() {
22 }
23 /**
24  * \brief   Canonical destructor.
25  */
26 gdcmDocEntrySet::~gdcmDocEntrySet(){
27 }
28 //-----------------------------------------------------------------------------
29 // Print
30 /*
31  * \ingroup gdcmDocEntrySet
32  * \brief   canonical Printer
33  */
34
35
36 //-----------------------------------------------------------------------------
37 // Public
38
39 //-----------------------------------------------------------------------------
40 // Protected
41
42
43 //-----------------------------------------------------------------------------
44 // Private
45
46
47 //-----------------------------------------------------------------------------