]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleContourControlPoints_Wdiget.bbs
#3266 creaMaracasVisu Feature New Normal - ManualContour_Box by segments
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleContourControlPoints_Wdiget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools2/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleContourControlPoints_Wdiget.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12 include vtk
13 include wx
14 include std
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new creaMaracasVisu:ContourControlPoints_Widget Box00
21
22 new vtk:LoadHola Box01
23
24 new creaMaracasVisu:ViewerNV Box02
25   set Box02.nTypeView "0"
26
27 new wx:LayoutSplit Box03
28   set Box03.Orientation "H"
29
30 new std:MagicBox Box04
31
32
33 connect Box01.Out Box02.In
34
35 connect Box00.Widget_Contour Box03.Widget1
36
37 connect Box02.Widget Box03.Widget2
38
39 connect Box00.BoxChange2 Box04.In
40
41 connect Box02.wxVtkBaseView1 Box00.wxvtkbaseview
42
43
44
45 # Complex input ports
46 exec Box03
47 exec Box04