]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs
#3187 CreaMiniTools Feature New Normal - Viewer Vectors Tensors Fiels application...
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / imageToolsMenu.bbs
index bd1faedd3469a21adc7e12bbe0a475372bda23fb..78874bf99e27392b51fe7e3e937ba20420f273a8 100644 (file)
@@ -141,6 +141,24 @@ new std:StringSelect Box51
   set Box51.In0 "bbi creaMiniTools/appli/rescaleSlopeIntercept.bbs &"
   set Box51.In1 "start /b bbi creaMiniTools/appli/rescaleSlopeIntercept.bbs &"
 
+new wx:CommandButton Box52
+  set Box52.Label "Gaussian Smoothing"
+
+new std:ExecSystemCommand Box53
+
+new std:StringSelect Box54
+  set Box54.In0 "bbi creaMiniTools/appli/GaussianSmoothing.bbs &"
+  set Box54.In1 "start /b bbi creaMiniTools/appli/GaussianSmoothing.bbs &"
+
+new wx:CommandButton Box55
+  set Box55.Label "Vectors / Tensors Viewer"
+
+new std:ExecSystemCommand Box56
+
+new std:StringSelect Box57
+  set Box57.In0 "bbi creaMiniTools/appli/ViewerVectorsTensorsField.bbs &"
+  set Box57.In1 "start /b bbi creaMiniTools/appli/ViewerVectorsTensorsField.bbs &"
+
 
 connect Box00.BoxChange Box04.BoxExecute
 connect Box02.BoxChange Box06.BoxExecute
@@ -194,13 +212,19 @@ connect Box49.BoxChange Box50.BoxExecute
 connect Box51.Out Box50.In
 connect Box49.Widget Box19.Widget8
 connect Box33.SystemType Box51.In
+connect Box52.BoxChange Box53.BoxExecute
+connect Box54.Out Box53.In
+connect Box52.Widget Box19.Widget9
+connect Box55.BoxChange Box56.BoxExecute
+connect Box57.Out Box56.In
+connect Box55.Widget Box18.Widget5
+connect Box33.SystemType Box57.In
 
 # Complex input ports
 
 # Complex output ports
 output widget Box15.Widget " "
 
-message    
 exec Box15
 
 endefine