]> Creatis software - clitk.git/blobdiff - tools/clitkDicomRTStruct2BinaryImage.cxx
QtNetwork is a required dependency of vvRegisterForm
[clitk.git] / tools / clitkDicomRTStruct2BinaryImage.cxx
index d46e6ecad2540bcf57b624de1001dd8ba8ecfbfe..97eff971d4fb4b26f923d1a56357cc1424cbceb4 100644 (file)
@@ -4,7 +4,7 @@
 
   Authors belongs to: 
   - University of LYON           http://www.universite-lyon.fr/
-  - Léon Bérard cancer center    http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center    http://www.centreleonberard.fr
   - CREATIS CNRS laboratory      http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -30,7 +30,9 @@ int main(int argc, char * argv[]) {
   // Read and display information
   clitk::DicomRT_StructureSet::Pointer s = clitk::DicomRT_StructureSet::New();
   s->Read(args_info.input_arg);
-  // s->Print(std::cout);
+  if (args_info.verboseFile_flag) {
+    s->Print(std::cout);
+  }
   
   // New filter to convert to binary image
   clitk::DicomRT_ROI_ConvertToImageFilter filter;