]> Creatis software - gdcm.git/log
gdcm.git
19 years agoSTYLE: correct typo in comment
malaterre [Fri, 14 Jan 2005 21:31:46 +0000 (21:31 +0000)]
STYLE: correct typo in comment

19 years agoENH: Simplify gdcmSerieHeader API. SerieHeader should focus only on sorting DICOM...
malaterre [Fri, 14 Jan 2005 21:30:53 +0000 (21:30 +0000)]
ENH: Simplify gdcmSerieHeader API. SerieHeader should focus only on sorting DICOM file instead of providing way too many methods

19 years agoENH: Backport patch from ITK CVS. Serie need to take into accout the Serie Instance...
malaterre [Fri, 14 Jan 2005 21:03:54 +0000 (21:03 +0000)]
ENH: Backport patch from ITK CVS. Serie need to take into accout the Serie Instance UID before adding new files. A lot of the logic within vtkGdcmReader should also be backported here

19 years agoBUG: Try to fix Mathieu patch
malaterre [Fri, 14 Jan 2005 17:40:04 +0000 (17:40 +0000)]
BUG: Try to fix Mathieu patch

19 years agoBUG: Try to fix JP patch IV
malaterre [Fri, 14 Jan 2005 17:38:32 +0000 (17:38 +0000)]
BUG: Try to fix JP patch IV

19 years agoBUG: Try to fix JP patch III
malaterre [Fri, 14 Jan 2005 17:36:23 +0000 (17:36 +0000)]
BUG: Try to fix JP patch III

19 years agoBUG: Try to fix JP patch... again
malaterre [Fri, 14 Jan 2005 17:34:42 +0000 (17:34 +0000)]
BUG: Try to fix JP patch... again

19 years agoBUG: Try to fix JP patch
malaterre [Fri, 14 Jan 2005 17:33:24 +0000 (17:33 +0000)]
BUG: Try to fix JP patch

19 years agoCOMP: Fix warnings
malaterre [Fri, 14 Jan 2005 17:31:34 +0000 (17:31 +0000)]
COMP: Fix warnings

19 years ago * ENH - Comment out Mathieu's (dangerous) Super Hack
jpr [Fri, 14 Jan 2005 15:06:36 +0000 (15:06 +0000)]
   * ENH - Comment out Mathieu's (dangerous) Super Hack
      for dealing with BIGENDIAN processors
- Move equivalent stuff to BinEntry::WriteContent
When necessary, 16 Bits Pixels are swapped in a small buffer
and then written. This avoid allocating a huge buffer, in
PixelWriteConveror, and avoid modifying the Pixel Area.
Note :
      Probabely, the same operation will have to be done when we want
      to write image with Big Endian Transfert Syntax,
      and we are working onj Little Endian Processor

19 years ago * Missing changes... see my last commit
regrain [Fri, 14 Jan 2005 12:53:06 +0000 (12:53 +0000)]
   * Missing changes... see my last commit
   -- BeNours

19 years ago * src/gdcmDocument.[h|cxx] : comment all methods concerning a flat hash
regrain [Fri, 14 Jan 2005 11:28:28 +0000 (11:28 +0000)]
   * src/gdcmDocument.[h|cxx] : comment all methods concerning a flat hash
     table.
   * src/gdcmElementSet.[h|cxx] : rename Initialize into InitTraversal
   * src/gdcmDict.[h|cxx] : add InitTraversal/getNextEntry methods to parse
     all the dict content.
   * src/gdcmDictEntry.cxx : add a carriage return at the end of the DictEntry
     print
   * Test/TestDict.cxx : add a new test for the dict classes
   -- BeNours

