]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/ImageCenter.bbs
2075 creaRigidRegistration Feature New Normal Registration 3D 1P
[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 new ConcatStrings Box03
26
27
28 connect Box02.Size Box00.In1
29 connect Box00.Out Box01.In
30 connect Box01.Out Box03.In1
31
32 # Complex input ports
33 input In Box02.In " "
34
35 # Complex output ports
36 output Point Box03.Out " "
37
38
39 endefine