]> Creatis software - gdcm.git/commit
2004-10-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
authorfrog <frog>
Mon, 18 Oct 2004 12:49:19 +0000 (12:49 +0000)
committerfrog <frog>
Mon, 18 Oct 2004 12:49:19 +0000 (12:49 +0000)
commite28b183ba68aa3cc84a44a779a31f9d906a1ad2f
treec0c5338b72c48e38e504eb26fc71e52911537feb
parent40b909789581894e57a0d8f22d6f1f91f55e7f84
2004-10-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
  * Doc/CMakeLists.txt, doxygen.config.in: when dot is present the
    collaboration diagram and inheritance diagram should be generated with
    doxygen.
  * Doc/Website/Sidebar.html: Dashboard is now also in the sidebar.
  * gdcmPython/gdcm.i: gdcmRLEFramesInfo.h gdcmJPEGFragmentsInfo.h are
    pointlessly wrapped (see
    http://www.creatis.insa-lyon.fr/pipermail/dcmlib/2004-October/000692.html )
  * CLEANUP_ROUND (12) for gdcmPixelConvert (sugar is my friend stage)
    - Header::GetLUTRGBA() moved to PixelConvert::GetLutRGBA()
    - vtk/vtkGdcmReader.cxx: adapted to displacment of Header::GetLUTRGBA()
    - Document::RLEInfo and JPEGInfo are now pointer members (Swig thing)
    - src/gdcmFile.[cxx|h] and gdcmPixelConvert.[cxx|h]:
      -- File::Initialise: PixelConverter setup moved away to
           PixelConverter::GrabInformationsFromHeader()
      -- File::GetImageDataIntoVector(): Lut R + Lut G + Lut B color table
         interpretation moved away to PixelConverter::BuildRGBImage()
17 files changed:
ChangeLog
Doc/CMakeLists.txt
Doc/Website/Sidebar.html
Doc/doxygen.config.in
gdcmPython/gdcm.i
src/gdcmBinEntry.h
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmHeader.cxx
src/gdcmHeader.h
src/gdcmJPEGFragmentsInfo.h
src/gdcmPixelConvert.cxx
src/gdcmPixelConvert.h
src/gdcmRLEFrame.h
vtk/vtkGdcmReader.cxx