]> Creatis software - gdcm.git/commit
* src/gdcmHeader.[cxx|h]:
authorfrog <frog>
Thu, 10 Jun 2004 13:28:53 +0000 (13:28 +0000)
committerfrog <frog>
Thu, 10 Jun 2004 13:28:53 +0000 (13:28 +0000)
commit19c54f9be7d29dcdd8fbb56b6308e55ed230441d
tree0d47548904954bb9dc3f454f2c982763e1536cab
parent9f596ccd6001b165eca959c6a7b104eb10ff9911
* src/gdcmHeader.[cxx|h]:
      - Predicates on the Transfer syntax (of the form Is[JPEF|RLE]*)
        and related, moved away to gdcmDocument.
      - Accessors (on the form [Get|Set]Entry*) set up to expose publicly
        the corresponding protected accessors of inherited class
        gdcmDocument, removed ! As a consequence gdcmFile had to be
        declared friend of class gdcmDocument (see below).
      - operator< moved to gdcmDocument (in fact it belongs to gdcmDicomDir).
      - Clean up of undefined or unused methods.
    * src/gdcmFile.[cxx|h]: added SetEntryByNumber (in order to take into
      account the changes to gdcmHeader.h).
    * src/gdcmDocument.h:
      - gdcmFile is now a friend class (in order to take into account the
        changes to gdcmHeader.h).
      - Predicates on the Transfer syntax (of the form Is[JPEF|RLE]*) added
        (see changes to gdcmHeader.h).
      - Accessors (reading on the form GetEntry*) are now public.
      - Clean up of undefined or unused methods.
    * src/gdcmDocument.cxx:
      - adaptation to changes to gdcmDocument.h
      - ::OpenFile now writes a verbose message when file cannot be opened.
      - some std::string properly set to VRKey
    * src/gdcmDicomDir.h: historical references to gdcmHeader changed to
      references to gdcmDocument.
    * Test/TestFindTags.cxx: changed accordingly to above changes.
    * gdcmPython/testSuite.py: adapted to renaming of acr files in
      cvs repository gdcmData.
ChangeLog
gdcmPython/testSuite.py
src/gdcm.h
src/gdcmDicomDir.cxx
src/gdcmDicomDir.h
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmFile.h
src/gdcmHeader.cxx
src/gdcmHeader.h