]> Creatis software - bbtk.git/blobdiff - packages/toolsbbtk/bbs/boxes/ApplyMaskWithTransparence.bbs
#3073 BBTK Bug New Normal - message documentation in boxes
[bbtk.git] / packages / toolsbbtk / bbs / boxes / ApplyMaskWithTransparence.bbs
index da86c154ab03bafb5f8c20495436c8cdda5b4113..802f20411c1f35049df5e8de719cba8463456ce0 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
-# - /home/davila/Creatis/creaTools/creatools_source/bbtk/packages/toolsbbtk/bbs/boxes/ApplyMaskWithTransparence.bbs
+# - ApplyMaskWithTransparence.bbs
 # ----------------------------------
 
 include std
@@ -15,37 +15,37 @@ description "Description ??"
 
 category "<VOID>"
 
-new BinaryOperations Box06
+new vtk:BinaryOperations Box06
   set Box06.Operation "2"
 
-new ImageVtkProperties Box16
+new vtk:ImageVtkProperties Box16
 
-new BinaryOperations Box20
+new vtk:BinaryOperations Box20
 
-new GetVectorFloatElement Box22
+new std:GetVectorFloatElement Box22
   set Box22.I "0"
 
-new RescaleSlopeIntercept Box23
+new vtk:RescaleSlopeIntercept Box23
   set Box23.OutputFormat "VTK_DOUBLE"
   set Box23.Type "1"
 
-new UnaryOperations Box24
+new vtk:UnaryOperations Box24
   set Box24.InConstant "1"
   set Box24.Operation "11"
 
-new vtkImageDataPointerRelay Box18
+new vtk:vtkImageDataPointerRelay Box18
 
-new vtkImageDataPointerRelay Box19
+new vtk:vtkImageDataPointerRelay Box19
 
-new UnaryOperations Box09
+new vtk:UnaryOperations Box09
   set Box09.Operation "3"
 
-new ImageVtkProperties Box10
+new vtk:ImageVtkProperties Box10
 
-new GetVectorFloatElement Box11
+new std:GetVectorFloatElement Box11
   set Box11.I "1"
 
-new RescaleSlopeIntercept Box12
+new vtk:RescaleSlopeIntercept Box12
   set Box12.OutputFormat "VTK_DOUBLE"
 
 
@@ -71,6 +71,5 @@ input Image Box19.In " "
 # Complex output ports
 output OutImage Box20.Out " "
 
-message    
 
 endefine