//===== // 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 __bbcreaMaracasVisuManualPaint_UndoRedo_h_INCLUDED__ #define __bbcreaMaracasVisuManualPaint_UndoRedo_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "wxVtkBaseView.h" #include namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT ManualPaint_UndoRedo : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ManualPaint_UndoRedo,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(Manualpaintmodel,ManualPaintModel*); BBTK_DECLARE_INPUT(Type,int); BBTK_DECLARE_INPUT(wxvtkbaseview,wxVtkBaseView*); // BBTK_DECLARE_OUTPUT(Out,double); 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(ManualPaint_UndoRedo,bbtk::AtomicBlackBox); BBTK_NAME("ManualPaint_UndoRedo"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ManualPaint_UndoRedo,Manualpaintmodel,"ManualPaintModel",ManualPaintModel*,""); BBTK_INPUT(ManualPaint_UndoRedo,Type,"(Default 1) 1:Undo 2:Redo",int,""); BBTK_INPUT(ManualPaint_UndoRedo,wxvtkbaseview,"wxVtkBaseView",wxVtkBaseView*,""); // BBTK_OUTPUT(ManualPaint_UndoRedo,Out,"First output",double,""); BBTK_END_DESCRIBE_BLACK_BOX(ManualPaint_UndoRedo); //===== // 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 // __bbcreaMaracasVisuManualPaint_UndoRedo_h_INCLUDED__