]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirObject.h
ENH: Pass 2 at cleaning the JPEG mess. Still some work to do, but things are getting...
[gdcm.git] / src / gdcmDicomDirObject.h
index c731f46e1f0d99c0e6c69ac1b776675be1bd8f44..361f49645cab7daf8d7ea0d84bfa8f964140305a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirObject.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/11 15:15:38 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2005/01/20 16:16:42 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -30,6 +30,8 @@ namespace gdcm
 //-----------------------------------------------------------------------------
 class DicomDirObject;
 
+//-----------------------------------------------------------------------------
+typedef std::list<DicomDirObject *> ListContent;
 //-----------------------------------------------------------------------------
 /**
  * \ingroup DicomDirObject
@@ -38,10 +40,7 @@ class DicomDirObject;
  */
 class GDCM_EXPORT DicomDirObject : public SQItem
 {
-typedef std::list<DicomDirObject *> ListContent;
 public:
-   TagDocEntryHT GetEntryHT();
-   void FillObject(ListDicomDirMetaElem const &elemList);
 
 protected:
    // Constructor and destructor are protected to avoid end user to
@@ -49,6 +48,8 @@ protected:
    // NO ! DicomDir needs to instanciate it!
    DicomDirObject(int depth = 1);
    ~DicomDirObject();
+
+   void FillObject(ListDicomDirMetaElem const &elemList);
 };
 } // end namespace gdcm