]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu_Widget.bbs
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleVectorsVisu_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu_Widget.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaVtk
12 include vtk
13 include creaMaracasVisu
14 include std
15 include wx
16
17 author "Author ??"
18 description "Description ??"
19 category "<VOID>"
20
21 new creaVtk:VectorsVisu_Widget Box00
22
23 new vtk:LoadHola Box01
24
25 new creaMaracasVisu:ViewerNV Box02
26
27 new vtk:StructuredPointsReader Box03
28
29 new std:ConcatStrings Box04
30   set Box04.In2 "/creaVtk/Vectors.vtk"
31
32 new std:Configuration Box05
33
34 new wx:LayoutSplit Box06
35   set Box06.Orientation "H"
36
37
38 connect Box01.Out Box02.In
39
40 connect Box02.Renderer1 Box00.renderer
41
42 connect Box04.Out Box03.In
43
44 connect Box05.DataPath Box04.In1
45
46 connect Box03.Out Box00.vtkDataObject
47
48 connect Box02.Widget Box06.Widget2
49
50 connect Box00.Widget Box06.Widget1
51
52
53
54 # Complex input ports
55 exec Box06