]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDir.h
Fix bug (Thx, Manu)
[gdcm.git] / src / gdcmDicomDir.h
index d9ec5b339498aed6684b939b997e0653a8dadfbf..11f379f9359f89652004cc44ba7632e914f622ca 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDir.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 15:20:32 $
-  Version:   $Revision: 1.71 $
+  Date:      $Date: 2005/11/29 17:21:34 $
+  Version:   $Revision: 1.73 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -98,6 +98,8 @@ public:
 
    bool Anonymize();
 
+   virtual void Copy(DocEntrySet *set);
+
    /// Types of the DicomDirObject within the DicomDir
    typedef enum
    {
@@ -115,9 +117,6 @@ protected:
    ~DicomDir();
 
    void CreateDicomDirChainedList(std::string const &path);
-   void CallStartMethod();
-   void CallProgressMethod();
-   void CallEndMethod();
 
 private:
    void Initialize();
@@ -145,12 +144,9 @@ private:
    ListDicomDirPatient Patients;
    ListDicomDirPatient::iterator ItPatient;
 
-   /// value of the ??? for any progress bar
-   float Progress;
    /// value of the ??? for any progress bar   
    bool ParseDir;
 
-   mutable bool Abort;
 };
 } // end namespace gdcm
 //-----------------------------------------------------------------------------