]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirMeta.h
- now, DicomDir stuff stakes into account the 'new' structure
[gdcm.git] / src / gdcmDicomDirMeta.h
index eef83e02a1e2983717ab6b044803ab76e19f6347..7f8bd5799b6e9d15dc0cb2509bb31c870f5f157c 100644 (file)
@@ -1,5 +1,21 @@
-// gdcmDicomDirMeta.h
-//-----------------------------------------------------------------------------
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: gdcmDicomDirMeta.h,v $
+  Language:  C++
+  Date:      $Date: 2004/08/26 15:29:52 $
+  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
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+                                                                                
+     This software is distributed WITHOUT ANY WARRANTY; without even
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     PURPOSE.  See the above copyright notices for more information.
+                                                                                
+=========================================================================*/
+
 #ifndef GDCMDICOMDIRMETA_H
 #define GDCMDICOMDIRMETA_H
 
@@ -11,9 +27,10 @@ class GDCM_EXPORT gdcmDicomDirMeta : public gdcmObject
 public:
    gdcmDicomDirMeta(TagDocEntryHT *ptagHT); 
 
-   ~gdcmDicomDirMeta(void);
+   ~gdcmDicomDirMeta();
 
    virtual void Print(std::ostream &os = std::cout);
+   virtual void Write(FILE * fp, FileType t);
 };
 
 //-----------------------------------------------------------------------------