X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDataEntry.h;h=891f7d5cc3b912e9a0b5a91b87c45166e814b6c1;hb=8629d8b19caf99c82edfc9985fe5ea1ba862b9fd;hp=dbad01c2826c1a000ca4801a81759edc9549738e;hpb=fc4f7706c78baf3f60474c06d871b82db221f37b;p=gdcm.git diff --git a/src/gdcmDataEntry.h b/src/gdcmDataEntry.h index dbad01c2..891f7d5c 100644 --- a/src/gdcmDataEntry.h +++ b/src/gdcmDataEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDataEntry.h,v $ Language: C++ - Date: $Date: 2007/09/18 16:07:20 $ - Version: $Revision: 1.21 $ + Date: $Date: 2009/02/05 09:50:09 $ + 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 @@ -74,7 +74,10 @@ public: std::string const &GetString() const; std::string const &GetHexaRepresentation() const; - + + bool IsNumerical(); + bool GetNumerical(std::vector &valueVector); + /// \brief Sets SelfArea void SetSelfArea(bool area) { SelfArea = area; } /// \brief True if Entry owns its BinArea