//===== // 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 __bbcreaMaracasVisuSetPosition_h_INCLUDED__ #define __bbcreaMaracasVisuSetPosition_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "wxVtkBaseView.h" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT SetPosition : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(SetPosition,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(Point,std::vector); 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(SetPosition,bbtk::AtomicBlackBox); BBTK_NAME("SetPosition"); BBTK_AUTHOR("Info-Dev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(SetPosition,Point,"vector with point to be set [X Y Z]",std::vector,""); BBTK_INPUT(SetPosition,wxVtkBaseView,"wxVtkBaseView",wxVtkBaseView*,""); // BBTK_OUTPUT(SetPosition,Out,"First output",double,""); BBTK_END_DESCRIBE_BLACK_BOX(SetPosition); //===== // 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 // __bbcreaMaracasVisuSetPosition_h_INCLUDED__