X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBinEntry.h;h=8db65681770797bfda02f4ea5b11eb4c5dfb4f98;hb=02cee87de17ebbd0920bf78ca470d5360254641e;hp=90763e3baccea57a807d30c7dab37b4612486dbb;hpb=3785fddfe2583d592f815044dc0a944f98c08df2;p=gdcm.git diff --git a/src/gdcmBinEntry.h b/src/gdcmBinEntry.h index 90763e3b..8db65681 100644 --- a/src/gdcmBinEntry.h +++ b/src/gdcmBinEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.h,v $ Language: C++ - Date: $Date: 2004/06/22 14:42:02 $ - Version: $Revision: 1.10 $ + Date: $Date: 2004/07/02 13:55:27 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -41,14 +41,14 @@ public: ~gdcmBinEntry(void); void Print(std::ostream &os = std::cout); - virtual void Write(FILE *fp); + virtual void Write(FILE*, FileType); /// \brief Returns the area value of the current Dicom Header Entry /// when it's not string-translatable (e.g : a LUT table) - inline void * GetVoidArea(void) { return voidArea; }; + void* GetVoidArea(void) { return voidArea; }; /// \brief Sets the value (non string) of the current Dicom Header Entry - inline void SetVoidArea(void * area) { voidArea = area; }; + void SetVoidArea(void * area) { voidArea = area; }; protected: