]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs
#2446 creaVtk Feature New Normal - Stream Tracer, Stream Line (interface, widget)
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / StreamlineExploration_Wideget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include vtk
9 include wx
10 include std
11 include creaVtk
12
13 define StreamlineExploration_Widget creaVtk
14
15 author "Author ??"
16 description "Description ??"
17
18 category "<VOID>"
19
20 new UpdateRender Box22
21   set Box22.Active "true"
22
23 new LayoutTab Box17
24
25 new MultipleInputs Box23
26   set Box23.BoxProcessMode "Reactive"
27
28 new PlaneWidget_StreamLineVisu_Widget Box30
29
30 new vtkImageDataPointerRelay Box26
31
32 new MagicBox Box28
33
34 new LayoutLine Box14
35
36 new MagicBox Box07
37
38
39 connect Box23.BoxChange Box22.BoxExecute
40 connect Box30.boxchange Box23.In5
41 connect Box26.Out Box30.In
42 connect Box28.Out Box22.Renderer
43 connect Box28.Out Box30.Renderer
44 connect Box30.Widget Box14.Widget1
45 connect Box14.Widget Box17.Widget1
46 connect Box07.Out Box14.WinTitle
47
48 # Complex input ports
49 input vtkImageData_vectors Box26.In " "
50 input vtkRenderer Box28.In " "
51 input Title Box07.In " "
52
53 # Complex output ports
54 output widget Box17.Widget " "
55
56 message    
57
58 endefine