19 years agoENH: If NDEBUG is passed to prepro then all debug stuff are yanked (should improve...
malaterre [Thu, 13 Jan 2005 22:39:14 +0000 (22:39 +0000)]
ENH: If NDEBUG is passed to prepro then all debug stuff are yanked (should improve speed), use at your own risk

19 years agoENH: update for Debug to file
malaterre [Thu, 13 Jan 2005 22:31:40 +0000 (22:31 +0000)]
ENH: update for Debug to file

19 years agoENH: Adding the Debug redirection to a file stream instead of cerr. I guess is useful...
malaterre [Thu, 13 Jan 2005 22:30:11 +0000 (22:30 +0000)]
ENH: Adding the Debug redirection to a file stream instead of cerr. I guess is usefull for poor Win32 user

19 years agoBUG: REvert last commit sorry for the noise
malaterre [Thu, 13 Jan 2005 19:15:43 +0000 (19:15 +0000)]
BUG: REvert last commit sorry for the noise

19 years agoENH: Adding a new supp file for valgrind
malaterre [Thu, 13 Jan 2005 19:13:42 +0000 (19:13 +0000)]
ENH: Adding a new supp file for valgrind

19 years agoENH: update Dart to deliver mail
malaterre [Thu, 13 Jan 2005 18:23:31 +0000 (18:23 +0000)]
ENH: update Dart to deliver mail

19 years ago * src/gdcmDictSet.h : set the default output to the os variable
regrain [Thu, 13 Jan 2005 16:35:36 +0000 (16:35 +0000)]
   * src/gdcmDictSet.h : set the default output to the os variable
   * src/gdcmDictEntry.[h|cxx] : add the Print method
   * gdcmPython/demo/ : add a new test
   -- BeNours

19 years agoCorrect misstyping
jpr [Thu, 13 Jan 2005 14:59:49 +0000 (14:59 +0000)]
Correct misstyping

19 years ago2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
jpr [Thu, 13 Jan 2005 14:56:39 +0000 (14:56 +0000)]
2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
   * merging of Test/PrintDicomDir and Test/TestDimoDir
* removal of now redundant Test/PrintDicomDir
* enhancement of Example/PrintDicomDir

19 years agoRemove redundant (with TestDicomDir) PrintDicomDir.cxx file
jpr [Thu, 13 Jan 2005 14:39:02 +0000 (14:39 +0000)]
Remove redundant (with TestDicomDir) PrintDicomDir.cxx file

19 years agoAllow to choose detail level display for DICOMDIR
jpr [Thu, 13 Jan 2005 14:20:18 +0000 (14:20 +0000)]
Allow to choose detail level display for DICOMDIR

19 years agoNow DicomDir::IsReadable() works
jpr [Thu, 13 Jan 2005 12:19:58 +0000 (12:19 +0000)]
Now DicomDir::IsReadable() works

19 years ago * Test/*DicomDir*.cxx : Verification that DicomDir are readable
regrain [Thu, 13 Jan 2005 11:22:57 +0000 (11:22 +0000)]
   * Test/*DicomDir*.cxx : Verification that DicomDir are readable
   -- BeNours

19 years ago * Example/PrintDicomDir.cxx : add readable informations on the DicomDir
regrain [Thu, 13 Jan 2005 11:05:26 +0000 (11:05 +0000)]
   * Example/PrintDicomDir.cxx : add readable informations on the DicomDir
   -- BeNours

19 years ago * Add the PrintDicomDir test
regrain [Thu, 13 Jan 2005 10:49:25 +0000 (10:49 +0000)]
   * Add the PrintDicomDir test
   -- BeNours

19 years ago * Now, python test might work on systems
regrain [Thu, 13 Jan 2005 10:37:55 +0000 (10:37 +0000)]
   * Now, python test might work on systems
   -- BeNours

19 years agoENH : Entry fffe have never VR. Don't verbose useless messages any longer
jpr [Thu, 13 Jan 2005 09:53:42 +0000 (09:53 +0000)]
ENH : Entry fffe have never VR. Don't verbose useless messages any longer

19 years agoModify comments and verbosity in DicomDir constuctor
jpr [Thu, 13 Jan 2005 09:46:54 +0000 (09:46 +0000)]
Modify comments and verbosity in DicomDir constuctor

19 years agoUpdate ChangeLog
jpr [Thu, 13 Jan 2005 09:24:07 +0000 (09:24 +0000)]
Update ChangeLog

19 years ago 2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
jpr [Thu, 13 Jan 2005 09:23:27 +0000 (09:23 +0000)]
 2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
   * FIX : First entry following group 0002 was lost for
        Explicit Big Endian Transfer Syntax files
          (group and elem not swaped)

19 years agoENH put a debug macro trying to find problem with makedicomDir on Win32
malaterre [Wed, 12 Jan 2005 22:19:23 +0000 (22:19 +0000)]
ENH put a debug macro trying to find problem with makedicomDir on Win32

19 years agoSTYLE: Naming convention require a capital letter for member variable + the accessor...
malaterre [Wed, 12 Jan 2005 22:09:55 +0000 (22:09 +0000)]
STYLE: Naming convention require a capital letter for member variable + the accessor was call GetDirName anyway

19 years agoENH: gdcmDebugMacro is now different from gdcmVerboseMacro as now it also display...
malaterre [Wed, 12 Jan 2005 21:53:32 +0000 (21:53 +0000)]
ENH: gdcmDebugMacro is now different from gdcmVerboseMacro as now it also display the last system error (very usefull for debug)

19 years agoBUG: makeDicomDir was not working on Borland
malaterre [Wed, 12 Jan 2005 21:24:17 +0000 (21:24 +0000)]
BUG: makeDicomDir was not working on Borland

19 years agoSTYLE: Remove warning about unused var
malaterre [Wed, 12 Jan 2005 19:49:34 +0000 (19:49 +0000)]
STYLE: Remove warning about unused var

19 years agoBUG: There was some duplicated code I didnt see. This fix D.Clunie problem I was...
malaterre [Wed, 12 Jan 2005 19:02:13 +0000 (19:02 +0000)]
BUG: There was some duplicated code I didnt see. This fix D.Clunie problem I was seeing on big endian

19 years agoSTYLE: Unused variable
malaterre [Wed, 12 Jan 2005 17:57:58 +0000 (17:57 +0000)]
STYLE: Unused variable

19 years agoUpdate Changelog
jpr [Wed, 12 Jan 2005 17:16:10 +0000 (17:16 +0000)]
Update Changelog

19 years agoBUG: The ijg has no notion of big endian, therefore always swap the jpeg stream
malaterre [Wed, 12 Jan 2005 17:14:40 +0000 (17:14 +0000)]
BUG: The ijg has no notion of big endian, therefore always swap the jpeg stream

19 years agoFIX : comparison between GDCM_NOTLOADED and Transfer Syntax
jpr [Wed, 12 Jan 2005 17:10:15 +0000 (17:10 +0000)]
FIX : comparison between GDCM_NOTLOADED and Transfer Syntax
      (related pb not yet solved)

19 years ago * Now, PrintHeader.py pass... but outside the ctest use. shit !
regrain [Wed, 12 Jan 2005 17:06:31 +0000 (17:06 +0000)]
   * Now, PrintHeader.py pass... but outside the ctest use. shit !
   -- BeNours

19 years agoBUG: Fix the FUNCTION on borland
malaterre [Wed, 12 Jan 2005 15:58:03 +0000 (15:58 +0000)]
BUG: Fix the FUNCTION on borland

19 years agoBUG: Fix build of gdcm on SunOS + gcc. Thanks for report by Jean Michel Rouet
malaterre [Wed, 12 Jan 2005 15:28:27 +0000 (15:28 +0000)]
BUG: Fix build of gdcm on SunOS + gcc. Thanks for report by Jean Michel Rouet

19 years ago * Bug fix for the python part use
regrain [Wed, 12 Jan 2005 15:23:43 +0000 (15:23 +0000)]
   * Bug fix for the python part use
   -- BeNours

19 years ago2005-01-12 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
jpr [Wed, 12 Jan 2005 15:22:23 +0000 (15:22 +0000)]
2005-01-12 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
   * FIX : Old quick and dirty 'optimistic' heuristic to deal with
        Big Endian Transfer Syntax supposed the group following 0002
  begins alawys by element 0000 (element 0000 is *optional*)
  To avoid further troubles, let's be pessimistic, and use
  Document::HandleOutOfGroup0002() method

19 years ago * gdcmPython/gdcm.i : bug fix when compiling with MSCV
regrain [Wed, 12 Jan 2005 13:21:49 +0000 (13:21 +0000)]
   * gdcmPython/gdcm.i : bug fix when compiling with MSCV
   -- BeNours

19 years agoAdd verbosity
jpr [Wed, 12 Jan 2005 11:40:50 +0000 (11:40 +0000)]
Add verbosity

19 years agoEnhence some comments
jpr [Wed, 12 Jan 2005 11:33:39 +0000 (11:33 +0000)]
Enhence some comments

19 years agoTry to explain better what SwapCode means
jpr [Wed, 12 Jan 2005 10:47:44 +0000 (10:47 +0000)]
Try to explain better what SwapCode means

19 years agoBUG: Sorry I changed my mind it was getting worse...
malaterre [Tue, 11 Jan 2005 23:49:01 +0000 (23:49 +0000)]
BUG: Sorry I changed my mind it was getting worse...

19 years agoBUG: Ok I don't understand why but this allow me to read properly 012345.002.050...
malaterre [Tue, 11 Jan 2005 23:26:55 +0000 (23:26 +0000)]
BUG: Ok I don't understand why but this allow me to read properly 012345.002.050.dcm on a Big endian machine

19 years agoENH: Minor cleanup. Moved the cleanup of the transfer syntax directly within the...
malaterre [Tue, 11 Jan 2005 23:16:47 +0000 (23:16 +0000)]
ENH: Minor cleanup. Moved the cleanup of the transfer syntax directly within the gdcm::TS class

19 years agoENH: Since HandleOutOfGroup0002 need access to the transfer syntax move the method...
malaterre [Tue, 11 Jan 2005 23:06:35 +0000 (23:06 +0000)]
ENH: Since HandleOutOfGroup0002 need access to the transfer syntax move the method GetTransferSyntaxName from Header to Document

19 years agoBUG: Fix bug for Philips NTSCAN, this was fixed everywhere except the main tree...
malaterre [Tue, 11 Jan 2005 22:46:22 +0000 (22:46 +0000)]
BUG: Fix bug for  Philips NTSCAN, this was fixed everywhere except the main tree...

19 years agoBUG: Remove left over from LibIDO. SwapCode = 12 / 21 don t exist anymore. Also remov...
malaterre [Tue, 11 Jan 2005 22:40:31 +0000 (22:40 +0000)]
BUG: Remove left over from LibIDO. SwapCode = 12 / 21 don t exist anymore. Also remove SwapCode= 0 it doesnt mean anything replace by 1234

19 years agoSTYLE: print address in hex, for hexedit
malaterre [Tue, 11 Jan 2005 22:05:22 +0000 (22:05 +0000)]
STYLE: print address in hex, for hexedit

19 years agoSTYLE: minor cleanup
malaterre [Tue, 11 Jan 2005 21:49:23 +0000 (21:49 +0000)]
STYLE: minor cleanup

19 years agoBUG: This super duper HACK should solve the problem on the dashboard. This is a hack...
malaterre [Tue, 11 Jan 2005 20:49:44 +0000 (20:49 +0000)]
BUG: This super duper HACK should solve the problem on the dashboard. This is a hack and should hopefully desepear someday

19 years agoBUG: Solve the previous stoopid bug introduce while moving the transfer syntax out...
malaterre [Tue, 11 Jan 2005 19:03:00 +0000 (19:03 +0000)]
BUG: Solve the previous stoopid bug introduce while moving the transfer syntax out of gdcm::Document. Update changelog

19 years agoENH: Remap borland __FUNC__ to the c9x __FUNCTION__
malaterre [Tue, 11 Jan 2005 17:54:10 +0000 (17:54 +0000)]
ENH: Remap borland __FUNC__ to the c9x __FUNCTION__

19 years agoSTYLE: minor clean up
malaterre [Tue, 11 Jan 2005 17:19:38 +0000 (17:19 +0000)]
STYLE: minor clean up

19 years agoENH: Untangle the transfer syntax from the Document. The Document can only read a...
malaterre [Tue, 11 Jan 2005 16:44:42 +0000 (16:44 +0000)]
ENH: Untangle the transfer syntax from the Document. The Document can only read a string and can only ask gdcm::TS what are the property of the transfer syntax

19 years agoAdd verbosity
jpr [Tue, 11 Jan 2005 15:58:36 +0000 (15:58 +0000)]
Add verbosity

19 years agoSome more Doxygenation (for Doc/html.developper/annotated.html)
jpr [Tue, 11 Jan 2005 15:15:37 +0000 (15:15 +0000)]
Some more Doxygenation (for Doc/html.developper/annotated.html)

19 years agoSTYLE: minor
malaterre [Tue, 11 Jan 2005 14:39:03 +0000 (14:39 +0000)]
STYLE: minor

19 years agoBUG: Fix gdcm build on SunOS, where gethostname could not be resolved
malaterre [Tue, 11 Jan 2005 14:38:48 +0000 (14:38 +0000)]
BUG: Fix gdcm build on SunOS, where gethostname could not be resolved

19 years ago2005-01-11 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
jpr [Tue, 11 Jan 2005 11:37:12 +0000 (11:37 +0000)]
2005-01-11 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
   * Replace confusing name SwitchSwapToBigEndian name by SwitchByteSwapCode
   * Add the Document::HandleOutOfGroup0002(uint16_t group) method
    to swap the Swap Code, at parsing time, when we come out of group 0002
 and Transfer Syntax is Big Endian
 We should be able to read now 'true DICOM' Big Endian coded images
 * Add optional run time SetDebugOn (last param) for PrintHeader, PrintFile
 * Replace the french 'Transfert Syntax' by the english 'Transfer Syntax'

19 years agoENH: Adding 1.2.840.113619.5.2 .. test still doesn't work I don't understand why
malaterre [Tue, 11 Jan 2005 00:52:59 +0000 (00:52 +0000)]
ENH: Adding 1.2.840.113619.5.2 .. test still doesn't work I don't understand why

19 years agoENH: Adding a new method on TS: IsTransferSyntax. Where you pass in a string and...
malaterre [Tue, 11 Jan 2005 00:37:41 +0000 (00:37 +0000)]
ENH: Adding a new method on TS: IsTransferSyntax. Where you pass in a string and it return if this is a valid Transfer Syntax. So far gdcm is broken since 1.2.840.113619.5.2 is not handled

19 years agoSTYLE: Rework IsCurrentProcessorBigEndian to be smarter
malaterre [Tue, 11 Jan 2005 00:24:44 +0000 (00:24 +0000)]
STYLE: Rework IsCurrentProcessorBigEndian to be smarter

19 years agoSTYLE: minor clean up
malaterre [Tue, 11 Jan 2005 00:21:48 +0000 (00:21 +0000)]
STYLE: minor clean up

19 years agoBUG: Cannot include file within a namespace otherwise name gets mangled
malaterre [Mon, 10 Jan 2005 22:54:34 +0000 (22:54 +0000)]
BUG: Cannot include file within a namespace otherwise name gets mangled

19 years agoENH: Finally remove previous solution. Found a much better (and simplier approach...
malaterre [Mon, 10 Jan 2005 20:52:39 +0000 (20:52 +0000)]
ENH: Finally remove previous solution. Found a much better (and simplier approach) that -seems to- works in every configuration: Win32 static/shared and MacOSX (within ITK or not)

19 years agoENH: update changelog about Mac vs VS6 and static initialization
malaterre [Mon, 10 Jan 2005 19:25:02 +0000 (19:25 +0000)]
ENH: update changelog about Mac vs VS6 and static initialization

19 years agoBUG: Hopefully fix the bug on MacOSX and static global initialization. This is the...
malaterre [Mon, 10 Jan 2005 19:23:31 +0000 (19:23 +0000)]
BUG: Hopefully fix the bug on MacOSX and static global initialization. This is the only -minor- patch I found that both please MacOSX and VS6. Other patch would be to declare a const std::string & GDCM_UNFOUND() instead, but this would require a lot of change. Another approach wqould be that Global create those string and GDCM_UNFOUND becomes a pointer to a string (which gdcm::Global would destroy at exit).

19 years agoCOMP: Fix Win32 compilation
malaterre [Mon, 10 Jan 2005 18:09:07 +0000 (18:09 +0000)]
COMP: Fix Win32 compilation

19 years agoDoxygenation
jpr [Mon, 10 Jan 2005 17:17:52 +0000 (17:17 +0000)]
Doxygenation

19 years agoAdd some verbosity
jpr [Mon, 10 Jan 2005 17:09:49 +0000 (17:09 +0000)]
Add some verbosity

19 years agoENH: Add some verbosity
malaterre [Mon, 10 Jan 2005 03:09:07 +0000 (03:09 +0000)]
ENH: Add some verbosity

19 years agoBUG: Solve -hopefully- problem on MacOSX where gdcm seemed to stop working. More...
malaterre [Sun, 9 Jan 2005 00:13:26 +0000 (00:13 +0000)]
BUG: Solve -hopefully- problem on MacOSX where gdcm seemed to stop working. More detail in gdcmGlobal.cxx

19 years agoENH: Update for new sstream
malaterre [Sat, 8 Jan 2005 23:18:30 +0000 (23:18 +0000)]
ENH: Update for new sstream

19 years agoTwo things at once: start removing hack for old ostrstream which was really bad ...
malaterre [Sat, 8 Jan 2005 23:14:05 +0000 (23:14 +0000)]
Two things at once: start removing hack for old ostrstream which was really bad (and shouldn't work anyway). Plus attempt to fix problem with multithread on Mac where string object are not created properly.

19 years agoENH: Adding the FreeBSD version + doc
malaterre [Sat, 8 Jan 2005 23:00:23 +0000 (23:00 +0000)]
ENH: Adding the FreeBSD version + doc

19 years agoCOMP: Fix compile warnings on some system
malaterre [Sat, 8 Jan 2005 15:55:57 +0000 (15:55 +0000)]
COMP: Fix compile warnings on some system

19 years agoUpdate ChangeLog
jpr [Sat, 8 Jan 2005 15:06:59 +0000 (15:06 +0000)]
Update ChangeLog

19 years agoAccording to Benoit's suggestion, and without any objection from anybody
jpr [Sat, 8 Jan 2005 15:03:56 +0000 (15:03 +0000)]
According to Benoit's suggestion, and without any objection from anybody
- methods SetxxxByNumber and GetxxxByNumber renamed as Setxxx and Get xxx
- methods Dict::Print() and Dict::PrintByKey() merged into Dict::Print()
- method gdcmDicomDirObject::GetEntry() renamed as
         gdcmDicomDirObject::GetEntryHT() to avoid confusion (and compile error)

19 years agoCOMP: Need some special lib on apple
malaterre [Sat, 8 Jan 2005 00:16:25 +0000 (00:16 +0000)]
COMP: Need some special lib on apple

19 years agoCOMP: remove warnings
malaterre [Sat, 8 Jan 2005 00:03:10 +0000 (00:03 +0000)]
COMP: remove warnings

19 years agoENH: blind shot to fix problem
malaterre [Sat, 8 Jan 2005 00:01:35 +0000 (00:01 +0000)]
ENH: blind shot to fix problem

19 years agoENH: Addingh MACOSX version
malaterre [Fri, 7 Jan 2005 23:59:12 +0000 (23:59 +0000)]
ENH: Addingh MACOSX version

19 years agoCOMP: doh !
malaterre [Fri, 7 Jan 2005 23:44:46 +0000 (23:44 +0000)]
COMP: doh !

19 years agoENH: properly copy the mac address
malaterre [Fri, 7 Jan 2005 23:43:59 +0000 (23:43 +0000)]
ENH: properly copy the mac address

19 years agoBUG: assert was inversed
malaterre [Fri, 7 Jan 2005 23:10:10 +0000 (23:10 +0000)]
BUG: assert was inversed

19 years agoENH: minor style
malaterre [Fri, 7 Jan 2005 22:24:00 +0000 (22:24 +0000)]
ENH: minor style

19 years agoENH: minor style
malaterre [Fri, 7 Jan 2005 22:22:02 +0000 (22:22 +0000)]
ENH: minor style

19 years agoENH: Third pass for assert. Now uses the gdcmAssertMacro
malaterre [Fri, 7 Jan 2005 22:19:48 +0000 (22:19 +0000)]
ENH: Third pass for assert. Now uses the gdcmAssertMacro

19 years agoENH: Second pass at removing name of function from hardcoded string from gdcmErrorMacro.
malaterre [Fri, 7 Jan 2005 22:06:47 +0000 (22:06 +0000)]
ENH: Second pass at removing name of function from hardcoded string from gdcmErrorMacro.

19 years agoENH: First pass at removing name of function from hardcoded string from gdcmVerboseMa...
malaterre [Fri, 7 Jan 2005 22:03:30 +0000 (22:03 +0000)]
ENH: First pass at removing name of function from hardcoded string from gdcmVerboseMacro. There were a lot of them that were wrong anyway...