]> Creatis software - gdcm.git/blobdiff - Example/exReadWriteFile.cxx
ENH: Remove stupid debug code...
[gdcm.git] / Example / exReadWriteFile.cxx
index 8bfd830890175549d5a61d22461371f89b479e6c..792ab82350fc8c01ffb84471b0decf1b9414c58c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exReadWriteFile.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/10 20:41:19 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2005/07/06 15:49:31 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -23,6 +23,7 @@
 #include "gdcmBinEntry.h"
 #include "gdcmSeqEntry.h"
 
+#include <stdlib.h> // for exit
  
 int main(int argc, char *argv[])
 {
@@ -57,7 +58,7 @@ std::cout << " --- WARNING --- WARNING --- WARNING --- WARNING ---" <<std::endl;
    std::string output   = argv[2];
 
    // First, let's create a gdcm::File
-   // that will contain all the Dicom Field but the Pixels Element
+   // that will contain all the Dicom fields but the Pixels Element
 
    gdcm::File *f1= new gdcm::File( filename );
 
@@ -210,6 +211,9 @@ std::cout << " --- WARNING --- WARNING --- WARNING --- WARNING ---" <<std::endl;
              << "]" << std::endl;
    std::cout << "Frame ref UID :["   << f1->GetEntryValue(0x0020,0x0052)
              << "]" << std::endl;
+   // User wants to get info about the 'real world' vs image
+
 
    // ------ User wants to load the pixels---------------------------------