]> Creatis software - gdcm.git/commit
* src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
authorfrog <frog>
Mon, 21 Oct 2002 10:29:42 +0000 (10:29 +0000)
committerfrog <frog>
Mon, 21 Oct 2002 10:29:42 +0000 (10:29 +0000)
commitbaecaa4a3a8de7d236921b836a442ff7ac7e65ee
treeb9bccada513adcd04ed2ec9ce546b303d932f92d
parent884472a9ba7fe8b2750daca844a7e382d0d97e33
  * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
        concentrates on finding the value representation (when it exists).
        RecupLgr now only finds the element value length, and it avoids
        returning the unecessary skL (skipped length).
        Also, offsetCourant was simply removed (with taille_fich) since
        it was redundant with the File position internals (by using
        ftell and fseek). This also made skL (see above in RecupLgr) usage
        jajun.
      * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
        on the libido specificities which are handled through class
        inheritance.
      * Test/implicit_vr.dcm dicom v3 in implicit value representation
        added.   --- Frog
ChangeLog
src/Makefile
src/gdcmElValue.cxx
src/gdcmHeader.cxx
src/gdcmHeaderIdo.cxx [new file with mode: 0644]
src/gdcmIdo.h [new file with mode: 0644]
src/gdcmlib.h