X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwxvtk%2Fbbs%2Fboxes%2FbbIsoSurfaceWithControls.bbs;h=f4169234cf01abe9559fd885dfe3455e8ee04bf1;hb=6d2f79e0ff9b1c0b2db0d7f3d164f4f62434f08d;hp=ce9514895ee2e44c263e057ab5d0800906f5384b;hpb=2a7bc6762e52d1f16901365a49139af235d67f36;p=bbtk.git diff --git a/packages/wxvtk/bbs/boxes/bbIsoSurfaceWithControls.bbs b/packages/wxvtk/bbs/boxes/bbIsoSurfaceWithControls.bbs index ce95148..f416923 100644 --- a/packages/wxvtk/bbs/boxes/bbIsoSurfaceWithControls.bbs +++ b/packages/wxvtk/bbs/boxes/bbIsoSurfaceWithControls.bbs @@ -4,15 +4,14 @@ load std define IsoSurfaceWithControls author "laurent.guigues@creatis.insa-lyon.fr" - description "Image iso-surface extractor with associated control panel (isovalue, opacity and colour)" + description "Image iso-surface extractor (vtk::IsoSurfaceExtractor) with associated control panel (isovalue, opacity and colour)" category "image;mesh;widget;viewer" new LayoutLine controls new LayoutLine sliders - new Surface surface + new IsoSurfaceExtractor surface new Slider isovalue new Slider opacity -# new CommandButton colourButton new LayoutLine colourFrame new ColourSelectorButton colour new MultipleInputs refresh @@ -22,7 +21,6 @@ define IsoSurfaceWithControls connect colourFrame.Widget controls.Widget2 connect colour.Widget colourFrame.Widget1 -#Button.Widget connect isovalue.Widget sliders.Widget1 connect opacity.Widget sliders.Widget2 @@ -39,7 +37,7 @@ define IsoSurfaceWithControls # connect colourButton.BoxChange colour.BoxExecute set colourFrame.WinTitle "Colour" - set controls.Orientation 0 + set controls.Orientation HORIZONTAL set isovalue.Title "Isovalue" set opacity.Title "Opacity" set opacity.Min 0