// gdcmValEntry.cxx //----------------------------------------------------------------------------- // #include "gdcmValEntry.h" #include "gdcmTS.h" #include "gdcmGlobal.h" #include "gdcmUtil.h" //----------------------------------------------------------------------------- // Constructor / Destructor /** * \ingroup gdcmValEntry * \brief Constructor from a given gdcmDictEntry * @param in Pointer to existing dictionary entry */ gdcmValEntry::gdcmValEntry(gdcmDictEntry* e) : gdcmDocEntry(e) { } /** * \brief Canonical destructor. */ gdcmValEntry::~gdcmValEntry (void) { } //----------------------------------------------------------------------------- // Print /* * \ingroup gdcmDocEntry * \brief canonical Printer */ //----------------------------------------------------------------------------- // Public //----------------------------------------------------------------------------- // Protected //----------------------------------------------------------------------------- // Private //-----------------------------------------------------------------------------