]> Creatis software - gdcm.git/commit
* src/gdcmValEntry.h: member voidArea type changed from char* to void*.
authorfrog <frog>
Wed, 9 Jun 2004 15:00:42 +0000 (15:00 +0000)
committerfrog <frog>
Wed, 9 Jun 2004 15:00:42 +0000 (15:00 +0000)
commit9f596ccd6001b165eca959c6a7b104eb10ff9911
treec795e896f08a2b0982bc04d9e9787bf301dd4596
parent054831cf90388689ca00fd96283258985ef4fc1f
* src/gdcmValEntry.h: member voidArea type changed from char* to void*.
    * src/gdcmBinEntry.h: member voidArea commented out, since it potentially
      conflicts with gdcmValEntry::voidArea.
    * src/gdcmValEntry.cxx: unmatching comment wiped out.
    * src/gdcmVR.[h|cxx]: added two predicates that partition the possible
      Value representation between StringRepresentable and BinaryRepresentable.
    * src/gdcmDocument.cxx:
      - method ParseDES: proper indentation restored and usage of
        gdcmVR::IsVROfGdcmStringRepresentable wired in.
      - method LoadDocEntry: the fingerprint left in the SetValue() of
        unloaded entries (length > MaxSizeLoadEntry) had curiously been
        removed. Reverting to previous code segment with the proper
        dynamic_cast< gdcmValEntry* >.
        Note: this was (partially) breaking the python test suite
              (gdcmPython/testSuite.py) that made usage of the above
              fingerprint to check presence of "Pixel Data".
    * src/gdcmDocEntry.h: coding style.
    * gdcmPython/__init__.py: environement variable GDCM_DATA_PATH is
      now taken into account.
    * gdcmPython/gdcm.i: adaptation to the new internal representation
      of gdcm (exit gdcmParser, hello gdcmDocument).
    * gdcmPython/testSuite.py: quick and dirty fix for loading vtkgdcmPython
      on posix.
    * gdcmPython/demo/PrintHeader.py: doesn't use the gdcmDocument::Print()
      anymore, but instead prints the loaded Python dictionary.
    * .... alas, the python testSuite is still broken.
ChangeLog
gdcmPython/__init__.py
gdcmPython/demo/PrintHeader.py
gdcmPython/gdcm.i
gdcmPython/testSuite.py
src/gdcmDocEntry.h
src/gdcmDocument.cxx
src/gdcmVR.cxx
src/gdcmVR.h
src/gdcmValEntry.cxx