]> 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 ef00cd188f18712f532dd1a9ec4df8e3e10d26c9..64e3e247ef46f21066cf2331edf5f9a70870bc6c 100644 (file)
@@ -1,20 +1,33 @@
 // gdcmElValue.cxx
-
-
+//-----------------------------------------------------------------------------
 // TODO
 // A 'gdcmElValue' is actually a 'Dicom Element'.
 // WHY such a confusing name???
 //
 #include "gdcmElValue.h"
 
+//-----------------------------------------------------------------------------
+// Constructor / Destructor
 /**
  * \ingroup gdcmElValue
  * \brief   Constructor from a given gdcmDictEntry
  * @param   in Pointer to existing dictionary entry
  */
-
 gdcmElValue::gdcmElValue(gdcmDictEntry* in) {
        ImplicitVr = false;
        entry = in;
 }
 
+//-----------------------------------------------------------------------------
+// Print
+
+//-----------------------------------------------------------------------------
+// Public
+
+//-----------------------------------------------------------------------------
+// Protected
+
+//-----------------------------------------------------------------------------
+// Private
+
+//-----------------------------------------------------------------------------