]> Creatis software - gdcm.git/commit
* Add Command and CommandManager to have possible callback
authorregrain <regrain>
Mon, 28 Nov 2005 15:20:29 +0000 (15:20 +0000)
committerregrain <regrain>
Mon, 28 Nov 2005 15:20:29 +0000 (15:20 +0000)
commit46afb30d2d016a9b1581c7ee4ca96d614a35203c
tree0c25da12c60878ce756304f0aa7509413ace830a
parentd7531a8099267279c067b9115309cdc10f8eb46d
   * Add Command and CommandManager to have possible callback
     on Error/Warning/Debug and too on Progression.
     So more callback types can be added
   * Change the gdcm::Debug macros to have the Command call
   * Change the method names in gdcm::Debug to be more correct of their
     goal
   -- BeNours
42 files changed:
Testing/CMakeLists.txt
Testing/TestCommand.cxx [new file with mode: 0644]
Testing/TestMakeDicomDir.cxx
Testing/TestUtil.cxx
src/CMakeLists.txt
src/gdcmCallbackCommand.cxx [new file with mode: 0644]
src/gdcmCallbackCommand.h [new file with mode: 0644]
src/gdcmCommand.cxx [new file with mode: 0644]
src/gdcmCommand.h [new file with mode: 0644]
src/gdcmCommandManager.cxx [new file with mode: 0644]
src/gdcmCommandManager.h [new file with mode: 0644]
src/gdcmDebug.cxx
src/gdcmDebug.h
src/gdcmDicomDir.cxx
src/gdcmDicomDir.h
src/gdcmDicomDirElement.h
src/gdcmDicomEntry.h
src/gdcmDict.h
src/gdcmDictGroupName.h
src/gdcmDictSet.cxx
src/gdcmDictSet.h
src/gdcmDirList.cxx
src/gdcmDirList.h
src/gdcmDocEntry.h
src/gdcmDocEntrySet.h
src/gdcmFileHelper.h
src/gdcmGlobal.cxx
src/gdcmJPEGFragment.cxx
src/gdcmJPEGFragmentsInfo.cxx
src/gdcmJpeg.cxx
src/gdcmJpeg2000.cxx
src/gdcmMacro.h
src/gdcmOrientation.h
src/gdcmPixelReadConvert.cxx
src/gdcmRLEFrame.cxx
src/gdcmRLEFramesInfo.cxx
src/gdcmRefCounter.h
src/gdcmSerieHelper.h
src/gdcmTS.h
src/gdcmUtil.cxx
src/gdcmVR.h
src/gdcmValidator.h