]> Creatis software - gdcm.git/commit
* src/gdcmPixelWriteConvert.[h|cxx] : new class to write datas (and in the
authorregrain <regrain>
Fri, 3 Dec 2004 11:55:37 +0000 (11:55 +0000)
committerregrain <regrain>
Fri, 3 Dec 2004 11:55:37 +0000 (11:55 +0000)
commit5d1776a78fb7d94a8325a00e438f7be82c16053c
treec973f9f42736b94863d10a7b746358ec4b48da8a
parent2bb60efea83f2bfa1823f27b2a5536a0e6cfd8c0
   * src/gdcmPixelWriteConvert.[h|cxx] : new class to write datas (and in the
     future, with convertion)
   * src/gdcmFile.[h|cxx] : the PixelWriteConverter instance replace Pixel_Data
     and ImageDataSize values. Remove the method to get the PixelReadConverter
     from the output of the class
   -- BeNours
ChangeLog
Example/PrintFile.cxx
Example/TestWrite.cxx
Example/Write.cxx
src/CMakeLists.txt
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmPixelReadConvert.h
src/gdcmPixelWriteConvert.cxx [new file with mode: 0644]
src/gdcmPixelWriteConvert.h [new file with mode: 0644]