]> Creatis software - gdcm.git/commit
* src/gdcmDocEntry.cxx : remove the copy of the DictEntry... there isn't
authorregrain <regrain>
Fri, 19 Nov 2004 18:49:38 +0000 (18:49 +0000)
committerregrain <regrain>
Fri, 19 Nov 2004 18:49:38 +0000 (18:49 +0000)
commit3c25b6a04715c20b3680bca5447b4f10add258fd
tree00af0dc7332b54d97a52bba6c4149fb5ec717607
parentee6b053bb6a51ecd2363836beacdb55bcc1c9a46
   * src/gdcmDocEntry.cxx : remove the copy of the DictEntry... there isn't
     correct to copy it. The DictEntry is specified at the DocEntry creation,
     then, it musn't change in the time.
   * src/gdcmDocEntryArchive.[h|cxx] : new class. It's goal is to change the
     header correctly. At this time, the change is only made for the first
     level of the Document. In the future, it might consider sequences.
     The change is made by replacing a DocEntry by an other that is created
     outside the class. The old value is kept. When we restore the header
     status, the added DocEntry is deleted and replaced by the old value.
   * src/gdcmElementSet.h : Set the DocEntryArchive like friend.
   * src/gdcmFile.[h|cxx] : Use the gdcmDocEntryArchive. Add methods to
     set the write type to explicit VR, implicit VR or ACR. Add methods to set
     the write mode to native, decompressed or RGB (but not used at this time)
   -- BeNours
ChangeLog
src/CMakeLists.txt
src/gdcmDocEntry.cxx
src/gdcmDocEntryArchive.cxx [new file with mode: 0644]
src/gdcmDocEntryArchive.h [new file with mode: 0644]
src/gdcmElementSet.h
src/gdcmFile.cxx
src/gdcmFile.h