]> Creatis software - gdcm.git/blobdiff - src/gdcmDictGroupName.h
* Fix compilation warnings
[gdcm.git] / src / gdcmDictGroupName.h
index c31266d6cd52211a12f22f2f239267a666b35a80..bb0d7cc58a3853b3d9a2501f2eb5e50f17288637 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictGroupName.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/25 14:52:34 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2005/11/28 16:31:23 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -34,7 +34,8 @@ typedef std::map<uint16_t, TagName> DictGroupNameHT;
 
 //-----------------------------------------------------------------------------
 /**
- * \brief Container for dicom 'Value Representation' Hash Table.
+ * \brief Container for dicom 'Group Name' Hash Table.
+ *        (formerly NIH defined ACR-NEMA group name)
  * \note   This is a singleton.
  */
 class GDCM_EXPORT DictGroupName : public RefCounter
@@ -44,7 +45,8 @@ class GDCM_EXPORT DictGroupName : public RefCounter
 public:
    static DictGroupName *New() {return new DictGroupName();}
 
-   void Print(std::ostream &os = std::cout);
+   virtual void Print(std::ostream &os = std::cout, 
+                      std::string const &indent = "" );
 
    const TagName &GetName(uint16_t group);