]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/ExampleTransferFunctionView.bbs_bug
89cec79e3713760fc7c18046f8d9a69762d41095
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleTransferFunctionView.bbs_bug
1 description "creaMaracasVisu::TransferFunctionView box example. "
2 category "example"
3 author "eduardo.davila@creatis.insa-lyon.fr"
4
5 load wx
6 load std
7 load maracasvisu
8 load vtk
9
10 new TransferFunctionView transferfuncionview
11
12 new MetaImageReader reader
13 include  std/boxes/bbPrependPackageDataPath.bbs
14 new PrependPackageDataPath prependDatapath
15   set prependDatapath.In "vtk/hola.mhd"
16   connect prependDatapath.Out reader.In
17
18 print $prependDatapath.Out$\n
19 connect reader.Out transferfuncionview.In
20
21 exec transferfuncionview