]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/bbs/appli/Recalage.bbs
Feature #1766 Add licence terms for all files.
[creaRigidRegistration.git] / PackRecalage / bbs / appli / Recalage.bbs
index c1733865e2cc31868d7e63a6c47d475facaf0549..10e1546a5f2cc2450f83930af719bdfbe99e4fe8 100644 (file)
@@ -1,31 +1,77 @@
-description "creatisRecalage::Recalage Rigid 2D and 3D examples. "
-category "example"
-author "info-dev@creatis.insa-lyon.fr"
+# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
+#                        pour la Santé)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+#
+#  This software is governed by the CeCILL-B license under French law and 
+#  abiding by the rules of distribution of free software. You can  use, 
+#  modify and/ or redistribute the software under the terms of the CeCILL-B 
+#  license as circulated by CEA, CNRS and INRIA at the following URL 
+#  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
+#  or in the file LICENSE.txt.
+#
+#  As a counterpart to the access to the source code and  rights to copy,
+#  modify and redistribute granted by the license, users are provided only
+#  with a limited warranty  and the software's author,  the holder of the
+#  economic rights,  and the successive licensors  have only  limited
+#  liability. 
+#
+#  The fact that you are presently reading this means that you have had
+#  knowledge of the CeCILL-B license and that you accept its terms.
+# ------------------------------------------------------------------------   
+
+# ----------------------------------
+# - BBTKGEditor v 1.2 BBS BlackBox Script
+# - /Users/davila/Creatis/All5/creatools_source/creaRigidRegistration/PackRecalage/bbs/appli/Recalage.bbs
+# ----------------------------------
 
+# BBTK GEditor Script
+# ----------------------
 
-load wx
-//load PackRecalage
+include std
+include itkvtk
+include wx
+include std
+
+author "info-dev@creatis.insa-lyon.fr"
+description "creatisRecalage::Recalage Rigid 2D and 3D examples. "
+category "example"
 
 new CommandButton recalage2D
   set recalage2D.Label "Recalage 2D"
-  set recalage2D.In "include PackRecalage/appli/Recalage2D"  
 
 new CommandButton recalage3DV1
   set recalage3DV1.Label "Recalage 3D (one point)"
-  set recalage3DV1.In "include PackRecalage/appli/ExampleRecalage3D1Point"
 
 new CommandButton recalage3DV2
   set recalage3DV2.Label "Recalage 3D (two points)"
-  set recalage3DV2.In "include PackRecalage/appli/ExampleRecalage3D2Points"
 
 new CommandButton recalage3DV3
   set recalage3DV3.Label "Recalage 3D (three points)"
-  set recalage3DV3.In "include PackRecalage/appli/ExampleRecalage3D3Points"
 
 new LayoutLine layout
-  connect recalage2D.Widget layout.Widget1
-  connect recalage3DV1.Widget layout.Widget2
-  connect recalage3DV2.Widget layout.Widget3
-  connect recalage3DV3.Widget layout.Widget4
+
+new ExecSystemCommand Box05
+  set Box05.In "bbi PackRecalage/appli/Recalage2D.bbs &"
+
+new ExecSystemCommand Box06
+  set Box06.In "bbi PackRecalage/appli/ExampleRecalage3D1Point.bbs &"
+
+new ExecSystemCommand Box07
+  set Box07.In "bbi PackRecalage/appli/ExampleRecalage3D2Points.bbs &"
+
+new ExecSystemCommand Box08
+  set Box08.In "bbi PackRecalage/appli/ExampleRecalage3D3Points.bbs &"
+
+
+connect recalage2D.Widget layout.Widget1
+connect recalage3DV1.Widget layout.Widget2
+connect recalage3DV2.Widget layout.Widget3
+connect recalage3DV3.Widget layout.Widget4
+connect recalage2D.BoxChange Box05.BoxExecute
+connect recalage3DV1.BoxChange Box06.BoxExecute
+connect recalage3DV2.BoxChange Box07.BoxExecute
+connect recalage3DV3.BoxChange Box08.BoxExecute
 
 exec layout