]> Creatis software - gdcm.git/commit
* src/gdcmDocument.cxx: wrong type on return fixed (thanks dashboard)
authorfrog <frog>
Wed, 20 Oct 2004 22:31:51 +0000 (22:31 +0000)
committerfrog <frog>
Wed, 20 Oct 2004 22:31:51 +0000 (22:31 +0000)
commitf5028f34faa657dc1722331963f97c7734ee2d2a
tree2e8e0c983458feb48a58a7e344c2bc351e1c77af
parenta19112da3ae4ddd5f5753b27390422af5cd05279
  * src/gdcmDocument.cxx: wrong type on return fixed (thanks dashboard)
  * CLEANUP_ROUND (14) for gdcmPixelConvert
    - PixelConvert::GetLutRGBA(FILE*) is now GetLutRGBA() (no fp needed)
    - PixelConvert::BuildRGBImage()(FILE*) is now BuildRGBImage() (no fp needed)
    - File::GetImageDataIntoVector() doesn't need unnecessary OpenFile() and
      CloseFile() anymore.
    - File::GetImageDataRaw() doesn't call GetImageDataIntoVectorRaw()
      anymore and hence avoids storing a copy of PixelConvert::Decompressed
      into File::Pixel_Data.
ChangeLog
src/gdcmDocument.cxx
src/gdcmFile.cxx
src/gdcmPixelConvert.cxx
src/gdcmPixelConvert.h