X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2FgdcmVR.h;h=f3fca668413ae4f1569a2f28dea52421791ed4de;hb=97811f429fdf36ed2d7404e41ce7817c65e96e32;hp=118ad3d8bdec874378ecd5f17424de3007696da9;hpb=7456fe5d01a4cdcf3227ef46aa1b75a8ff970416;p=gdcm.git diff --git a/src/gdcmVR.h b/src/gdcmVR.h index 118ad3d8..f3fca668 100644 --- a/src/gdcmVR.h +++ b/src/gdcmVR.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmVR.h,v $ Language: C++ - Date: $Date: 2005/09/06 15:36:03 $ - Version: $Revision: 1.19 $ + Date: $Date: 2005/10/18 12:58:29 $ + Version: $Revision: 1.21 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,6 +20,8 @@ #define GDCMVR_H #include "gdcmCommon.h" +#include "gdcmVRKey.h" + #include #include #include @@ -28,7 +30,6 @@ namespace gdcm { //----------------------------------------------------------------------------- -typedef std::string VRKey; typedef std::string VRAtr; /// Value Representation Hash Table typedef std::map VRHT; @@ -58,6 +59,8 @@ public: bool IsValidVR(VRKey const &key) { return vr.find(key) != vr.end(); } + unsigned short GetAtomicElementLength(VRKey const &vr); + private: VRHT vr; };