From: jean-pierre roux Date: Fri, 22 Jan 2010 16:32:29 +0000 (+0000) Subject: Fix categ X-Git-Tag: CREATOOLS.2-0-3~84 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f956407ec818285a506733ccada8c4928d083c2e;p=bbtk.git Fix categ --- diff --git a/packages/demo/bbs/appli/demoFiltering1.bbs b/packages/demo/bbs/appli/demoFiltering1.bbs index a1f6ade..215cf1d 100644 --- a/packages/demo/bbs/appli/demoFiltering1.bbs +++ b/packages/demo/bbs/appli/demoFiltering1.bbs @@ -1,7 +1,7 @@ description "Basic segmentation and filtering of an image" author "jpr@creatis.insa-lyon.fr" -category "demo" +category "demo, filter" // 3 Slices, 2 volumes diff --git a/packages/wx/bbs/boxes/bbLayoutX4.bbs b/packages/wx/bbs/boxes/bbLayoutX4.bbs index 5036ba7..190ae41 100644 --- a/packages/wx/bbs/boxes/bbLayoutX4.bbs +++ b/packages/wx/bbs/boxes/bbLayoutX4.bbs @@ -37,8 +37,8 @@ new LayoutSplit down new MultipleInputs m connect currentBox.BoxChange m.In1 - connect up.BoxChange m.In2 - connect down.BoxChange m.In3 + connect up.BoxChange m.In2 + connect down.BoxChange m.In3 input WinTitle currentBox.WinTitle "Title of the window (*)" input WinHeight currentBox.WinHeight "Height of the window (*)" diff --git a/packages/wxvtk/bbs/boxes/bbSimpleIsoSurfaceViewer.bbs b/packages/wxvtk/bbs/boxes/bbSimpleIsoSurfaceViewer.bbs index adf6942..7d617f3 100644 --- a/packages/wxvtk/bbs/boxes/bbSimpleIsoSurfaceViewer.bbs +++ b/packages/wxvtk/bbs/boxes/bbSimpleIsoSurfaceViewer.bbs @@ -20,7 +20,7 @@ define SimpleIsoSurfaceViewer wxvtk set surface.Title "Surface" set surface.Vertical 0 - connect viewer.Widget main.Widget1 + connect viewer.Widget main.Widget1 connect surface.Widget main.Widget2 # WE NEED A MultipleInputs BOX TO CONNECT BOTH @@ -29,20 +29,20 @@ define SimpleIsoSurfaceViewer wxvtk new MultipleInputs refresh - connect surface.Out viewer.In1 + connect surface.Out viewer.In1 connect surface.BoxChange refresh.In1 - connect refresh.Out viewer.BoxExecute + connect refresh.Out viewer.BoxExecute set main.Proportion 80 - 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" - input BoxExecute refresh.In2 "Execute the box" + input In surface.In "Input image" + 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" + input BoxExecute refresh.In2 "Execute the box" + output Widget main.Widget "Widget" # EXECUTING THE COMPLEX BOX EXECUTES the main exec main endefine