]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/exampleMeasure3DLength_Widget.bbs
2390 creaMaracasVisu Feature New Normal manual contour information in units and pixels
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleMeasure3DLength_Widget.bbs
diff --git a/bbtk/bbs/appli/exampleMeasure3DLength_Widget.bbs b/bbtk/bbs/appli/exampleMeasure3DLength_Widget.bbs
new file mode 100644 (file)
index 0000000..bd7c134
--- /dev/null
@@ -0,0 +1,46 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script
+# - /home/davila/Creatis/creaTools/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleMeasure3DLength_Widget.bbs
+# ----------------------------------
+
+# BBTK GEditor Script
+# ----------------------
+
+include std
+include itkvtk
+include creaMaracasVisu
+include vtk
+include wx
+
+author "Author ??"
+description "Description ??"
+category "<VOID>"
+
+new Measure3DLength_Widget Box00
+
+new LoadHola Box01
+
+new LayoutSplit Box02
+  set Box02.Orientation "H"
+
+new ViewerNV Box03
+
+
+connect Box01.Out Box00.vtkimagedata
+
+connect Box00.widget Box02.Widget1
+
+connect Box01.Out Box03.In
+
+connect Box03.Widget Box02.Widget2
+
+connect Box03.Renderer1 Box00.vtkrender
+
+connect Box03.Point Box00.point
+
+connect Box03.BoxChange Box00.boxexecute
+
+
+
+# Complex input ports
+exec Box02