]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/src/bbwtAddObjectToViewerWeb.h
2498 BBTK FeatureNewNormal wt-version PackageWt
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtAddObjectToViewerWeb.h
diff --git a/wt/bbtk_wt_PKG/src/bbwtAddObjectToViewerWeb.h b/wt/bbtk_wt_PKG/src/bbwtAddObjectToViewerWeb.h
new file mode 100644 (file)
index 0000000..b19805b
--- /dev/null
@@ -0,0 +1,50 @@
+//===== 
+// 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 __bbwtAddObjectToViewerWeb_h_INCLUDED__
+#define __bbwtAddObjectToViewerWeb_h_INCLUDED__
+#include "bbwt_EXPORT.h"
+#include "bbtkWtBlackBox.h"
+
+namespace bbwt
+{
+
+class bbwt_EXPORT AddObjectToViewerWeb
+ : 
+   public bbtk::WtBlackBox
+{
+  BBTK_BLACK_BOX_INTERFACE(AddObjectToViewerWeb,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(Viewer3D,std::string);
+  BBTK_DECLARE_INPUT(Mesh,std::string);
+//  BBTK_DECLARE_INPUT(In,std::string);
+  BBTK_PROCESS(Process);
+  void Process();
+  BBTK_CREATE_WIDGET(CreateWidget);
+  void CreateWidget(Wt::WContainerWidget*);
+//===== 
+// 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(AddObjectToViewerWeb,bbtk::WtBlackBox);
+BBTK_NAME("AddObjectToViewerWeb");
+BBTK_AUTHOR("gonzalez@creatis.insa-lyon.fr");
+BBTK_DESCRIPTION("No Description.");
+BBTK_CATEGORY("__CategoryBlackBox__");
+BBTK_INPUT(AddObjectToViewerWeb,Viewer3D,"3D Viewer Reference",std::string,"");
+BBTK_INPUT(AddObjectToViewerWeb,Mesh,"3D Viewer Reference",std::string,"");
+//BBTK_INPUT(AddObjectToViewerWeb,In,"Text",std::string,"");
+BBTK_END_DESCRIBE_BLACK_BOX(AddObjectToViewerWeb);
+//===== 
+// 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 // __bbwtAddObjectToViewerWeb_h_INCLUDED__
+
+