]> Creatis software - gdcm.git/blobdiff - src/gdcmGlobal.h
* src/*.cxx : first parss to normalize file organisation
[gdcm.git] / src / gdcmGlobal.h
index c32be0060ea1823dc34926f7cdcb6734dfc9751e..7be8db87318a6a78c431e573902506ddd03fc6a0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmGlobal.h,v $
   Language:  C++
-  Date:      $Date: 2004/12/03 20:16:58 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2005/02/01 10:29:55 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -44,9 +44,15 @@ public:
    static DicomDirElement *GetDicomDirElements();
 
 private:
-   static DictSet *Dicts; 
+   /// Pointer to a container, holding _all_ the Dicom Dictionaries.
+   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 
    static TS *TranSyn; 
+   /// Pointer to the hash table containing the Dicom Elements necessary 
+   /// to describe each part of a DICOMDIR 
    static DicomDirElement *ddElem;
 };
 } // end namespace gdcm