]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirObject.h
* src/gdcmDicomDir*.[h|cxx] : rename methods to be logik in their name.
[gdcm.git] / src / gdcmDicomDirObject.h
index c731f46e1f0d99c0e6c69ac1b776675be1bd8f44..2c70277b489b2a17721d76661cb1dc8a125da209 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 11:09:23 $
+  Version:   $Revision: 1.13 $
                                                                                 
   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,9 +40,7 @@ class DicomDirObject;
  */
 class GDCM_EXPORT DicomDirObject : public SQItem
 {
-typedef std::list<DicomDirObject *> ListContent;
 public:
-   TagDocEntryHT GetEntryHT();
    void FillObject(ListDicomDirMetaElem const &elemList);
 
 protected: