]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/ExampleHistogramView.bbs
The bbtk folder with the maracasvisu bbtk package was added to the creaMaracasVisu...
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleHistogramView.bbs
1 load wx
2 load std
3 load maracasvisu
4 load vtk
5
6 new MetaImageReader reader
7 include  std/boxes/bbPrependPackageDataPath.bbs
8 new PrependPackageDataPath prependDatapath
9   set prependDatapath.In "vtk/hola.mhd"
10   connect prependDatapath.Out reader.In
11
12 new HistogramView histogramview
13
14 print $prependDatapath.Out$\n
15 connect reader.Out histogramview.In
16 exec histogramview