]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirImage.cxx
BUG: Solve seg fault with SerieHelper by properly using sort algorithm when needed...
[gdcm.git] / src / gdcmDicomDirImage.cxx
index 6ad054f8c9d6d72e423dde6c17cbfcbe867fed4b..8950538cd4cb904b97bbba041b92bb4e9de4ffd9 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirImage.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/20 16:16:42 $
-  Version:   $Revision: 1.19 $
+  Date:      $Date: 2005/02/01 10:29:55 $
+  Version:   $Revision: 1.22 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -26,6 +26,7 @@ namespace gdcm
 // Constructor / Destructor
 /**
  * \brief  Constructor 
+ * \note End user must use : DicomDirSerie::NewImage()
  */
 DicomDirImage::DicomDirImage(bool empty):
    DicomDirObject()
@@ -45,12 +46,21 @@ DicomDirImage::~DicomDirImage()
 {
 }
 
+//-----------------------------------------------------------------------------
+// Public
+
+//-----------------------------------------------------------------------------
+// Protected
+
+//-----------------------------------------------------------------------------
+// Private
+
 //-----------------------------------------------------------------------------
 // Print
 /**
  * \brief   Prints the Object
  * @param os ostream to write to
- * @param   indent indent
+ * @param indent Indentation string to be prepended during printing
  * @return
  */ 
 void DicomDirImage::Print(std::ostream &os, std::string const & )
@@ -70,15 +80,6 @@ void DicomDirImage::Print(std::ostream &os, std::string const & )
    DicomDirObject::Print(os);
 }
 
-//-----------------------------------------------------------------------------
-// Public
-
-//-----------------------------------------------------------------------------
-// Protected
-
-//-----------------------------------------------------------------------------
-// Private
-
 //-----------------------------------------------------------------------------
 } // end namespace gdcm