]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/appli/ExampleSimpleIsoSurfaceViewer.bbs
*** empty log message ***
[bbtk.git] / packages / wxvtk / bbs / appli / ExampleSimpleIsoSurfaceViewer.bbs
diff --git a/packages/wxvtk/bbs/appli/ExampleSimpleIsoSurfaceViewer.bbs b/packages/wxvtk/bbs/appli/ExampleSimpleIsoSurfaceViewer.bbs
new file mode 100644 (file)
index 0000000..6141f90
--- /dev/null
@@ -0,0 +1,18 @@
+description "Example of the box <a href=#SimpleIsoSurfaceViewer>SimpleIsoSurfaceViewer</a>."
+author "laurent.guigues@creatis.insa-lyon.fr"
+category "example"
+
+include vtk/boxes/bbLoadHola
+include wxvtk/boxes/bbSimpleIsoSurfaceViewer
+
+new LoadHola image
+new SimpleIsoSurfaceViewer viewer
+connect image.Out viewer.In
+
+load std
+set viewer.WinTitle "ExampleSimpleIsoSurfaceViewer"
+set viewer.WinWidth 350
+set viewer.WinHeight 400
+
+exec viewer
+