]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleImageDataStructuresPoints.bbs
2387 creaVtk Feature New Normal New box, lib, script ImageDataStructuredPoints 2014...
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleImageDataStructuresPoints.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/ctorres/Documents/creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleImageDataStructuresPoints.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaVtk
12 include creaImageIO
13 include creaMaracasVisu
14
15 author "Author ??"
16 description "Description ??"
17 category "<VOID>"
18
19 new ImageDataStructuredPoints Box00
20
21 new ImagesChooserDialogBox Box01
22
23 new ImagesChooserDialogBox Box02
24
25 new ImagesChooserDialogBox Box03
26
27 new ViewerNV Box04
28
29
30 connect Box01.Out Box00.X
31
32 connect Box02.Out Box00.Y
33
34 connect Box03.Out Box00.Z
35
36 connect Box01.Out Box04.In
37
38
39
40 # Complex input ports
41 exec Box00
42 exec Box04