]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleVectorsExploration_Widget.bbs
#3274 creaVtk Feature New Normal - BooleanOperationPolyDataFilter BoxWidget ClipPol...
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleVectorsExploration_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsExploration_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 std
15 include wx
16
17 author "Author ??"
18 description "Description ??"
19 category "<VOID>"
20
21 new creaVtk:VectorsExploration_Widget Box05
22
23 new creaMaracasVisu:ViewerNV Box06
24
25 new vtk:LoadHola Box07
26
27 new std:ConcatStrings Box08
28   set Box08.In2 "/creaVtk/Vectors.vtk"
29
30 new std:Configuration Box09
31
32 new vtk:StructuredPointsReader Box10
33
34 new wx:LayoutSplit Box11
35   set Box11.Orientation "H"
36
37
38 connect Box06.Renderer1 Box05.vtkRenderer
39
40 connect Box07.Out Box06.In
41
42 connect Box09.DataPath Box08.In1
43
44 connect Box08.Out Box10.In
45
46 connect Box10.Out Box05.vtkImageData_vectors
47
48 connect Box05.widget Box11.Widget1
49
50 connect Box06.Widget Box11.Widget2
51
52
53
54 # Complex input ports
55 exec Box11