]> Creatis software - clitk.git/blobdiff - tools/clitkImage2DicomRTStruct.cxx
First version of the builder of relpos database
[clitk.git] / tools / clitkImage2DicomRTStruct.cxx
index e48272c779ca68d47b06bb6380cedb8bb07c151e..d71491ba8d12ea5e6ef26a6f45316a4b8fb44a73 100644 (file)
@@ -39,8 +39,9 @@ int main(int argc, char * argv[]) {
   
   // Write result
   clitk::DicomRT_StructureSet::Pointer s = filter.GetDicomRTStruct();
-  s->Write(args_info.output_arg);
+  //  s->Write(args_info.output_arg);
 
   // This is the end my friend 
   return 0;
 }
+//--------------------------------------------------------------------