//===== // Don't edit this file. This file is generated from xml description.. //===== #ifdef _USE_WXWIDGETS_ #ifndef __bbcreaMaracasVisuManualPaint_h_INCLUDED__ #define __bbcreaMaracasVisuManualPaint_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkWxBlackBox.h" #include "vtkImageData.h" #include "wxVtkBaseView.h" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT ManualPaint : public bbtk::WxBlackBox { BBTK_BLACK_BOX_INTERFACE(ManualPaint,bbtk::WxBlackBox); //===== // Don't edit this file. This file is generated from xml description.. //===== BBTK_DECLARE_INPUT(In,vtkImageData*); BBTK_DECLARE_INPUT(WxVtkBaseView,wxVtkBaseView*); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); void CreateWidget(wxWindow*); bool firsttime; //===== // Don't edit this file. This file is generated from xml description.. //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(ManualPaint,bbtk::WxBlackBox); BBTK_NAME("ManualPaint"); BBTK_AUTHOR("eduardo davila (Creatis)"); BBTK_DESCRIPTION("Voxel manual paint"); BBTK_CATEGORY("__CategoryBlackBox__"); BBTK_INPUT(ManualPaint,In,"Input image to be modified",vtkImageData*,""); BBTK_INPUT(ManualPaint,WxVtkBaseView,"creaMaracasVisu viewer",wxVtkBaseView*,""); BBTK_END_DESCRIBE_BLACK_BOX(ManualPaint); //===== // Don't edit this file. This file is generated from xml description.. //===== } // EO namespace bbcreaMaracasVisu #endif // __bbcreaMaracasVisuManualPaint_h_INCLUDED__ #endif // _USE_WXWIDGETS_