]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/PlaneTensorVisu_Widget.bbs
#2501 creaVtk Bug New Normal - Clean events in Vectors and Tensors visu widgets...
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / PlaneTensorVisu_Widget.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/PlaneTensorVisu_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include creaVtk
9 include std
10 include vtk
11
12 define PlaneTensorVisu_Widget creaVtk
13
14 author "Author ??"
15 description "Description ??"
16
17 category "<VOID>"
18
19 new PlaneWidget Box01
20
21 new MultipleInputs Box02
22   set Box02.BoxProcessMode "Reactive"
23
24 new ProbeFilter Box03
25
26 new vtkImageDataPointerRelay Box04
27
28 new MagicBox Box05
29
30 new PlaneVectorViso_Interface Box06
31   set Box06.typeFormsStr "Cube Sphere Superquadric"
32
33 new TensorsVisu Box07
34
35 new UpdateRender Box08
36   set Box08.Active "true"
37   set Box08.BoxProcessMode "Reactive"
38
39 new ExecSystemCommand Box09
40   set Box09.In "echo kkkkkkkkPlaneTensorVisu_widget"
41
42
43 connect Box01.Out Box03.Input
44 connect Box04.Out Box03.Source
45 connect Box04.Out Box01.In
46 connect Box05.Out Box01.Renderer
47 connect Box06.ActivePlaneControl Box01.Active
48 connect Box06.boxChange Box02.In2
49 connect Box06.Ratio Box01.Resolution
50 connect Box05.Out Box07.Renderer
51 connect Box06.AcitiveVector Box07.Active
52 connect Box03.Out Box07.In
53 connect Box06.Opacity Box07.Opacity
54 connect Box06.ScaleFactor Box07.ScaleFactor
55 connect Box06.typeForm Box07.TypeForm
56 connect Box05.Out Box08.Renderer
57 connect Box02.Out Box08.BoxExecute
58 connect Box02.Out Box07.BoxExecute
59 connect Box02.Out Box09.BoxExecute
60
61 # Complex input ports
62 input vtkImageData Box04.In " "
63 input renderer Box05.In " "
64
65 # Complex output ports
66 output Widget Box06.widget " "
67 output boxchange Box02.Out " "
68
69 message    
70
71 endefine