]> Creatis software - gdcm.git/blobdiff - src/gdcmElValue.cxx
Calcul correct (merci, Eric!) de la longueur de chaque Dicom Group
[gdcm.git] / src / gdcmElValue.cxx
index 339069021ba1525f4766c6eb402c6279eaeeb44e..61b216ba75a53a8eec25c24828c685209f631028 100644 (file)
@@ -1,12 +1,15 @@
 // gdcmElValue.cxx
 
-#include "gdcm.h"
+#include "gdcmElValue.h"
 
-       // void    ElValue::SetVR(string v)      { entry->SetVR(v);       };
 
-ElValue::ElValue(gdcmDictEntry* in) {
+/**
+ * \ingroup gdcmElValue
+ * \brief   Constructor from a given gdcmDictEntry
+ * @param   in Pointer to existing dictionary entry
+ */
+
+gdcmElValue::gdcmElValue(gdcmDictEntry* in) {
        ImplicitVr = false;
        entry = in;
 }
-
-