]> Creatis software - bbtk.git/blobdiff - packages/std/bbs/appli/exampleCreateArithmeticSuiteVector.bbs
Feature #1743 Add a box building a vector ot arithmetic suite values.
[bbtk.git] / packages / std / bbs / appli / exampleCreateArithmeticSuiteVector.bbs
diff --git a/packages/std/bbs/appli/exampleCreateArithmeticSuiteVector.bbs b/packages/std/bbs/appli/exampleCreateArithmeticSuiteVector.bbs
new file mode 100644 (file)
index 0000000..f864f99
--- /dev/null
@@ -0,0 +1,31 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script
+# - /home/mouton/Creatis/all/creatools_source/bbtk/packages/std/bbs/appli/exampleCreateArithmeticSuiteVector.bbs
+# ----------------------------------
+
+# BBTK GEditor Script
+# ----------------------
+
+include std
+include itkvtk
+include std
+include wx
+
+author "Author ??"
+description "Description ??"
+category "<VOID>"
+
+new CreateArithmeticSuiteVector Box00
+  set Box00.Delta "2"
+  set Box00.FirstValue "5"
+  set Box00.Size "10"
+
+new OutputText Box01
+
+
+connect Box00.ArithmeticSuiteVector Box01.In
+
+
+
+# Complex input ports
+exec Box01