]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/ImageCenter.bbs
4bba8fc5aec2856148210dc0fae64bd8f24e981a
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / ImageCenter.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/ImageCenter.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include std
9 include vtk
10
11 define ImageCenter PackRecalage
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new ConcatStrings Box00
19
20 new VectorRescaleSlope Box01
21   set Box01.A "0.5"
22
23 new ImageVtkProperties Box02
24
25
26 connect Box02.Size Box00.In1
27 connect Box00.Out Box01.In
28
29 # Complex input ports
30 input In Box02.In " "
31
32 # Complex output ports
33 output Point Box01.Out " "
34
35
36 endefine