From: Eduardo Davila Date: Mon, 31 May 2010 13:54:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~22 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=16518afbd220db4ca024ef587a63465513110157;hp=8191bd858508001620e1eae1366e1a43f448bc06;p=creaImageIO.git *** empty log message *** --- diff --git a/bbtk/src/bbImagesReader.cxx b/bbtk/src/bbImagesReader.cxx deleted file mode 100644 index 55d2cae..0000000 --- a/bbtk/src/bbImagesReader.cxx +++ /dev/null @@ -1,47 +0,0 @@ -//===== -// Don't edit this file. This file is generated from xml description.. -//===== -#include "bbImagesReader.h" -#include "bbcreaImageIOPackage.h" -namespace bbcreaImageIO -{ - -BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaImageIO,ImagesReader) -BBTK_BLACK_BOX_IMPLEMENTATION(ImagesReader,bbtk::AtomicBlackBox); -//===== -// Don't edit this file. This file is generated from xml description.. -//===== -void ImagesReader::Process() -{ - - creaImageIO::WxSimpleDlg dlg(0,crea::std2wx(bbGetInputTitle())); - dlg.ShowModal(); - bbSetOutputOut( dlg.getImagesSelected()); - - -} -//===== -// Don't edit this file. This file is generated from xml description.. -//===== -void ImagesReader::bbUserSetDefaultValues() -{ - -} -//===== -// Don't edit this file. This file is generated from xml description.. -//===== -void ImagesReader::bbUserInitializeProcessing() -{ - -} -//===== -// Don't edit this file. This file is generated from xml description.. -//===== -void ImagesReader::bbUserFinalizeProcessing() -{ - -} -} -// EO namespace bbcreaImageIO - - diff --git a/bbtk/src/bbImagesReader.h b/bbtk/src/bbImagesReader.h deleted file mode 100644 index 60de4bc..0000000 --- a/bbtk/src/bbImagesReader.h +++ /dev/null @@ -1,47 +0,0 @@ -//===== -// Don't edit this file. This file is generated from xml description.. -//===== -#ifndef __bbImagesReader_h_INCLUDED__ -#define __bbImagesReader_h_INCLUDED__ -#include "bbcreaImageIO_EXPORT.h" -#include "bbtkAtomicBlackBox.h" -#include "creaImageIOWxSimpleDlg.h" - -namespace bbcreaImageIO -{ - -class bbcreaImageIO_EXPORT ImagesReader - : - public bbtk::AtomicBlackBox -{ - BBTK_BLACK_BOX_INTERFACE(ImagesReader,bbtk::AtomicBlackBox); -typedef std::vector OutputImagesType; -//===== -// Don't edit this file. This file is generated from xml description.. -//===== - BBTK_DECLARE_INPUT(Title,std::string); - BBTK_DECLARE_OUTPUT(Out,OutputImagesType); - BBTK_PROCESS(Process); - void Process(); -//===== -// Don't edit this file. This file is generated from xml description.. -//===== -}; - -BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImagesReader,bbtk::AtomicBlackBox); -BBTK_NAME("ImagesReader"); -BBTK_AUTHOR("frederic.cervenansky@creatis.insa-lyon.fr"); -BBTK_DESCRIPTION("ImagesReader 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."); -BBTK_CATEGORY("image;reader;dicom"); -typedef std::vector OutputImagesType; -BBTK_INPUT(ImagesReader,Title,"Title of the dialog",std::string,""); -BBTK_OUTPUT(ImagesReader,Out,"The selected images",OutputImagesType,""); -BBTK_END_DESCRIBE_BLACK_BOX(ImagesReader); -//===== -// Don't edit this file. This file is generated from xml description.. -//===== -} -// EO namespace bbcreaImageIO - -#endif // __bbImagesReader_h_INCLUDED__ - diff --git a/bbtk/src/bbImagesReader.xml b/bbtk/src/bbImagesReader.xml deleted file mode 100644 index a2fba06..0000000 --- a/bbtk/src/bbImagesReader.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - cervenansky.frederic@creatis.insa-lyon.fr - - ImagesReader 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 - - - creaImageIOWxSimpleView.h - - - - -
-      typedef std::vector OutputImagesType;
-
- - - - - - -
-      creaImageIO::WxSimpleView 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();
-  
-
- -
-