]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/rescaleSlopeIntercept1.bbs
20221812510d4ba1076dd87e48a72fc22b14f51b
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / rescaleSlopeIntercept1.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script
3 # - /home/pechan/Documents/courses/development/creatis/dev/src/creaMiniTools/examples/bbg/rescaleSlopeIntercept/rescaleSlopeIntercept1.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaImageIO
12 include creaMaracasVisu
13 include vtk
14 include wx
15 include creaMiniTools
16
17 author "Author ??"
18 description "Description ??"
19 category "<VOID>"
20
21 new ImagesChooserDialogBox Box00
22
23 new ViewerNV Box01
24   set Box01.WinTitle "View"
25
26 new ViewerNV Box02
27
28 new RescaleSlopeIntercept Box03
29   set Box03.Type 1
30
31 new LayoutTab Box04
32   set Box04.WinTitle "View"
33
34 new LayoutTab Box05
35
36 new ImagePropertiesComplexBox Box06
37
38 new ImagePropertiesComplexBox Box07
39
40 new LayoutSplit Box08
41   set Box08.WinTitle "RescaleSlopeIntercept 1"
42
43
44 connect Box00.Out Box01.In
45 connect Box00.Out Box03.In
46 connect Box03.Out Box02.In
47 connect Box01.Widget Box04.Widget1
48 connect Box02.Widget Box05.Widget1
49 connect Box00.Out Box06.in
50 connect Box06.widget Box04.Widget2
51 connect Box03.Out Box07.in
52 connect Box07.widget Box05.Widget2
53 connect Box04.Widget Box08.Widget1
54 connect Box05.Widget Box08.Widget2
55
56 exec Box08