//===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== #ifdef _USE_WXWIDGETS_ #ifndef __bbcreaMaracasVisuwxManualTree_MPRWidget_Box_h_INCLUDED__ #define __bbcreaMaracasVisuwxManualTree_MPRWidget_Box_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkWxBlackBox.h" #include namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT wxManualTree_MPRWidget_Box : public bbtk::WxBlackBox { BBTK_BLACK_BOX_INTERFACE(wxManualTree_MPRWidget_Box,bbtk::WxBlackBox); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== BBTK_DECLARE_INPUT(In,vtkImageData*); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); void CreateWidget(wxWindow*); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(wxManualTree_MPRWidget_Box,bbtk::WxBlackBox); BBTK_NAME("wxManualTree_MPRWidget_Box"); BBTK_AUTHOR("Info-Dev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("__CategoryBlackBox__"); BBTK_INPUT(wxManualTree_MPRWidget_Box,In,"Image",vtkImageData*,""); BBTK_END_DESCRIBE_BLACK_BOX(wxManualTree_MPRWidget_Box); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== } // EO namespace bbcreaMaracasVisu #endif // __bbcreaMaracasVisuwxManualTree_MPRWidget_Box_h_INCLUDED__ #endif // _USE_WXWIDGETS_