]> Creatis software - gdcm.git/commitdiff
Typos on refs to docs.
authorfrog <frog>
Fri, 8 Oct 2004 08:42:11 +0000 (08:42 +0000)
committerfrog <frog>
Fri, 8 Oct 2004 08:42:11 +0000 (08:42 +0000)
src/gdcmRLEFrame.h
src/gdcmRLEFramesInfo.h

index 3eb74aacd308ef5c19ec6a3566590d3b591c301e..f65894261e4f6c0265fc048379467abf2c755b32 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFrame.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/06 22:31:31 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2004/10/08 08:42:11 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 
 /**
  * \brief Utility class for summerizing the informations of a SINGLE RLE
- *        frame of an "Encapsulated RLE Compressed Image" (see PS-3.3 annex G).
+ *        frame of an "Encapsulated RLE Compressed Image" (refer to
+ *        PS 3.5-2003 annex G).
  *        This information is a mix of:
- *        - the RLE Header (see PS-3.3 section G5) and
+ *        - the RLE Header (see PS 3.5-2003 section G5) and
  *        - the lengths of each RLE segment [ which can be decuded from
  *          both the above RLE Header and the itemlength of the frame).
  *
index 3bc1058ad711ca44975f04ca42808ee040c3c37c..0e3f608a514c2f5dec8ed04732eef175b53206f3 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/06 09:58:08 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2004/10/08 08:42:11 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -26,7 +26,7 @@
 /**
  * \brief Utility class for gathering the informations of the collection
  *        of RLE frame[s] (see \ref gdcmRLEFrame)  when handling
- *        "Encapsulated RLE Compressed Images" (see PS-3.3 annex G). 
+ *        "Encapsulated RLE Compressed Images" (see PS 3.5-2003 annex G). 
  *        Note: a classical image can be considered as the degenerated case
  *              of a multiframe image. In this case the collection is limited
  *              to a single individual frame.