]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleScalarsBarActor_ScalarsToColors.bbs
#3223 creaVtk Feature New Normal - vtk8itk4wx3-mingw64
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleScalarsBarActor_ScalarsToColors.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleScalarsBarActor_ScalarsToColors.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12 include wx
13 include creaVtk
14 include vtk
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new creaMaracasVisu:ViewerNV Box08
21
22 new wx:LayoutLine Box11
23
24 new wx:LayoutLine Box12
25
26 new wx:LayoutSplit Box14
27   set Box14.Orientation "H"
28
29 new creaVtk:ScalarBarActor Box16
30
31 new vtk:LoadHola Box17
32
33 new creaVtk:ScalarsToColors Box18
34
35
36 connect Box08.Widget Box11.Widget1
37
38 connect Box12.Widget Box14.Widget1
39
40 connect Box11.Widget Box14.Widget2
41
42 connect Box17.Out Box08.In
43
44 connect Box08.Renderer1 Box16.Renderer
45
46 connect Box18.LookupTable Box16.LookupTable
47
48 connect Box16.BoxChange Box12.BoxExecute
49
50
51
52 # Complex input ports
53 exec Box14