]> Creatis software - gdcm.git/commit
* src/gdcmDocument.[h|cxx] : set the Transfert Syntax values to the header
authorregrain <regrain>
Thu, 25 Nov 2004 13:12:02 +0000 (13:12 +0000)
committerregrain <regrain>
Thu, 25 Nov 2004 13:12:02 +0000 (13:12 +0000)
commit8da9df62c47908e7b9a67238a6c12b92ba6cae7a
treed73d65219c91b724d3fede7f9d6cc277c455fb92
parent0bf7d7ca519366df9878e006da8413cb87c5f50d
   * src/gdcmDocument.[h|cxx] : set the Transfert Syntax values to the header
     file, to be accessed by other files (like gdcmFile). Remove commented
     code. Move the change of the header to the gdcmFile, using the
     DocEntryArchive
   * src/gdcmHeader.[h|cxx] : the write is completely made in the Header.
     To be sure of that (and simplify calls), the Write of the header now
     gets a file name and not a file pointer (std::ifstream).
   * src/gdcmFile.[h|cxx] : apply the write file type to the header, using the
     DocEntryArchive. Remove all open of the written file
   -- BeNours
ChangeLog
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmHeader.cxx
src/gdcmHeader.h