]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirObject.h
* Example/WriteDicomSimple.cxx : example to write a dicom file from nothing.
[gdcm.git] / src / gdcmDicomDirObject.h
index 713682bafbf7a70e01fdaf5afe680c4d2f87c406..efa3742b6bea0dd48cd8447374df6a7697d3a8ac 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirObject.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/25 03:35:19 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2004/12/03 20:16:57 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -29,7 +29,6 @@ namespace gdcm
 {
 //-----------------------------------------------------------------------------
 class DicomDirObject;
-typedef std::list<DicomDirObject *> ListContent;
 
 //-----------------------------------------------------------------------------
 /**
@@ -38,9 +37,10 @@ typedef std::list<DicomDirObject *> ListContent;
  */
 class GDCM_EXPORT DicomDirObject : public SQItem
 {
+typedef std::list<DicomDirObject *> ListContent;
 public:
 
-   DicomDirObject(TagDocEntryHT *ptagHT, int depth = 0);
+   DicomDirObject(int depth = 1);
    ~DicomDirObject();
 
    /**