//===== // 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 __bbwtshape3D_h_INCLUDED__ #define __bbwtshape3D_h_INCLUDED__ #include "bbwt_EXPORT.h" #include "bbtkWtBlackBox.h" #include "iostream" namespace bbwt { class bbwt_EXPORT shape3D : public bbtk::WtBlackBox { BBTK_BLACK_BOX_INTERFACE(shape3D,bbtk::WtBlackBox); //===== // 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(Shape,std::string); //BBTK_DECLARE_OUTPUT(Out,double); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); void CreateWidget(Wt::WContainerWidget*); int flip; //===== // 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(shape3D,bbtk::WtBlackBox); BBTK_NAME("shape3D"); BBTK_AUTHOR("gonzalez@creatis.insa-lyon.fr"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(shape3D,Shape,"Shape, C for Cube, S for Sphere",std::string,""); //BBTK_OUTPUT(shape3D,Out,"First output",double,""); BBTK_END_DESCRIBE_BLACK_BOX(shape3D); //===== // 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 bbwt #endif // __bbwtshape3D_h_INCLUDED__