X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmGlobal.h;h=893af4151528d7b933ed38d25a6a0727b5159c4c;hb=4efd58d718e072fa7909efa78e75d5dbbda3755f;hp=7be8db87318a6a78c431e573902506ddd03fc6a0;hpb=d1c68c2c2ae9fadf927053150f7fbc625a7c7366;p=gdcm.git diff --git a/src/gdcmGlobal.h b/src/gdcmGlobal.h index 7be8db87..893af415 100644 --- a/src/gdcmGlobal.h +++ b/src/gdcmGlobal.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmGlobal.h,v $ Language: C++ - Date: $Date: 2005/02/01 10:29:55 $ - Version: $Revision: 1.6 $ + Date: $Date: 2005/02/04 16:51:36 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -48,11 +48,11 @@ private: static DictSet *Dicts; /// Pointer to a hash table containing the 'Value Representations'. static VR *ValRes; - /// Pointer to a hash table containing the Transfer Syntax codes and their - /// english description + /// \brief Pointer to a hash table containing the Transfer Syntax codes + /// and their english description static TS *TranSyn; - /// Pointer to the hash table containing the Dicom Elements necessary - /// to describe each part of a DICOMDIR + /// \brief Pointer to the hash table containing the Dicom Elements necessary + /// to describe each part of a DICOMDIR static DicomDirElement *ddElem; }; } // end namespace gdcm