# ---------------------------------- # - 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 connect Box02.Size Box00.In1 connect Box00.Out Box01.In # Complex input ports input In Box02.In " " # Complex output ports output Point Box01.Out " " endefine