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