]> Creatis software - gdcm.git/commit
* src/gdcmDocument.cxx : fix bug... test if the fp is opened to use it
authorregrain <regrain>
Thu, 25 Nov 2004 10:24:32 +0000 (10:24 +0000)
committerregrain <regrain>
Thu, 25 Nov 2004 10:24:32 +0000 (10:24 +0000)
commite5e7b1bd7ee84e8f9dc7da5d1d42b598fac68399
treec61d97cd3902ac88fb4ee13b2f8fc168d521ae69
parentc0ee8512e46a41857db79dd156c16d668cb0d34b
   * src/gdcmDocument.cxx : fix bug... test if the fp is opened to use it
   * src/gdcmPixelConvert.cxx : calculate the image size when while the grab of
     the header.
   * src/gdcmFile.[h|cxx] : remove PixelRead and ImageDataSizeRaw variables and
     some corresponding methods. Write correctly the file and check before
     write
   * Test/TestCopyDicom.cxx, TestReadWriteReadCompare.cxx,
     TestAllReadCompareDicom.cxx : pass the write of images to RGB and test
     is now on RGB datas (as before my last commit
   * Example/PrintHeader.cxx, PrintFile.cxx : repad files.
   -- BeNours
ChangeLog
Example/PrintFile.cxx
Example/PrintHeader.cxx
Testing/TestAllReadCompareDicom.cxx
Testing/TestCopyDicom.cxx
Testing/TestReadWriteReadCompare.cxx
src/gdcmDocument.cxx
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmPixelConvert.cxx