//===== // 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) //===== #ifndef __bbcreaContoursGetWxVtkBaseView_h_INCLUDED__ #define __bbcreaContoursGetWxVtkBaseView_h_INCLUDED__ #include "bbcreaContours_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "wxVtkBaseView.h" #include "wxContourMainFrame.h" namespace bbcreaContours { class bbcreaContours_EXPORT GetWxVtkBaseView : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(GetWxVtkBaseView,bbtk::AtomicBlackBox); //===== // 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(WxContourMainFrame,wxContourMainFrame*); BBTK_DECLARE_OUTPUT(Out,wxVtkBaseView* ); BBTK_PROCESS(Process); void Process(); //===== // 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(GetWxVtkBaseView,bbtk::AtomicBlackBox); BBTK_NAME("GetWxVtkBaseView"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(GetWxVtkBaseView,WxContourMainFrame,"wxContourMainFrame",wxContourMainFrame*,""); BBTK_OUTPUT(GetWxVtkBaseView,Out,"wxVtkBaseView",wxVtkBaseView*,""); BBTK_END_DESCRIBE_BLACK_BOX(GetWxVtkBaseView); //===== // 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 bbcreaContours #endif // __bbcreaContoursGetWxVtkBaseView_h_INCLUDED__