]> Creatis software - gdcm.git/commit
ENH: Change the gdcmDebug approach. Remov the global static debug 'dbg'. And now...
authormalaterre <malaterre>
Fri, 7 Jan 2005 16:26:11 +0000 (16:26 +0000)
committermalaterre <malaterre>
Fri, 7 Jan 2005 16:26:11 +0000 (16:26 +0000)
commit70b9dde9da207191fa6d799fdf03c2aff7941273
treed5a42eb0fbee1e14242873c4d5782adf5fd65048
parent35f7ab660f4666048f222f099e9549177f1e2021
ENH: Change the gdcmDebug approach. Remov the global static debug 'dbg'. And now use a static function call instead, with a global variable. This is much closer to the VTK approach. Hopefully should be bulletproof and easier to use...hopefully
18 files changed:
Example/TestFromScratch.cxx
src/gdcmDebug.cxx
src/gdcmDebug.h
src/gdcmDicomDir.cxx
src/gdcmDicomDirElement.cxx
src/gdcmDict.cxx
src/gdcmDictEntry.cxx
src/gdcmDictSet.cxx
src/gdcmDocEntrySet.cxx
src/gdcmDocument.cxx
src/gdcmElementSet.cxx
src/gdcmFile.cxx
src/gdcmGlobal.cxx
src/gdcmHeader.cxx
src/gdcmPixelReadConvert.cxx
src/gdcmSQItem.cxx
src/gdcmTS.cxx
src/gdcmVR.cxx