]> Creatis software - gdcm.git/commit - src/gdcmDocument.h
2005-01-12 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
authorjpr <jpr>
Wed, 12 Jan 2005 15:22:23 +0000 (15:22 +0000)
committerjpr <jpr>
Wed, 12 Jan 2005 15:22:23 +0000 (15:22 +0000)
commit35d345304e70ddd87907ab52018ca992eb360e87
treead7af2818bd5597a20c1ec4c605d6e350c0e83fe
parentedbee79e15e8c0beccecc7fff0a05ca4592239d2
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
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmPixelReadConvert.cxx