]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/CompareImages_3DwithPlanes_Widget.bbs
2075 Feature Registration 3D 1P
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImages_3DwithPlanes_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImages_3DwithPlanes_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include vtk
10 include PackRecalage
11 include std
12
13 define CompareImages_3DwithPlanes_Widget PackRecalage
14
15 author "info-dev@creatis.insa-lyon.fr"
16 description "creatisRecalage"
17
18 category "example"
19
20 new LayoutTab tabs
21   set tabs.Orientation V
22
23 new vtkImageDataPointerRelay Box56
24
25 new vtkImageDataPointerRelay Box59
26
27 new CompareImagesWidget_base_interface_3Dp Box18
28
29 new CompareImagesWidget_base_3Dp_B Box13
30
31 new CompareImagesTransparencyWidget_3Dp Box14
32
33 new CompareImagesWidget_base_3Dp_B Box15
34
35 new CompareImagesSwitcherWidget_3Dp Box17
36
37 new MultipleInputs Box11
38
39 new StringRelay Box12
40
41 new LayoutSplit Box16
42   set Box16.Proportion "10"
43
44
45 connect Box18.ConvolutionFactor Box13.ConvolutionFactor
46 connect Box18.ConvolutionOnOff Box13.ConvolutionOnOff
47 connect Box56.Out Box13.In
48 connect Box13.Out Box14.VectorImage1
49 connect Box14.Widget tabs.Widget2
50 connect Box18.BoxChange Box14.BoxExecute
51 connect Box15.Out Box14.VectorImate2
52 connect Box18.ConvolutionFactor Box15.ConvolutionFactor
53 connect Box18.ConvolutionOnOff Box15.ConvolutionOnOff
54 connect Box59.Out Box15.In
55 connect Box17.Widget tabs.Widget1
56 connect Box13.Out Box17.ImageVector1
57 connect Box15.Out Box17.ImageVector2
58 connect Box18.BoxChange Box11.In2
59 connect Box11.Out Box13.BoxExecute
60 connect Box11.Out Box15.BoxExecute
61 connect Box12.Out Box15.Point
62 connect Box12.Out Box13.Point
63 connect Box18.Widget Box16.Widget1
64 connect tabs.Widget Box16.Widget2
65
66 # Complex input ports
67 input In2 Box59.In " "
68 input In1 Box56.In " "
69 input BoxExecute Box11.In1 " "
70 input Point Box12.In " "
71 input WinTitle Box16.WinTitle " "
72
73 # Complex output ports
74 output Widget Box16.Widget " "
75
76
77 endefine