]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleMeasure3DLength_Widget.bbs
2390 creaMaracasVisu Feature New Normal manual contour information in units and pixels
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleMeasure3DLength_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/creaTools/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleMeasure3DLength_Widget.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12 include vtk
13 include wx
14
15 author "Author ??"
16 description "Description ??"
17 category "<VOID>"
18
19 new Measure3DLength_Widget Box00
20
21 new LoadHola Box01
22
23 new LayoutSplit Box02
24   set Box02.Orientation "H"
25
26 new ViewerNV Box03
27
28
29 connect Box01.Out Box00.vtkimagedata
30
31 connect Box00.widget Box02.Widget1
32
33 connect Box01.Out Box03.In
34
35 connect Box03.Widget Box02.Widget2
36
37 connect Box03.Renderer1 Box00.vtkrender
38
39 connect Box03.Point Box00.point
40
41 connect Box03.BoxChange Box00.boxexecute
42
43
44
45 # Complex input ports
46 exec Box02