]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/bbs/boxes/CompareImagesParallelWidget.bbs
#3468 CompareImages new version
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesParallelWidget.bbs
index 37f44f984884e54a0e17fdf1678d98d20e0e5cca..f764d5361523ae4ea14cb0d36886385f49f3d3b3 100644 (file)
@@ -25,7 +25,6 @@ new std:MagicBox Box04
 new std:MagicBox Box05
 
 new wx:LayoutTab Box06
-  set Box06.WinTitle "Parallel"
 
 new creaMaracasVisu:ViewerNV Box07
   set Box07.nTypeView "1"
@@ -96,6 +95,14 @@ new creaMaracasVisu:SetPosition Box31
 
 new std:MagicBox Box32
 
+new wx:LayoutSplit Box33
+  set Box33.Proportion "90"
+  set Box33.WinTitle "Parallel"
+
+new wx:CheckBox Box34
+  set Box34.In "true"
+  set Box34.Title "Interpolate"
+
 
 connect Box04.Out Box07.In
 connect Box05.Out Box08.In
@@ -148,6 +155,14 @@ connect Box10.BoxChange Box29.BoxExecute
 connect Box10.Point Box29.Point
 connect Box13.BoxChange Box31.BoxExecute
 connect Box13.Point Box31.Point
+connect Box06.Widget Box33.Widget1
+connect Box34.Widget Box33.Widget2
+connect Box34.Out Box08.Interpolate
+connect Box34.Out Box07.Interpolate
+connect Box34.Out Box10.Interpolate
+connect Box34.Out Box11.Interpolate
+connect Box34.Out Box13.Interpolate
+connect Box34.Out Box14.Interpolate
 
 # Complex input ports
 input Image1 Box04.In " "
@@ -156,7 +171,7 @@ input point Box25.In " "
 input boxExecute Box32.In " "
 
 # Complex output ports
-output widget Box06.Widget " "
+output widget Box33.Widget " "
 
 
 endefine