]> Creatis software - bbtk.git/blobdiff - packages/std/bbs/appli/exampleGetDoubleVectorSize.bbs
Feature #1742 Add a box providing the size of a vector (an example has been added).
[bbtk.git] / packages / std / bbs / appli / exampleGetDoubleVectorSize.bbs
diff --git a/packages/std/bbs/appli/exampleGetDoubleVectorSize.bbs b/packages/std/bbs/appli/exampleGetDoubleVectorSize.bbs
new file mode 100644 (file)
index 0000000..ebade9d
--- /dev/null
@@ -0,0 +1,29 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script
+# - /home/mouton/Creatis/all/creatools_source/bbtk/packages/std/bbs/appli/exampleGetDoubleVectorSize.bbs
+# ----------------------------------
+
+# BBTK GEditor Script
+# ----------------------
+
+include std
+include itkvtk
+include std
+include wx
+
+author "Author ??"
+description "Description ??"
+category "<VOID>"
+
+new GetDoubleVectorSize Box00
+  set Box00.In "1 2 3 4 5"
+
+new OutputText Box01
+
+
+connect Box00.VectorSize Box01.In
+
+
+
+# Complex input ports
+exec Box01