]> Creatis software - gdcm.git/commit
* ENH: added some utility method that builds a flat dictionnary
authorfrog <frog>
Fri, 17 Sep 2004 13:11:14 +0000 (13:11 +0000)
committerfrog <frog>
Fri, 17 Sep 2004 13:11:14 +0000 (13:11 +0000)
commit8a806c5653d7832005f2c6f658cf8b5fa612f656
tree5ce970e4ec8b6dc76eb118dc6411d7b7978bef72
parent0793477ed396d4a70bf7e77a53b33fc357d26e26
  * ENH: added some utility method that builds a flat dictionnary
    holding all the Dicom entries contained in the recursive structure
    of a gdcmElementSet. Refer to add FlatHashTablePrint.cxx for
    an example of usage.
    - src/gdcmDocument.[h|cxx] added BuildFlatHashTableRecurse() and
      BuildFlatHashTable() that build a flat dictionary.
    - src/gdcmElementSet.h: added a new private GetTag() accessor.
      gdcmDocument is now a friend of gdcmElementSet.
    - src/gdcmElementSet.cxx: clean up.
    - Example/FlatHashTablePrint.cxx added.
    - Example/CmakeLists.txt changed accordingly
ChangeLog
Example/CMakeLists.txt
Example/FlatHashTablePrint.cxx [new file with mode: 0644]
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmElementSet.cxx
src/gdcmElementSet.h