X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDirImage.cxx;h=ea24f053a27818e910dd8fabd0650e3286942f6c;hb=5230e93625c252b107a68376fd90aad26ef33df8;hp=7d2c5668f48872f372df53459ee803d8c0d92afa;hpb=4b4569ba7d0829cf3782ff6b5bbe5ae1009466e6;p=gdcm.git diff --git a/src/gdcmDicomDirImage.cxx b/src/gdcmDicomDirImage.cxx index 7d2c5668..ea24f053 100644 --- a/src/gdcmDicomDirImage.cxx +++ b/src/gdcmDicomDirImage.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirImage.cxx,v $ Language: C++ - Date: $Date: 2004/08/01 02:39:09 $ - Version: $Revision: 1.8 $ + Date: $Date: 2004/08/31 15:39:48 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,7 +24,7 @@ /** * \ingroup gdcmDicomDirImage * \brief Constructor - * @param s SQ Item holdoing the elements + * @param s SQ Item holding the elements * @param ptagHT pointer to the HTable (gdcmObject needs it * to build the gdcmDocEntries) */ @@ -34,6 +34,12 @@ gdcmDicomDirImage::gdcmDicomDirImage(gdcmSQItem *s, TagDocEntryHT *ptagHT): docEntries = s->GetDocEntries(); } +/** + * \ingroup gdcmDicomDirImage + * \brief Constructor + * @param ptagHT pointer to the HTable (gdcmObject needs it + * to build the gdcmDocEntries) + */ gdcmDicomDirImage::gdcmDicomDirImage(TagDocEntryHT *ptagHT): gdcmObject(ptagHT) {