X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmValEntry.h;h=4abc7eff65faf86ac98fe9d291fe4d64663c9b7b;hb=fc239ceba8ddb5fa780db670635559cab5d0d7bb;hp=f2811f75135772db71d9446a16f5c3402b9bee2e;hpb=59b7e8c61d23c966e15301514b498695f29577f7;p=gdcm.git diff --git a/src/gdcmValEntry.h b/src/gdcmValEntry.h index f2811f75..4abc7eff 100644 --- a/src/gdcmValEntry.h +++ b/src/gdcmValEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmValEntry.h,v $ Language: C++ - Date: $Date: 2004/09/03 20:27:44 $ - Version: $Revision: 1.21 $ + Date: $Date: 2004/09/13 12:10:53 $ + Version: $Revision: 1.22 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -45,15 +45,10 @@ public: /// Sets the value (string) of the current Dicom Document Entry void SetValue(std::string const & val) { Value = val; }; - /// Sets the value (void *) of the current Dicom Document Entry - void SetVoidArea(void * val) { VoidArea = val; }; - virtual void Print(std::ostream &os = std::cout); virtual void Write(FILE *fp, FileType filetype); protected: - /// \brief for 'non string' values. Will be move to gdcmBinEntry, later - void* VoidArea; // clean it out later private: // Members :