]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/ExampleViewerNV_C.bbs
The bbtk folder with the maracasvisu bbtk package was added to the creaMaracasVisu...
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleViewerNV_C.bbs
diff --git a/bbtk/bbs/appli/ExampleViewerNV_C.bbs b/bbtk/bbs/appli/ExampleViewerNV_C.bbs
new file mode 100644 (file)
index 0000000..f9166bb
--- /dev/null
@@ -0,0 +1,14 @@
+load wx
+load std
+load vtk
+load maracasvisu
+
+include vtk/boxes/bbLoadHola 
+new LoadHola image 
+
+new ViewerNV viewernv
+  set  viewernv.nTypeView "3"
+  connect image.Out viewernv.In
+
+exec viewernv
+