]> Creatis software - gdcm.git/commit
* src/gdcmDocument.cxx ftell() return properly stored in a long (i.e.
authorfrog <frog>
Wed, 20 Oct 2004 14:30:38 +0000 (14:30 +0000)
committerfrog <frog>
Wed, 20 Oct 2004 14:30:38 +0000 (14:30 +0000)
commit5bf7c51796867388334836847a6874640bc83f89
tree6c9d310dba8cd284eacd0ddac095c34244757680
parente28b183ba68aa3cc84a44a779a31f9d906a1ad2f
  * src/gdcmDocument.cxx ftell() return properly stored in a long (i.e.
    no longer depends on's programmers PMS = Preposterous Mood Swings ;).
  * CLEANUP_ROUND (13) for gdcmPixelConvert
    Substituted File::ParsePixelData() with PixelConvert::Print() new
    method:
    - src/gdcmParsePixels.cxx removed (only contained File::ParsePixelData())
    - src/gdcmRLEFrame.cxx, gdcmJPEGFragment.cxx added. Added a ::Print()
      method to those classes.
    - src/gdcmFile.[cxx|h]:
      -- Added a ::Print() method.
      -- PixelConverter is now a reference instead of a member.
      -- gdcmPython/gdcm.i: added "using namespace gdcm" in order for
         gdcm_wrap.cxx to "understand" File::GetPixelConverter()
20 files changed:
ChangeLog
Example/PrintFile.cxx
Example/PrintHeader.cxx
Example/TestWrite.cxx
Example/Write.cxx
gdcmPython/gdcm.i
src/CMakeLists.txt
src/gdcmDictSet.cxx
src/gdcmDocument.cxx
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmJPEGFragment.h
src/gdcmJPEGFragmentsInfo.cxx
src/gdcmJPEGFragmentsInfo.h
src/gdcmParsePixels.cxx [deleted file]
src/gdcmPixelConvert.cxx
src/gdcmPixelConvert.h
src/gdcmRLEFrame.h
src/gdcmRLEFramesInfo.cxx
src/gdcmRLEFramesInfo.h