]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/boxes/bbSimpleIsoSurfaceViewer.bbs
move xxxWithControls to xxxWidget
[bbtk.git] / packages / wxvtk / bbs / boxes / bbSimpleIsoSurfaceViewer.bbs
index 5d38329391aeede7bd2004f48df984f84728c2f8..adf6942fd94aaef92b7d90d681220ca5ada81d16 100644 (file)
@@ -3,9 +3,9 @@ load wx
 load wxvtk 
 load vtk
 
-include wxvtk/boxes/bbIsoSurfaceWithControls
+include wxvtk/boxes/bbIsoSurfaceWidget
 
-define SimpleIsoSurfaceViewer
+define SimpleIsoSurfaceViewer wxvtk
 
  description "Simple viewer of an iso-surface of an image"
  author "laurent.guigues@creatis.insa-lyon.fr"
@@ -14,7 +14,7 @@ define SimpleIsoSurfaceViewer
  new LayoutSplit main
  new Viewer3D viewer
 
- new IsoSurfaceWithControls surface
+ new IsoSurfaceWidget surface
 
  set surface.Isovalue 10
  set surface.Title "Surface"
@@ -37,6 +37,7 @@ define SimpleIsoSurfaceViewer
 
  input In surface.In "Input image"
  output Widget main.Widget "Widget"
+ input WinDialog main.WinDialog "Dialog mode"
  input WinTitle main.WinTitle "Title of the window"
  input WinWidth main.WinWidth "Width of the window"
  input WinHeight main.WinHeight "Height of the window"