]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/appli/ImageTool.bbs
Feature #1769 Add licence terms for all files.
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / ImageTool.bbs
index 6742f282d0a64ac6cb4860b96847da14c9e1588f..e63e3c0d72ae616e9a91b39ee0953347133039bd 100644 (file)
@@ -1,6 +1,31 @@
+# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
+#                        pour la Sant�)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+# Previous Authors : Laurent Guigues, Jean-Pierre Roux
+# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
+#
+#  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/All2/creatools_install/share/bbtk/bbs/creacreaMiniTools/appli/ImageTool.bbs
+# - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/ImageTool.bbs
 # ----------------------------------
 
 # BBTK GEditor Script
@@ -11,7 +36,10 @@ include itkvtk
 include creaMaracasVisu
 include wx
 include creaImageIO
-include creacreaMiniTools
+include creaMiniToolsBase
+include creaMiniTools
+include std
+include toolsbbtk
 
 author "info-dev@creatis.insa-lyon.fr"
 description "Show N Points"
@@ -49,11 +77,29 @@ new ThresholdWidget Box22
 
 new ConnectivityWidget Box16
 
-new ImagePropertiesWidget Box17
-
 new LayoutLine Box18
   set Box18.WinTitle "show N-Points"
 
+new LayoutLine Box19
+  set Box19.WinTitle "Save MHD"
+
+new LayoutLine Box20
+  set Box20.WinTitle "Layer Image"
+
+new LayoutLine Box23
+  set Box23.Orientation H
+  set Box23.WinTitle "ManualPaint"
+
+new CutModule2 Box24
+
+new MultipleInputs Box25
+
+new ErodeWidget Box26
+
+new DilateWidget Box27
+
+new ImageVtkPropertiesWidget Box28
+
 
 connect viewer.Renderer1 showNpoints.Renderer
 connect viewer.Point showNpoints.In
@@ -61,9 +107,7 @@ connect viewer.BoxChange showNpoints.BoxExecute
 connect viewer.Widget main.Widget2
 connect Box04.Out showNpoints.Image
 connect Box04.Out viewer.In
-connect Box10.Widget Box06.Widget3
 connect viewer.wxVtkBaseView4 Box10.WxVtkBaseView
-connect Box11.Widget Box06.Widget4
 connect viewer.BoxChange Box11.BoxExecute
 connect Box04.Out Box11.In
 connect viewer.wxVtkBaseView2 Box11.WxVtkBaseView1
@@ -73,14 +117,38 @@ connect Box06.Widget Box13.Widget1
 connect Box13.Widget main.Widget1
 connect Box12.Widget Box13.Widget2
 connect Box04.Out Box21.In
-connect Box21.Widget Box06.Widget2
 connect Box04.Out Box22.In
 connect Box22.Widget Box12.Widget1
 connect Box16.Widget Box12.Widget2
 connect Box04.Out Box16.In
-connect Box04.Out Box17.in
-connect Box17.widget Box06.Widget5
 connect Box18.Widget Box06.Widget1
 connect showNpoints.Widget Box18.Widget1
+connect Box21.Widget Box19.Widget1
+connect Box19.Widget Box06.Widget2
+connect Box10.Widget Box20.Widget1
+connect Box20.Widget Box06.Widget3
+connect Box11.Widget Box23.Widget1
+connect Box23.Widget Box06.Widget4
+connect Box24.Widget Box23.Widget2
+connect viewer.BoxChange Box24.BoxExecute
+connect Box04.Out Box24.In
+connect viewer.Interactor1 Box24.Interactor
+connect viewer.Renderer1 Box24.Renderer
+connect viewer.Renderer1 Box22.vtkRenderer
+connect viewer.Renderer1 Box16.vtkRenderer
+connect Box16.BoxChange Box25.In2
+connect Box22.BoxChange Box25.In1
+connect Box27.Widget Box12.Widget3
+connect Box27.BoxChange Box25.In3
+connect Box26.BoxChange Box25.In4
+connect Box26.Widget Box12.Widget4
+connect viewer.Renderer1 Box27.vtkRenderer
+connect viewer.Renderer1 Box26.vtkRenderer
+connect Box04.Out Box26.In
+connect Box04.Out Box27.In
+connect viewer.Point Box16.point
+connect Box25.Out viewer.BoxExecute
+connect Box28.widget Box06.Widget5
+connect Box04.Out Box28.in
 
 exec main