]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs
2075 Feature Registration 3D 1P
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesWidget_base_interface_3Dp.bbs
index f0b17fd2892c0f7f67e1d2d6c751d122d90d97ad..d04c9a4809d1f1e1c7dbc0214b0d7a57fb51066b 100644 (file)
@@ -7,7 +7,6 @@ include std
 include itkvtk
 include wx
 include std
-include PackRecalage
 
 define CompareImagesWidget_base_interface_3Dp PackRecalage
 
@@ -16,11 +15,6 @@ description "Description ??"
 
 category "<VOID>"
 
-new Slider Box00
-  set Box00.Min "0"
-  set Box00.ReactiveOnTrack "1"
-  set Box00.Title "Z for slice"
-
 new Slider Box01
   set Box01.In "0"
   set Box01.Max "100"
@@ -33,57 +27,23 @@ new CheckBox Box02
 
 new MultipleInputs Box03
 
-new LayoutLine Box04
-  set Box04.WinTitle "Appearance"
-
 new LayoutSplit Box05
   set Box05.Orientation "H"
-  set Box05.Proportion "80"
-
-new ImageRecalageProperties Box08
-
-new Slider Box11
-  set Box11.Min "0"
-  set Box11.ReactiveOnTrack "1"
-  set Box11.Title "Y for slice"
-
-new Slider Box13
-  set Box13.Min "0"
-  set Box13.ReactiveOnTrack "1"
-  set Box13.Title "X for slice"
+  set Box05.Proportion "10"
 
-new ConcatStrings Box15
-  set Box15.In2 " "
-  set Box15.In4 " "
 
-
-connect Box02.Widget Box05.Widget2
-connect Box05.Widget Box04.Widget4
-connect Box01.Widget Box05.Widget1
 connect Box02.BoxChange Box03.In3
 connect Box01.BoxChange Box03.In2
-connect Box00.BoxChange Box03.In1
-connect Box08.LengthZ Box00.Max
-connect Box08.LengthY Box11.Max
-connect Box08.LengthX Box13.Max
-connect Box11.Widget Box04.Widget2
-connect Box00.Widget Box04.Widget3
-connect Box13.Widget Box04.Widget1
-connect Box11.BoxChange Box03.In4
-connect Box13.BoxChange Box03.In5
-connect Box13.Out Box15.In1
-connect Box11.Out Box15.In3
-connect Box00.Out Box15.In5
+connect Box02.Widget Box05.Widget2
+connect Box01.Widget Box05.Widget1
 
 # Complex input ports
-input InputImage Box08.In " "
 
 # Complex output ports
 output BoxChange Box03.BoxChange " "
-output Widget Box04.Widget " "
 output ConvolutionFactor Box01.Out " "
 output ConvolutionOnOff Box02.Out " "
-output Point Box15.Out " "
+output Widget Box05.Widget " "
 
 
 endefine