From: Claire Mouton Date: Tue, 20 Nov 2012 14:08:52 +0000 (+0100) Subject: Bug #1796 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaImageIO.git;a=commitdiff_plain;h=3674f1b2d43fb9523f6b8e235ee62189092dfdcb Bug #1796 Compilation error solved by removing an extra " in xml. (reverse-merged from commit c90d64402d0c6f88c286ba82520e78d9b1313018) --- diff --git a/bbtk/src/bbImagesChooserDialogBox.xml b/bbtk/src/bbImagesChooserDialogBox.xml deleted file mode 100644 index f5ee308..0000000 --- a/bbtk/src/bbImagesChooserDialogBox.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - cervenansky.frederic@creatis.insa-lyon.fr - - ImagesChooserDialogBox is a simple application to select file(s) or directory or data from Gimmick database and display them. It handles DICOM, jpg, tif, png, bmp and mhd. - - image;reader;dicom; - - - creaImageIOWxSimpleDlg.h - - - - -
-      typedef std::vector OutputImagesType;
-
- - - - - - -
-      creaImageIO::WxSimpleDlg dlg(0,crea::std2wx(bbGetInputTitle()));
-      dlg.ShowModal();
-      if (bbGetInputOutput()==0)
-      {
-         bbSetOutputOut( x.getImagesSelected());
-      }
-
-    
-
- - - - -
-      bbSetInputImageDimension(3);
-      bbSetInputTitle("Select image(s)");
-      bbSetInputOutput(0);
-      bbSetOutputOut(0);
-    
-
- - - -
-      bbSetOutputOut(0);
-    
-
- - - -
-      std::vector::iterator i;
-    for (i=bbGetOutputOut2().begin();i!=bbGetOutputOut2().end();++i) (*i)->Delete();
-  
-
- -
-