]> Creatis software - gdcm.git/blobdiff - src/gdcmElValue.cxx
remove problem of CVS. please use cvs -C to resolve conflicts
[gdcm.git] / src / gdcmElValue.cxx
index 3a8a7156929186f299ce44b58804f0d6e69705f6..64e3e247ef46f21066cf2331edf5f9a70870bc6c 100644 (file)
@@ -1,13 +1,33 @@
 // gdcmElValue.cxx
+//-----------------------------------------------------------------------------
+// TODO
+// A 'gdcmElValue' is actually a 'Dicom Element'.
+// WHY such a confusing name???
+//
+#include "gdcmElValue.h"
 
-#include "gdcm.h"
-
+//-----------------------------------------------------------------------------
+// Constructor / Destructor
 /**
  * \ingroup gdcmElValue
  * \brief   Constructor from a given gdcmDictEntry
  * @param   in Pointer to existing dictionary entry
  */
-ElValue::ElValue(gdcmDictEntry* in) {
+gdcmElValue::gdcmElValue(gdcmDictEntry* in) {
        ImplicitVr = false;
        entry = in;
 }
+
+//-----------------------------------------------------------------------------
+// Print
+
+//-----------------------------------------------------------------------------
+// Public
+
+//-----------------------------------------------------------------------------
+// Protected
+
+//-----------------------------------------------------------------------------
+// Private
+
+//-----------------------------------------------------------------------------