]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/exampleHistogram.bbs
ea6cb0cf71ad79469b95cad1a1727d463b0f4fdd
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / exampleHistogram.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script
3 # - /home/pechan/Documents/courses/development/creatis/dev/src/creaMiniTools/examples/bbg/histogram/exampleHistogram.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12 include creaImageIO
13
14 author "Author ??"
15 description "Description ??"
16 category "<VOID>"
17
18 new HistogramView Box00
19   set Box00.WinTitle "Histogram"
20
21 new ImagesChooserDialogBox Box01
22
23
24 connect Box01.Out Box00.In
25
26 exec Box00