]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniToolsBase/bbs/boxes/registrationMenu.bbs
forgot to commit these ones...
[creaMiniTools.git] / bbtk_package_creaMiniToolsBase / bbs / boxes / registrationMenu.bbs
similarity index 64%
rename from bbtk_package_creaMiniToolsBase/bbs/boxes/recalageMenu.bbs
rename to bbtk_package_creaMiniToolsBase/bbs/boxes/registrationMenu.bbs
index 7f0fd8245519a995ddbd21f0e8219a6f2d80cb16..c9e64302cd32cd3c8155a7f58abc31c0707b4a67 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
 # - 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
@@ -8,42 +8,42 @@ include itkvtk
 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