X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmValEntry.h;h=ddf3a73171bcc2388d198f3962aa233752338b14;hb=8ac4df8c7543a827c7b89fc9bbcf86625f3c1afe;hp=f2811f75135772db71d9446a16f5c3402b9bee2e;hpb=59b7e8c61d23c966e15301514b498695f29577f7;p=gdcm.git diff --git a/src/gdcmValEntry.h b/src/gdcmValEntry.h index f2811f75..ddf3a731 100644 --- a/src/gdcmValEntry.h +++ b/src/gdcmValEntry.h @@ -3,12 +3,12 @@ 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/27 08:39:08 $ + Version: $Revision: 1.23 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or - http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR @@ -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 :