]> 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 223ba1e0592bdc794669a447909f889b6cb4c177..e63e3c0d72ae616e9a91b39ee0953347133039bd 100644 (file)
@@ -1,3 +1,28 @@
+# ---------------------------------------------------------------------
+#
+# 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/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/ImageTool.bbs
@@ -14,6 +39,7 @@ include creaImageIO
 include creaMiniToolsBase
 include creaMiniTools
 include std
+include toolsbbtk
 
 author "info-dev@creatis.insa-lyon.fr"
 description "Show N Points"
@@ -51,8 +77,6 @@ new ThresholdWidget Box22
 
 new ConnectivityWidget Box16
 
-new ImagePropertiesWidget Box17
-
 new LayoutLine Box18
   set Box18.WinTitle "show N-Points"
 
@@ -74,6 +98,8 @@ new ErodeWidget Box26
 
 new DilateWidget Box27
 
+new ImageVtkPropertiesWidget Box28
+
 
 connect viewer.Renderer1 showNpoints.Renderer
 connect viewer.Point showNpoints.In
@@ -95,8 +121,6 @@ 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
@@ -114,7 +138,6 @@ connect viewer.Renderer1 Box22.vtkRenderer
 connect viewer.Renderer1 Box16.vtkRenderer
 connect Box16.BoxChange Box25.In2
 connect Box22.BoxChange Box25.In1
-connect Box25.Out viewer.BoxExecute
 connect Box27.Widget Box12.Widget3
 connect Box27.BoxChange Box25.In3
 connect Box26.BoxChange Box25.In4
@@ -123,5 +146,9 @@ 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