]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleHistogramView.bbs
#3109 creaMaracasVisu Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleHistogramView.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools2/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleHistogramView.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include vtk
12 include std
13 include creaMaracasVisu
14
15 author "eduardo.davila@creatis.insa-lyon.fr"
16 description "creaMaracasVisu::HistogramView box example. "
17 category "example"
18
19 new vtk:MetaImageReader reader
20
21 new std:PrependPackageDataPath prependDatapath
22   set prependDatapath.In "vtk/hola.mhd"
23
24 new creaMaracasVisu:HistogramView histogramview
25
26
27 connect prependDatapath.Out reader.In
28
29 connect reader.Out histogramview.In
30
31
32
33 # Complex input ports
34 exec histogramview