]> Creatis software - gdcm.git/commit
* src/gdcmDocument.[h|cxx] : comment all methods concerning a flat hash
authorregrain <regrain>
Fri, 14 Jan 2005 11:28:28 +0000 (11:28 +0000)
committerregrain <regrain>
Fri, 14 Jan 2005 11:28:28 +0000 (11:28 +0000)
commit5a0d183707a94e875a595036f64d0bd506faf618
treed500fe257514f0c14e18ae46ab1b66b78cab4bf0
parentc8674b38365e7959fddbce5467e5bc82bb1ed550
   * src/gdcmDocument.[h|cxx] : comment all methods concerning a flat hash
     table.
   * src/gdcmElementSet.[h|cxx] : rename Initialize into InitTraversal
   * src/gdcmDict.[h|cxx] : add InitTraversal/getNextEntry methods to parse
     all the dict content.
   * src/gdcmDictEntry.cxx : add a carriage return at the end of the DictEntry
     print
   * Test/TestDict.cxx : add a new test for the dict classes
   -- BeNours
16 files changed:
ChangeLog
Example/FlatHashTablePrint.cxx
Example/TestCopyDicom.cxx
Example/TestFromScratch.cxx
Testing/CMakeLists.txt
Testing/TestCopyDicom.cxx
Testing/TestCopyRescaleDicom.cxx
Testing/TestDict.cxx [new file with mode: 0644]
gdcmPython/demo/PrintDict.py.in
src/gdcmDict.cxx
src/gdcmDict.h
src/gdcmDictEntry.cxx
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmElementSet.cxx
src/gdcmElementSet.h