]> Creatis software - gdcm.git/blobdiff - src/gdcmElValSet.h
* Clean up of previous JPR garbage commit (not even commented in the
[gdcm.git] / src / gdcmElValSet.h
index 5def2edc274fe29f42706071eb02466c6e492366..aa5be34e5dfbc44702e26cfba5e8129b3a4c26d4 100644 (file)
@@ -1,4 +1,4 @@
-// $Header: /cvs/public/gdcm/src/Attic/gdcmElValSet.h,v 1.12 2003/05/21 14:42:46 frog Exp $
+// $Header: /cvs/public/gdcm/src/Attic/gdcmElValSet.h,v 1.14 2003/06/17 17:44:48 jpr Exp $
 
 #ifndef GDCMELVALSET_H
 #define GDCMELVALSET_H
@@ -10,6 +10,7 @@
 
 ////////////////////////////////////////////////////////////////////////////
 // Container for a set of successfully parsed ElValues.
+
 typedef std::map<TagKey, gdcmElValue*> TagElValueHT;
 typedef std::map<std::string, gdcmElValue*> TagElValueNameHT;
 
@@ -19,13 +20,12 @@ class GDCM_EXPORT gdcmElValSet {
    
    typedef std::string GroupKey;
    typedef std::map<GroupKey, int> GroupHT; 
-   
 public:        
    ~gdcmElValSet();
    void Add(gdcmElValue*);
                        
-   void Print(ostream &);
-   void PrintByName(ostream &);
+   void Print(std::ostream &);
+   void PrintByName(std::ostream &);
    int  Write(FILE *fp, FileType type);
 
    gdcmElValue* GetElementByNumber(guint16 group, guint16 element);