X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.cxx;h=8950538cd4cb904b97bbba041b92bb4e9de4ffd9;hb=91dcb54d8a62c9518b914e34475b96c76e5d70ee;hp=6ad054f8c9d6d72e423dde6c17cbfcbe867fed4b;hpb=ad8f0eb6ea1ad66c443b3640cded8a355efa7b42;p=gdcm.git diff --git a/src/gdcmDicomDirImage.cxx b/src/gdcmDicomDirImage.cxx index 6ad054f8..8950538c 100644 --- a/src/gdcmDicomDirImage.cxx +++ b/src/gdcmDicomDirImage.cxx @@ -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