X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElValue.cxx;h=64e3e247ef46f21066cf2331edf5f9a70870bc6c;hb=b0745f542bc5ff8332c1f8445e7181279d12aefe;hp=ecd680f10c0f8b69095ceda3e3e5ae2995297cad;hpb=565a47ec4e037897aaf770aeccc5d67d7ad7b478;p=gdcm.git diff --git a/src/gdcmElValue.cxx b/src/gdcmElValue.cxx index ecd680f1..64e3e247 100644 --- a/src/gdcmElValue.cxx +++ b/src/gdcmElValue.cxx @@ -1,15 +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 */ - -ElValue::ElValue(gdcmDictEntry* in) { +gdcmElValue::gdcmElValue(gdcmDictEntry* in) { ImplicitVr = false; entry = in; } + +//----------------------------------------------------------------------------- +// Print + +//----------------------------------------------------------------------------- +// Public + +//----------------------------------------------------------------------------- +// Protected + +//----------------------------------------------------------------------------- +// Private + +//-----------------------------------------------------------------------------