//===== // 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("ImagesRedear 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__