]> Creatis software - gdcm.git/commitdiff
Add comments/warnings
authorjpr <jpr>
Fri, 30 Jun 2006 09:52:53 +0000 (09:52 +0000)
committerjpr <jpr>
Fri, 30 Jun 2006 09:52:53 +0000 (09:52 +0000)
Example/exOverlaysACR.cxx

index 61590cf985d4b4ce071676cd841450f07b03c4da..21d69bc3a4707652d89fca7648d22544c2fb3670 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exOverlaysACR.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/10/25 14:52:28 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2006/06/30 09:52:53 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -134,6 +134,8 @@ int main(int argc, char *argv[])
 
    // We don't use a gdcm::FileHelper, since it rubs out 
    // the 'non image' bits of the pixels...
+   
+   /// \todo : Previous remark doesn't work if pixels are compressed !
 
    int nx = f->GetXSize();
    int ny = f->GetYSize();