]> Creatis software - bbtk.git/blob - packages/wxvtk/bbs/appli/exampleViewer2D.bbs
f9e1052e8e72366d154e9a98462d78cc0982123f
[bbtk.git] / packages / wxvtk / bbs / appli / exampleViewer2D.bbs
1 description "Example of the box <a href=#Viewer2D>Viewer2D</a>."
2 author "laurent.guigues@creatis.insa-lyon.fr"
3 category "example"
4
5 include vtk/boxes/bbLoadHola
6 load wxvtk
7
8 new LoadHola reader
9 new Viewer2D viewer
10 connect reader.Out viewer.In
11
12 # To get the string to int adaptor and set the slice
13 load std 
14 set viewer.Slice 20
15
16 exec viewer