]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleViewerMPR.bbs_bug
211e05d2976c3e6e2be945854ea8b6f643230f1f
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleViewerMPR.bbs_bug
1 description "creaMaracasVisu::ViewerMPR box example. "
2 category "example"
3 author "eduardo.davila@creatis.insa-lyon.fr"
4
5 load wx
6 load std
7 load vtk
8 load creaMaracasVisu
9
10 include vtk/boxes/bbLoadHola 
11 new LoadHola reader 
12
13 new ViewerMPR mpr
14   connect reader.Out mpr.In
15
16 exec mpr