]> Creatis software - crea.git/blob - appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/bbs/appli/Sample_BoxVtkPipeline.bbs
no message
[crea.git] / appli / creaNewProject / NewProject / bbtk_mySamplePackage_PKG / bbs / appli / Sample_BoxVtkPipeline.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script
3 # - /Users/davila/Creatis/All2/creatools_source/crea/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/bbs/appli/Sample_BoxVtkPipeline.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include mySamplePackage
12 include vtk
13 include creaMaracasVisu
14 include wx
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new mySampleBoxWithVTK Box00
21   set Box00.Lower 1000
22   set Box00.Upper 2000
23
24 new LoadHola Box01
25
26 new ViewerNV Box02
27   set Box02.nTypeView "0"
28
29 new ViewerNV Box03
30   set Box03.nTypeView "0"
31
32 new LayoutSplit Box04
33   set Box04.Orientation H
34
35
36 connect Box01.Out Box00.In
37 connect Box00.Out Box03.In
38 connect Box02.Widget Box04.Widget1
39 connect Box03.Widget Box04.Widget2
40 connect Box01.Out Box02.In
41
42 exec Box04