//===== // 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 __bbwtmeshViewer_h_INCLUDED__ #define __bbwtmeshViewer_h_INCLUDED__ #include "bbwt_EXPORT.h" #include "bbtkWtBlackBox.h" #include "iostream" namespace bbwt { class bbwt_EXPORT Render3D : public bbtk::WtBlackBox { BBTK_BLACK_BOX_INTERFACE(Render3D,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(Image1,std::string); BBTK_DECLARE_INPUT(Image2,std::string); BBTK_DECLARE_INPUT(Image3,std::string); BBTK_DECLARE_INPUT(Image4,std::string); BBTK_DECLARE_INPUT(Image5,std::string); BBTK_DECLARE_INPUT(Image6,std::string); BBTK_DECLARE_INPUT(Image7,std::string); BBTK_DECLARE_INPUT(Image8,std::string); BBTK_DECLARE_INPUT(Image9,std::string); BBTK_PROCESS(Process); BBTK_CREATE_WIDGET(CreateWidget); void CreateWidget(Wt::WContainerWidget* parent); void Process(); bool initDone; //===== // 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(Render3D,bbtk::WtBlackBox); BBTK_NAME("Render3D"); BBTK_AUTHOR("johann.gonzalez@creatis.insa-lyon.fr"); BBTK_DESCRIPTION("Render JavaScript for web"); BBTK_CATEGORY("empty"); BBTK_INPUT(Render3D,Image1,"Referenco of WT object that contains the image",std::string,""); BBTK_INPUT(Render3D,Image2,"Referenco of WT object that contains the image",std::string,""); BBTK_INPUT(Render3D,Image3,"Referenco of WT object that contains the image",std::string,""); BBTK_INPUT(Render3D,Image4,"Referenco of WT object that contains the image",std::string,""); BBTK_INPUT(Render3D,Image5,"Referenco of WT object that contains the image",std::string,""); BBTK_INPUT(Render3D,Image6,"Referenco of WT object that contains the image",std::string,""); BBTK_INPUT(Render3D,Image7,"Referenco of WT object that contains the image",std::string,""); BBTK_INPUT(Render3D,Image8,"Referenco of WT object that contains the image",std::string,""); BBTK_INPUT(Render3D,Image9,"Referenco of WT object that contains the image",std::string,""); BBTK_END_DESCRIBE_BLACK_BOX(Render3D); //===== // 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 // __bbwtmeshViewer_h_INCLUDED__