X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaRigidRegistration.git;a=blobdiff_plain;f=PackRecalage%2Fbbs%2Fboxes%2FImageCenter.bbs;fp=PackRecalage%2Fbbs%2Fboxes%2FImageCenter.bbs;h=4bba8fc5aec2856148210dc0fae64bd8f24e981a;hp=0000000000000000000000000000000000000000;hb=9e77cea52961ce9043c8f3e5f86024a1b6588355;hpb=b03f28518ed0d92d1513a10f7e2d1041185bad8f diff --git a/PackRecalage/bbs/boxes/ImageCenter.bbs b/PackRecalage/bbs/boxes/ImageCenter.bbs new file mode 100644 index 0000000..4bba8fc --- /dev/null +++ b/PackRecalage/bbs/boxes/ImageCenter.bbs @@ -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 "" + +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