]> 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
37 connect Box23.BoxChange Box22.BoxExecute
38 connect Box30.boxchange Box23.In5
39 connect Box26.Out Box30.In
40 connect Box28.Out Box22.Renderer
41 connect Box28.Out Box30.Renderer
42 connect Box30.Widget Box14.Widget1
43 connect Box14.Widget Box17.Widget1
44
45 # Complex input ports
46 input vtkImageData_vectors Box26.In " "
47 input vtkRenderer Box28.In " "
48 input Title Box14.WinTitle " "
49
50 # Complex output ports
51 output widget Box17.Widget " "
52
53 message    
54
55 endefine