]> Creatis software - gdcm.git/commit
* src/gdcmDocEntryArchive.[h|cxx] : bug fix and add a method to temporary
authorregrain <regrain>
Wed, 24 Nov 2004 10:23:45 +0000 (10:23 +0000)
committerregrain <regrain>
Wed, 24 Nov 2004 10:23:45 +0000 (10:23 +0000)
commitc42ce41966ee7a572752d7f45ddff25b90515119
tree7cb955f89db8e99adbb0568fc8a63bdb57b563bb
parentd01d35846e6b6918f2e11b2f15e13555e78a39b6
   * src/gdcmDocEntryArchive.[h|cxx] : bug fix and add a method to temporary
     remove a DocEntry in the header (push an empty DocEntry)
   * src/gdcmFile.[h|cxx] : remove some useless variables, methods and code
     lines. Bug fix in the initialization of the PixelConvert and the
     DocEntryArchive
   * src/gdcmElementSet.[h|cxx] : add methods Initialize and GetNext to
     use in TestCopyDicom (now this test can run under windows... but fails)
   * Test/TestCopyDicom.cxx : amelioration of the test :
     - test the pixels written
     - add test points to quickly find where is the error
     - can set a file name input and output in arguments
   * Test/TestAllReadCompareDicom.cxx, TestReadWriteReadCompare.cxx :
     amelioration of the test output
   * TestCopyDicom always fails... but changes to solve it quickly
   -- BeNours
12 files changed:
ChangeLog
Example/PrintFile.cxx
Testing/TestAllReadCompareDicom.cxx
Testing/TestCopyDicom.cxx
Testing/TestReadWriteReadCompare.cxx
src/gdcmDocEntryArchive.cxx
src/gdcmDocEntryArchive.h
src/gdcmElementSet.cxx
src/gdcmElementSet.h
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmPixelConvert.cxx