//===== // 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 __bbcreaMaracasVisuwxVtkBaseViewToVtkRenderer_h_INCLUDED__ #define __bbcreaMaracasVisuwxVtkBaseViewToVtkRenderer_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkRenderer.h" #include "wxVtkBaseView.h" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT wxVtkBaseViewToVtkRenderer : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(wxVtkBaseViewToVtkRenderer,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(In,wxVtkBaseView*); BBTK_DECLARE_OUTPUT(Out,vtkRenderer*); 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(wxVtkBaseViewToVtkRenderer,bbtk::AtomicBlackBox); BBTK_NAME("wxVtkBaseViewToVtkRenderer"); BBTK_AUTHOR("Info-Dev"); BBTK_DESCRIPTION("wxVtkBaseView* To vtkRenderer*"); BBTK_CATEGORY(""); BBTK_DEFAULT_ADAPTOR(); BBTK_INPUT(wxVtkBaseViewToVtkRenderer,In,"wxVtkBaseView",wxVtkBaseView*,""); BBTK_OUTPUT(wxVtkBaseViewToVtkRenderer,Out,"vtkRenderer",vtkRenderer*,""); BBTK_END_DESCRIBE_BLACK_BOX(wxVtkBaseViewToVtkRenderer); //===== // 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 // __bbcreaMaracasVisuwxVtkBaseViewToVtkRenderer_h_INCLUDED__