]> Creatis software - gdcm.git/commit
File::GetImageOrientationPatient now acts as follow :
authorjpr <jpr>
Fri, 9 Dec 2005 12:22:49 +0000 (12:22 +0000)
committerjpr <jpr>
Fri, 9 Dec 2005 12:22:49 +0000 (12:22 +0000)
commit722e55dcbb3f875a53d0e625568eecfb6e97d4b7
tree48d72c2bc9e003ca0aefcab510424da97bc1b9ce
parent4c0fe0142482ede7dd8f5408f9303d78c213435b
File::GetImageOrientationPatient now acts as follow :
/**
  * \brief gets the info from 0020,0037 : Image Orientation Patient
  *                   or from 0020 0035 : Image Orientation (RET)
  *
  * (needed to organize DICOM files based on their x,y,z position)
  *
  * @param iop adress of the (6)float array to receive values.
  *        (defaulted as 1.,0.,0.,0.,1.,0. if nothing -or inconsistent stuff-
  *        is found.
  * @return true when one of the tag -with consistent values- is found
  *         false when nothing or inconsistent stuff - is found
  */
src/gdcmFile.cxx