From 3674f1b2d43fb9523f6b8e235ee62189092dfdcb Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Tue, 20 Nov 2012 15:08:52 +0100 Subject: [PATCH] Bug #1796 Compilation error solved by removing an extra " in xml. (reverse-merged from commit c90d64402d0c6f88c286ba82520e78d9b1313018) --- bbtk/src/bbImagesChooserDialogBox.xml | 71 --------------------------- 1 file changed, 71 deletions(-) delete mode 100644 bbtk/src/bbImagesChooserDialogBox.xml 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();
-  
-
- -
- -- 2.45.0