]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/bbs/boxes/CompareImagesWidget3D.bbs
2075 Feature Registration 3D 1P
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesWidget3D.bbs
index 0ac285b6c8fd7b332483190180494a34cf1883c0..6454c9c905085bb9736b1d56085f2c5476082aa4 100644 (file)
@@ -8,7 +8,6 @@ include itkvtk
 include creaMaracasVisu
 include vtk
 include wx
-include PackRecalage
 include wxvtk
 include std
 
@@ -27,9 +26,6 @@ new vtkImageDataPointerRelay Box23
 new LayoutTab Box26
   set Box26.WinTitle "2D-Compare"
 
-new CompareImagesWidget Box27
-  set Box27.WinTitle "2Dt-Comparing"
-
 new LayoutSplit Box28
   set Box28.Orientation "H"
   set Box28.Proportion "50"
@@ -39,9 +35,11 @@ new LayoutLine Box29
 
 new IsoSurfaceWidget Box30
   set Box30.Title "Reference image"
+  set Box30.Vertical "V"
 
 new IsoSurfaceWidget Box31
   set Box31.Title "Registration image"
+  set Box31.Vertical "V"
 
 new LayoutTab Box38
 
@@ -51,12 +49,7 @@ new MultipleInputs Box19
 
 new vtkImageDataPointerRelay Box20
 
-new CompareImages_3DwithPlanes_Widget Box12
-  set Box12.WinTitle "3D planes Comparing"
-
 
-connect Box27.Widget Box26.Widget2
-connect Box23.Out Box27.In1
 connect viewerResult.Widget Box28.Widget2
 connect Box28.Widget Box26.Widget1
 connect Box29.Widget Box28.Widget1
@@ -71,11 +64,7 @@ connect Box30.BoxChange Box19.In1
 connect Box31.BoxChange Box19.In2
 connect Box19.BoxChange viewerResult.BoxExecute
 connect Box20.Out viewerResult.In
-connect Box20.Out Box27.In2
 connect Box20.Out Box31.In
-connect Box23.Out Box12.In1
-connect Box20.Out Box12.In2
-connect Box12.Widget Box26.Widget3
 
 # Complex input ports
 input BoxExecute Box19.In3 " "
@@ -84,6 +73,8 @@ input Image2 Box20.In " "
 
 # Complex output ports
 output Widget Box26.Widget " "
+output Point viewerResult.Point " "
+output BoxChange viewerResult.BoxChange " "
 
 
 endefine