# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PointBySpacing.bbs # ---------------------------------- include std include itkvtk include std define PointBySpacing creaVtk author "Author ??" description "Description ??" category "" new GetVectorIntElement Box17 set Box17.I "0" new Mul Box18 new GetVectorDoubleElement Box21 set Box21.I "0" new ConcatStrings Box22 set Box22.In2 " " set Box22.In4 " " set Box22.In5 "10" new GetVectorIntElement Box23 set Box23.I "1" new Mul Box24 new GetVectorDoubleElement Box25 set Box25.I "1" new GetVectorIntElement Box26 set Box26.I "2" new Mul Box27 new GetVectorDoubleElement Box28 set Box28.I "2" new MagicBox Box30 new MagicBox Box31 connect Box17.Out Box18.In1 connect Box21.Out Box18.In2 connect Box18.Out Box22.In1 connect Box23.Out Box24.In1 connect Box25.Out Box24.In2 connect Box26.Out Box27.In1 connect Box28.Out Box27.In2 connect Box24.Out Box22.In3 connect Box27.Out Box22.In5 connect Box30.Out Box17.In connect Box30.Out Box23.In connect Box30.Out Box26.In connect Box31.Out Box28.In connect Box31.Out Box25.In connect Box31.Out Box21.In # Complex input ports input PointIn Box30.In " " input Spacing Box31.In " " # Complex output ports output PointOut Box22.Out " " message Interpreter 0 endefine