X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwxvtk%2Fbbs%2Fboxes%2FbbSimpleIsoSurfaceViewer.bbs;h=adf6942fd94aaef92b7d90d681220ca5ada81d16;hb=1e0e4d85b2001be9e92f6e23e30910bf92d5feb3;hp=5d38329391aeede7bd2004f48df984f84728c2f8;hpb=799a0b98a917868c5edafaa57ac91ce640e15b4d;p=bbtk.git diff --git a/packages/wxvtk/bbs/boxes/bbSimpleIsoSurfaceViewer.bbs b/packages/wxvtk/bbs/boxes/bbSimpleIsoSurfaceViewer.bbs index 5d38329..adf6942 100644 --- a/packages/wxvtk/bbs/boxes/bbSimpleIsoSurfaceViewer.bbs +++ b/packages/wxvtk/bbs/boxes/bbSimpleIsoSurfaceViewer.bbs @@ -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"