]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/ExampleViewerMPR.bbs
The bbtk folder with the maracasvisu bbtk package was added to the creaMaracasVisu...
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleViewerMPR.bbs
diff --git a/bbtk/bbs/appli/ExampleViewerMPR.bbs b/bbtk/bbs/appli/ExampleViewerMPR.bbs
new file mode 100644 (file)
index 0000000..03c8b9d
--- /dev/null
@@ -0,0 +1,12 @@
+load wx
+load std
+load vtk
+load maracasvisu
+
+include vtk/boxes/bbLoadHola 
+new LoadHola image 
+
+new ViewerMPR mpr
+  connect image.Out mpr.In
+
+exec mpr
\ No newline at end of file