]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirObject.cxx
* src/gdcmDicomDirObject.h : set the FillObject method in protected.
[gdcm.git] / src / gdcmDicomDirObject.cxx
index c4501ffc2a27222d0321446ca24317c4953cc7f8..a06a2810ef221d9b7e9d95cfea70de7b4d4a8c96 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirObject.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/20 11:09:23 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2005/01/20 16:16:42 $
+  Version:   $Revision: 1.17 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -37,7 +37,6 @@ DicomDirObject::DicomDirObject(int depth)
 {
 }
 
-
 /**
  * \brief   Canonical destructor.
  */
@@ -45,7 +44,6 @@ DicomDirObject::~DicomDirObject()
 {
 }
 
-
 //-----------------------------------------------------------------------------
 // Public
 
@@ -59,7 +57,6 @@ DicomDirObject::~DicomDirObject()
 void DicomDirObject::FillObject(ListDicomDirMetaElem const &elemList)
 {
   // FillObject fills up the SQItem that will be conneected to the right place
-
    ListDicomDirMetaElem::const_iterator it;
    uint16_t tmpGr,tmpEl;
    DictEntry *dictEntry;
@@ -78,5 +75,9 @@ void DicomDirObject::FillObject(ListDicomDirMetaElem const &elemList)
       AddEntry(entry);
    }   
 }   
-} // end namespace gdcm
 
+//-----------------------------------------------------------------------------
+// Private
+
+//-----------------------------------------------------------------------------
+} // end namespace gdcm