]> Creatis software - gdcm.git/blob - src/gdcmElValue.cxx
ecd680f10c0f8b69095ceda3e3e5ae2995297cad
[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 ElValue::ElValue(gdcmDictEntry* in) {
13         ImplicitVr = false;
14         entry = in;
15 }