]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/ViewerVectorsTensorsField.bbs
#3187 CreaMiniTools Feature New Normal - Viewer Vectors Tensors Fiels application...
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / ViewerVectorsTensorsField.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - ViewerVectorsTensorsField.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include vtk
12 include creaMaracasVisu
13 include wx
14 include creaVtk
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new vtk:LoadHola Box00
21
22 new creaMaracasVisu:ViewerNV Box01
23   set Box01.nTypeView "7"
24
25 new wx:LayoutSplit Box04
26   set Box04.Orientation "H"
27
28 new wx:LayoutTab Box05
29
30 new creaVtk:VectorsTensors_manualread_Widget Box06
31
32
33 connect Box01.Widget Box04.Widget2
34
35 connect Box05.Widget Box04.Widget1
36
37 connect Box01.Renderer1 Box06.vtkRenderer
38
39 connect Box06.widget Box05.Widget2
40
41 connect Box00.Out Box01.In
42
43
44
45 # Complex input ports
46 exec Box04