X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.cxx;h=5a12172ec205491405edcca6737a78b2b94e2da9;hb=57514b6da5b0ee3a9a1c37a15ccde6f5e1ae1688;hp=ba2134ab151f95aad522a223dff78aec1f87d12b;hpb=8a3dd7efbcb545e7ed308eb7334b1e6dbbf40923;p=gdcm.git diff --git a/src/gdcmDicomDirImage.cxx b/src/gdcmDicomDirImage.cxx index ba2134ab..5a12172e 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/10/25 03:35:19 $ - Version: $Revision: 1.13 $ + Date: $Date: 2004/12/03 17:13:18 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,28 +23,14 @@ namespace gdcm { //----------------------------------------------------------------------------- // Constructor / Destructor - -/** - * \ingroup DicomDirImage - * \brief Constructor - * @param s SQ Item holding the elements - * @param ptagHT pointer to the HTable (DicomDirObject needs it - * to build the DocEntries) - */ -DicomDirImage::DicomDirImage(SQItem *s, TagDocEntryHT *ptagHT): - DicomDirObject(ptagHT) -{ - DocEntries = s->GetDocEntries(); -} - /** * \ingroup DicomDirImage * \brief Constructor * @param ptagHT pointer to the HTable (DicomDirObject needs it * to build the DocEntries) */ -DicomDirImage::DicomDirImage(TagDocEntryHT *ptagHT): - DicomDirObject(ptagHT) +DicomDirImage::DicomDirImage(): + DicomDirObject() { } /**