]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/bbs/boxes/ImageCenter.bbs
2075 Feature Registration 3D 1P
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / ImageCenter.bbs
diff --git a/PackRecalage/bbs/boxes/ImageCenter.bbs b/PackRecalage/bbs/boxes/ImageCenter.bbs
new file mode 100644 (file)
index 0000000..4bba8fc
--- /dev/null
@@ -0,0 +1,36 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
+# - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/ImageCenter.bbs
+# ----------------------------------
+
+include std
+include itkvtk
+include std
+include vtk
+
+define ImageCenter PackRecalage
+
+author "Author ??"
+description "Description ??"
+
+category "<VOID>"
+
+new ConcatStrings Box00
+
+new VectorRescaleSlope Box01
+  set Box01.A "0.5"
+
+new ImageVtkProperties Box02
+
+
+connect Box02.Size Box00.In1
+connect Box00.Out Box01.In
+
+# Complex input ports
+input In Box02.In " "
+
+# Complex output ports
+output Point Box01.Out " "
+
+
+endefine