]> Creatis software - gdcm.git/commit
ENH: Slightly bigger patch:
authormalaterre <malaterre>
Tue, 16 Nov 2004 02:54:34 +0000 (02:54 +0000)
committermalaterre <malaterre>
Tue, 16 Nov 2004 02:54:34 +0000 (02:54 +0000)
commita0091d68a2eaa1a0c128f962030bb6c45cc0c366
tree152d7e2b235cbfd3771ed8ceea6b56b1863d3ebd
parent53136f1709fcb178a80ef947f5a3f04ceecd86f4
ENH: Slightly bigger patch:
1. Getting toward full integration of JMR patch for writting dicom from scratch
2. Update Test to test part of this patch: CreateUniqueUID
3. File was not close properly in gdcmDict
4. Use of typedef is to be prefered when possible (gdcmDict.cxx)
5. Use of const ref instead of copy (speed issue)
6. Remove temporary (duplicate) string in TranslateToKey
7. Mark extremely dangerous code as such (gdcmDocument.cxx and AddEntry fallback case)
8. Do not repeat virtual in subclasses
9. Implemented in gdcm::Util two new function: GetIPAddress, and CreateUniqueUID
12 files changed:
ChangeLog
Testing/TestUtil.cxx
src/gdcmDict.cxx
src/gdcmDict.h
src/gdcmDictEntry.cxx
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmElementSet.cxx
src/gdcmFile.cxx
src/gdcmSeqEntry.h
src/gdcmUtil.cxx
src/gdcmUtil.h