]> Creatis software - gdcm.git/blob - src/gdcmElValue.cxx
* src/gdcmElValSet.[cxx/h], gdcmElValue.[cxx/h], gdcmFile.[cxx/h],
[gdcm.git] / src / gdcmElValue.cxx
1 // gdcmElValue.cxx
2
3 #include "gdcmElValue.h"
4
5
6 /**
7  * \ingroup gdcmElValue
8  * \brief   Constructor from a given gdcmDictEntry
9  * @param   in Pointer to existing dictionary entry
10  */
11
12 gdcmElValue::gdcmElValue(gdcmDictEntry* in) {
13         ImplicitVr = false;
14         entry = in;
15 }