//===== // 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 __bbcreaMaracasVisuContourControlPoints_h_INCLUDED__ #define __bbcreaMaracasVisuContourControlPoints_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "manualContourControler.h" #include "manualContourModel.h" #include "manualViewContour.h" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT ContourControlPoints : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ContourControlPoints,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(Active,bool); BBTK_DECLARE_INPUT(Visible,bool); BBTK_DECLARE_INPUT(Type,int); BBTK_DECLARE_INPUT(OpenClose,bool); BBTK_DECLARE_INPUT(wxVtkBaseView,wxVtkBaseView*); // BBTK_DECLARE_OUTPUT(Out,double); BBTK_PROCESS(Process); void Process(); manualContourControler *_manContourControl_1; manualContourModel *_mContourModel_1; manualViewContour *_mViewContour_1; //===== // 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(ContourControlPoints,bbtk::AtomicBlackBox); BBTK_NAME("ContourControlPoints"); BBTK_AUTHOR("Info-Dev Creatis"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ContourControlPoints,Active,"Active (default false) ",bool,""); BBTK_INPUT(ContourControlPoints,Type,"(0 Default) 0=Spline, ... .",int,""); BBTK_INPUT(ContourControlPoints,OpenClose,"Open=true or Close=false contour (default false)",bool,""); BBTK_INPUT(ContourControlPoints,Visible,"Visible (default true)",bool,""); BBTK_INPUT(ContourControlPoints,wxVtkBaseView,"wxVtkBaseView",wxVtkBaseView*,""); // BBTK_OUTPUT(ContourControlPoints,Out,"First output",double,""); BBTK_END_DESCRIBE_BLACK_BOX(ContourControlPoints); //===== // 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 // __bbcreaMaracasVisuContourControlPoints_h_INCLUDED__