# ----------------------------------
# - BBTKGEditor v 1.2 BBG BlackBox Diagram file
-# - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniToolsBase/bbs/boxes/recalageMenu.bbg
+# - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniToolsBase/bbs/boxes/registrationMenu.bbg
# ----------------------------------
APP_START
DESCRIPTION:Description ??
AUTHOR:Author ??
COMPLEXBOX:TRUE
-COMPLEXBOXNAME:RecalageMenu
+COMPLEXBOXNAME:RegistrationMenu
PACKAGENAME:creaMiniToolsBase
COMPLEXINPUTS:0
COMPLEXOUTPUTS:1
-141.345011:103.240481:900.000000
-95.770011:93.240481:900.000000
PORT
-Label:"Recalage 2D"
+Label:"Registration 2D"
FIN_BOX
BOX
wx:CommandButton:Box01
-146.555887:61.553473:900.000000
-100.980887:51.553473:900.000000
PORT
-Label:"Recalage 3D 1 Point"
+Label:"Registration 3D 1 Point"
FIN_BOX
BOX
wx:CommandButton:Box02
-139.390933:17.912386:900.000000
-93.815933:7.912386:900.000000
PORT
-Label:"Recalage 3D 2 Points"
+Label:"Registration 3D 2 Points"
FIN_BOX
BOX
wx:CommandButton:Box03
-138.088214:-24.425981:900.000000
-92.513214:-34.425981:900.000000
PORT
-Label:"Recalage 3D 3 Points"
+Label:"Registration 3D 3 Points"
FIN_BOX
BOX
std:ExecSystemCommand:Box04
-261.520839:78.488820:900.000000
-190.345839:68.488820:900.000000
PORT
-In:"bbi creaMiniTools/appli/recalage2DExample.bbs &"
+In:"bbi creaMiniTools/appli/registration2DExample.bbs &"
FIN_BOX
BOX
std:ExecSystemCommand:Box05
-258.915401:38.104531:900.000000
-187.740401:28.104531:900.000000
PORT
-In:"bbi creaMiniTools/appli/recalage3D1PointExample.bbs &"
+In:"bbi creaMiniTools/appli/registration3D1PointExample.bbs &"
FIN_BOX
BOX
std:ExecSystemCommand:Box06
-259.566760:-16.609667:900.000000
-188.391760:-26.609667:900.000000
PORT
-In:"bbi creaMiniTools/appli/recalage3D2PointsExample.bbs &"
+In:"bbi creaMiniTools/appli/registration3D2PointsExample.bbs &"
FIN_BOX
BOX
std:ExecSystemCommand:Box07
-261.520839:-53.737159:900.000000
-190.345839:-63.737159:900.000000
PORT
-In:"bbi /usr/local/share/bbtk/bbs/creaMiniTools/examples/bbs/recalage/recalage3D3PointsExample.bbs &"
+In:"bbi /usr/local/share/bbtk/bbs/creaMiniTools/examples/bbs/registration/registration3D3PointsExample.bbs &"
FIN_BOX
BOX
wx:OutputText:Box08
81.745617:17.912386:900.000000
139.305617:7.912386:900.000000
PORT
-WinTitle:"Recalage"
+WinTitle:"Registration"
FIN_BOX
CONNECTIONS:10
CONNECTION
# ----------------------------------
# - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
-# - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniToolsBase/bbs/boxes/recalageMenu.bbs
+# - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniToolsBase/bbs/boxes/registrationMenu.bbs
# ----------------------------------
include std
include wx
include std
-define RecalageMenu creaMiniToolsBase
+define RegistrationMenu creaMiniToolsBase
-author "Author ??"
+author "Author EED"
description "Description ??"
category "<VOID>"
new CommandButton Box00
- set Box00.Label "Recalage 2D"
+ set Box00.Label "Registration 2D"
new CommandButton Box01
- set Box01.Label "Recalage 3D 1 Point"
+ set Box01.Label "Registration 3D 1 Point"
new CommandButton Box02
- set Box02.Label "Recalage 3D 2 Points"
+ set Box02.Label "Registration 3D 2 Points"
new CommandButton Box03
- set Box03.Label "Recalage 3D 3 Points"
+ set Box03.Label "Registration 3D 3 Points"
new ExecSystemCommand Box04
- set Box04.In "bbi creaMiniTools/appli/recalage2DExample.bbs &"
+ set Box04.In "bbi creaMiniTools/appli/registration2DExample.bbs &"
new ExecSystemCommand Box05
- set Box05.In "bbi creaMiniTools/appli/recalage3D1PointExample.bbs &"
+ set Box05.In "bbi creaMiniTools/appli/registration3D1PointExample.bbs &"
new ExecSystemCommand Box06
- set Box06.In "bbi creaMiniTools/appli/recalage3D2PointsExample.bbs &"
+ set Box06.In "bbi creaMiniTools/appli/registration3D2PointsExample.bbs &"
new ExecSystemCommand Box07
- set Box07.In "bbi /usr/local/share/bbtk/bbs/creaMiniTools/examples/bbs/recalage/recalage3D3PointsExample.bbs &"
+ set Box07.In "bbi /usr/local/share/bbtk/bbs/creaMiniTools/examples/bbs/registration/registration3D3PointsExample.bbs &"
new OutputText Box08
set Box08.In "Select the Example"
new LayoutLine Box09
- set Box09.WinTitle "Recalage"
+ set Box09.WinTitle "Registration"
connect Box00.BoxChange Box04.BoxExecute