]> Creatis software - gdcm.git/commit
* src/gdcmParser.[cxx|h] and gdcmHeader.[cxx.h]: gdcmHeader::Write split
authorfrog <frog>
Tue, 30 Mar 2004 09:16:26 +0000 (09:16 +0000)
committerfrog <frog>
Tue, 30 Mar 2004 09:16:26 +0000 (09:16 +0000)
commit4f48626ba6d2dc26d40f07b780b0fdb5fcc04911
tree64dee3e6cbce4ff909c9b58b384c8304e4688918
parent917fc18e3cd1dd7242c315df85a6ac70046246a3
 * src/gdcmParser.[cxx|h] and gdcmHeader.[cxx.h]: gdcmHeader::Write split
       in WriteEntryTagVRLength and WriteEntryValue. Those methods were
       moved to base class gdcmParser and only the specialisation is kept
       in gdcmHeader.
     * src/gdcmParser.[cxx|h]: ReplaceOrCreateByNumber(char*, guint16, guint16)
       trashed out (because ReplaceOrCreateByNumber(string, guint16, guint16)
       allready does the job.
     * src/gdcmDicomDir.[cxx|h]: WriteDicomDirEntries renamed to WriteEntries
       (to be consistent with gdcmParser::WriteEntries).
ChangeLog
src/gdcmDicomDir.cxx
src/gdcmDicomDir.h
src/gdcmHeader.cxx
src/gdcmHeader.h
src/gdcmParser.cxx
src/gdcmParser.h