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