//===== // 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