X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwxvtk%2Fbbs%2Fboxes%2FbbIsoSurfaceWithControls.bbs;h=01ada2ed218e919d1b3b58a055539032a453a9a4;hb=ae4497a19b957df306e688ce3f69c3687323668e;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..01ada2e 100644 --- a/packages/wxvtk/bbs/boxes/bbIsoSurfaceWithControls.bbs +++ b/packages/wxvtk/bbs/boxes/bbIsoSurfaceWithControls.bbs @@ -1,18 +1,18 @@ load wx load vtk load std +load wxvtk -define IsoSurfaceWithControls +define IsoSurfaceWithControls wxvtk 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 +22,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 +38,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