]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Widget.bbs
d9f33658a75d0f7721d1327094d804884d3edbc2
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / PlaneVectorVisu_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 <<<<<<< HEAD
4 # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Widget.bbs
5 =======
6 # - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Widget.bbs
7 >>>>>>> master
8 # ----------------------------------
9
10 include std
11 include itkvtk
12 include creaVtk
13 include vtk
14 include std
15
16 define PlaneVectorVisu_Widget creaVtk
17
18 author "Author ??"
19 description "Description ??"
20
21 category "<VOID>"
22
23 new creaVtk:VectorsVisu Box00
24
25 new creaVtk:PlaneWidget Box01
26
27 new vtk:ProbeFilter Box03
28
29 new vtk:vtkImageDataPointerRelay Box04
30
31 new std:MagicBox Box05
32
33 new creaVtk:PlaneVectorViso_Interface Box06
34   set Box06.typeFormsStr "Line Arrow"
35
36 new vtk:UpdateRender Box13
37   set Box13.Active "true"
38   set Box13.BoxProcessMode "Reactive"
39
40 new std:SharedMemory Box15
41 <<<<<<< HEAD
42 =======
43
44 new std:MagicBox Box11
45 >>>>>>> master
46
47
48 connect Box03.Out Box00.In
49 connect Box01.Out Box03.Input
50 connect Box04.Out Box03.Source
51 connect Box04.Out Box01.In
52 connect Box05.Out Box01.Renderer
53 connect Box05.Out Box00.Renderer
54 connect Box06.AcitiveVector Box00.Active
55 connect Box06.ActivePlaneControl Box01.Active
56 connect Box06.Opacity Box00.Opacity
57 connect Box06.ScaleFactor Box00.ScaleFactor
58 connect Box06.Ratio Box01.Resolution
59 connect Box06.typeForm Box00.TypeForm
60 connect Box05.Out Box13.Renderer
61 connect Box15.Out Box00.BoxExecute
62 connect Box06.boxChange Box15.In1
63 connect Box15.Out Box13.BoxExecute
64 <<<<<<< HEAD
65 connect Box01.BoxChange Box15.In2
66 =======
67 connect Box11.Out Box15.In2
68 >>>>>>> master
69
70 # Complex input ports
71 input vtkImageData Box04.In " "
72 input renderer Box05.In " "
73 input boxexecute Box11.BoxExecute " "
74
75 # Complex output ports
76 output Widget Box06.widget " "
77 output boxchange Box15.Out " "
78
79
80 endefine