]> Creatis software - gdcm.git/commitdiff
Typo, comments
authorjpr <jpr>
Wed, 9 Mar 2005 19:16:33 +0000 (19:16 +0000)
committerjpr <jpr>
Wed, 9 Mar 2005 19:16:33 +0000 (19:16 +0000)
Example/CMakeLists.txt
Example/exAnonymizeNoLoad.cxx

index 87aeb09b0793d5fb454d6c96329229d82739f80b..22ff98f0c90004a85cadf8dc9d5613c600dc12b4 100644 (file)
@@ -10,7 +10,7 @@ SET(EXAMPLE_SOURCES
   exReadPapyrus
   exReadWriteFile
   exAnonymize
-  exAnonymizeNoLoad
+  exAnonymizeNoLoad  # without loading the Pixel Data
   exColorToRGB
   exGC
   exImageLighten
@@ -22,10 +22,12 @@ SET(EXAMPLE_SOURCES
   PrintHeader
   FindTags
   MakeDicomDir
+  AnonymizeDicomDir # without loading it as a gdcm::DicomDir
 
 #the following will be transformed into 'examples', or 'utilities'
 #              or will be removed
-
+  #test
   FlatHashTablePrint
   TestCopyDicom
   TestChangeHeader
index a5d6bf9ce08f42193541176afae8c19804f57535..4335a85a39ff918b6f7cb7d7fb64f99427237260 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exAnonymizeNoLoad.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/08 18:02:03 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2005/03/09 19:16:33 $
+  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
@@ -37,12 +37,11 @@ int main(int argc, char *argv[])
    if( argc < 3 )
     {
     std::cerr << "Usage " << argv[0] << " Source image.dcm  " 
-              << " Output image.dcm " << std::endl;
+              << std::endl;
     return 1;
     }
 
    std::string fileName       = argv[1];
-   std::string outputFileName = argv[2];
 
 // ============================================================
 //   Read the input image.