X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwxvtk%2Fbbs%2Fappli%2FExampleIsoSurfaceWithControls.bbs;h=b5c85967bf34a3882f6c3892c749407f2b4c1f65;hb=d0c7a3e53e4faf94da2107bbd10265265b3894ea;hp=95dcfbd21f304033a9aca7a9c0b7f21fbe422ad2;hpb=2a7bc6762e52d1f16901365a49139af235d67f36;p=bbtk.git diff --git a/packages/wxvtk/bbs/appli/ExampleIsoSurfaceWithControls.bbs b/packages/wxvtk/bbs/appli/ExampleIsoSurfaceWithControls.bbs index 95dcfbd..b5c8596 100644 --- a/packages/wxvtk/bbs/appli/ExampleIsoSurfaceWithControls.bbs +++ b/packages/wxvtk/bbs/appli/ExampleIsoSurfaceWithControls.bbs @@ -1,3 +1,7 @@ +description "Example of IsoSurfaceWithControls." +author "laurent.guigues at creatis.insa-lyon.fr" +category "example" + include wxvtk/boxes/bbIsoSurfaceWithControls include vtk/boxes/bbLoadHola @@ -17,7 +21,7 @@ connect surface1.BoxChange refresh.In1 connect surface2.BoxChange refresh.In2 connect refresh.Out viewer.BoxExecute -new LayoutLine main +new LayoutSplit main new LayoutLine controls connect viewer.Widget main.Widget1 connect controls.Widget main.Widget2 @@ -34,6 +38,8 @@ set surface2.Isovalue 200 set surface2.Opacity 20 set surface2.Title "Iso-surface 2" +set main.WinWidth 1200 +set main.WinHide 1000 #message All 9 exec main