]> Creatis software - gdcm.git/blob - src/gdcmBinEntry.cxx
Taking into account the 'Dicom Sequences' leads up to introduce new concepts
[gdcm.git] / src / gdcmBinEntry.cxx
1 // gdcmBinEntry.cxx
2 //-----------------------------------------------------------------------------
3 //
4 #include "gdcmBinEntry.h"
5 #include "gdcmTS.h"
6 #include "gdcmGlobal.h"
7 #include "gdcmUtil.h"
8
9
10 //-----------------------------------------------------------------------------
11 // Constructor / Destructor
12 /**
13  * \ingroup gdcmBinEntry
14  * \brief   Constructor from a given gdcmBinEntry
15  * @param   in Pointer to existing dictionary entry
16  */
17 gdcmBinEntry::gdcmBinEntry() : gdcmDocEntry( ) {
18
19
20 }
21
22
23
24
25 //-----------------------------------------------------------------------------
26 // Print
27 /*
28  * \ingroup gdcmDocEntry
29  * \brief   canonical Printer
30  */
31  
32
33 //-----------------------------------------------------------------------------
34 // Public
35
36 //-----------------------------------------------------------------------------
37 // Protected
38
39 //-----------------------------------------------------------------------------
40 // Private
41
42 //-----------------------------------------------------------------------------