]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs
70a62137e27f81a855bf119e481093b607a8d3fb
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleVectorsTensorsVisu2.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12 include wx
13 include vtk
14 include creaVtk
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new ViewerNV Box03
21   set Box03.nTypeView "5"
22
23 new LayoutSplit Box05
24   set Box05.Orientation "H"
25
26 new LoadHola Box09
27
28 new StructuredPointsReader Box10
29   set Box10.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk"
30
31 new StructuredPointsReader Box31
32   set Box31.In "/home/davila/tmp/tmpDTI-Cardiac/Data/tensorOriginal3D.vtk"
33
34 new VectorsTensors_Widget Box26
35
36 new VectorsTensors_manualread_Widget Box12
37
38 new LayoutTab Box13
39
40
41 connect Box03.Widget Box05.Widget2
42
43 connect Box09.Out Box03.In
44
45 connect Box10.Out Box26.vtkImageData_vectors
46
47 connect Box31.Out Box26.vtkImageData_tensors
48
49 connect Box03.Renderer1 Box26.vtkRenderer
50
51 connect Box03.Renderer1 Box12.vtkRenderer
52
53 connect Box12.widget Box13.Widget2
54
55 connect Box26.widget Box13.Widget1
56
57 connect Box13.Widget Box05.Widget1
58
59
60
61 # Complex input ports
62 exec Box05