X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBinEntry.h;h=1901cdaa17cffbb9f2e07ddfc54ddf31c7c027b1;hb=e51bf0565bbe4c0e269dd941cb4071ebde6012e4;hp=f7fa6485bbd3f0b67391976892216be8ebaf894b;hpb=dd9001df5c1b8d5be917f635a6316aa4f0869af7;p=gdcm.git diff --git a/src/gdcmBinEntry.h b/src/gdcmBinEntry.h index f7fa6485..1901cdaa 100644 --- a/src/gdcmBinEntry.h +++ b/src/gdcmBinEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.h,v $ Language: C++ - Date: $Date: 2005/01/30 17:30:57 $ - Version: $Revision: 1.35 $ + Date: $Date: 2005/02/02 16:18:48 $ + Version: $Revision: 1.36 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -50,8 +50,8 @@ public: /// \brief Returns the area value of the current Dicom Entry /// when it's not string-translatable (e.g : LUT table, overlay, icon) uint8_t *GetBinArea() { return BinArea; } - void SetBinArea( uint8_t *area, bool self = true ); + /// \brief Sets SelfArea void SetSelfArea(bool area) { SelfArea = area; }; /// \brief Returns SelfArea