]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/appli/exampleVoiMPR.bbs
#spc.push_back(1);
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleVoiMPR.bbs
diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleVoiMPR.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleVoiMPR.bbs
new file mode 100644 (file)
index 0000000..234dab1
--- /dev/null
@@ -0,0 +1,53 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script
+# - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVoiMPR.bbs
+# ----------------------------------
+
+# BBTK GEditor Script
+# ----------------------
+
+include std
+include itkvtk
+include creaVtk
+include vtk
+include creaMaracasVisu
+include wx
+
+author "Author ??"
+description "Description ??"
+category "<VOID>"
+
+new creaVtk:VoiMPR-Widget Box00
+
+new vtk:LoadHola Box01
+
+new creaMaracasVisu:ViewerNV Box02
+
+new wx:LayoutSplit Box03
+  set Box03.Orientation "H"
+
+
+connect Box01.Out Box00.image
+
+connect Box01.Out Box02.In
+
+connect Box02.Point Box00.Point
+
+connect Box02.Renderer2 Box00.RenderYZ
+
+connect Box02.BoxChange Box00.execute
+
+connect Box02.Renderer3 Box00.RenderXZ
+
+connect Box02.Renderer4 Box00.RenderXY
+
+connect Box02.wxVtkBaseView1 Box00.wxVtkBaseView
+
+connect Box02.Widget Box03.Widget2
+
+connect Box00.Widget Box03.Widget1
+
+
+
+# Complex input ports
+exec Box03