]> Creatis software - gdcm.git/commit
To speed up DicomDir, instead of copying -and removing the source afterwards-
authorjpr <jpr>
Tue, 12 Jul 2005 17:08:12 +0000 (17:08 +0000)
committerjpr <jpr>
Tue, 12 Jul 2005 17:08:12 +0000 (17:08 +0000)
commit80c92fa39ae3f5a69f1a56f2ae6052802373b610
treec7b5b08949be7cabb0825f7af0a557620e84fdd6
parent66e808993dd9115a4c10114872e374be470c4d31
To speed up DicomDir, instead of copying -and removing the source afterwards-
 each entry of the SQItem (found after gdcm::Document parsing) towards
 the gdcm::Object  belonging to the gdcm::DicomDir, we just copy
 the chained list itself.
src/gdcmCommon.h
src/gdcmDicomDir.cxx
src/gdcmDicomDirElement.h
src/gdcmDicomDirObject.cxx
src/gdcmDicomDirObject.h
src/gdcmDirList.h
src/gdcmSQItem.cxx
src/gdcmSQItem.h