]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirSerie.h
* Remove memory leaks on the DicomDir
[gdcm.git] / src / gdcmDicomDirSerie.h
index e4d57b33aa1d0f59ec806533a5a60e838fc8bfde..4f4371a30b6d7c203aa52549278bac0e21290f23 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirSerie.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/25 04:08:20 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2004/12/03 17:13:18 $
+  Version:   $Revision: 1.15 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -31,13 +31,11 @@ typedef std::list<DicomDirImage *> ListDicomDirImage;
 class GDCM_EXPORT DicomDirSerie : public DicomDirObject 
 {
 public:
-   DicomDirSerie( SQItem* s, TagDocEntryHT* ptagHT ); 
-   DicomDirSerie( TagDocEntryHT* ptagHT ); 
-
+   DicomDirSerie(); 
    ~DicomDirSerie();
 
    void Print( std::ostream& os = std::cout );
-   void Write( std::ofstream* fp, FileType t );
+   void WriteContent( std::ofstream* fp, FileType t );
 
    /**
     * \ingroup DicomDirSerie