]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleOpenDialog.bbs
#3138 creaMaracasVisu Feature New Normal - branch vtk7itk4wx3
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleOpenDialog.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools2/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleOpenDialog.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12
13 author "Author ??"
14 description "Description ??"
15 category "<VOID>"
16
17 new creaMaracasVisu:OpenImageDialog diag
18
19 new creaMaracasVisu:ViewerNV Box01
20
21
22 connect diag.Out Box01.In
23
24
25
26 # Complex input ports
27 exec Box01