# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/ImageCenter.bbs # ---------------------------------- include std include itkvtk include std include vtk define ImageCenter PackRecalage author "Author ??" description "Description ??" category "" new ConcatStrings Box00 new VectorRescaleSlope Box01 set Box01.A "0.5" new ImageVtkProperties Box02 new ConcatStrings Box03 connect Box02.Size Box00.In1 connect Box00.Out Box01.In connect Box01.Out Box03.In1 # Complex input ports input In Box02.In " " # Complex output ports output Point Box03.Out " " endefine