]> Creatis software - gdcm.git/blob - src/gdcmBinEntry.cxx
about compile errors
[gdcm.git] / src / gdcmBinEntry.cxx
1 // gdcmBinEntry.cxx
2 //-----------------------------------------------------------------------------
3 //
4 #include "gdcmBinEntry.h"
5
6
7 //-----------------------------------------------------------------------------
8 // Constructor / Destructor
9
10 /**
11  * \brief   Constructor from a given gdcmBinEntry
12  */
13 gdcmBinEntry::gdcmBinEntry() : gdcmValEntry() {
14
15 }
16
17 /**
18  * \brief   Canonical destructor.
19  */
20 gdcmBinEntry::~gdcmBinEntry(){
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 //-----------------------------------------------------------------------------