# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/ctorres/work/creatools/creainstall/creatools_source/bbtk/packages/toolsbbtk/bbs/boxes/BaseViewerInfo.bbs # ---------------------------------- include std include itkvtk include toolsbbtk include creaMaracasVisu include wx include vtk define BaseViewerInfo toolsbbtk author "Author ??" description "Description ??" category "" new SaveMHD-Button Box00 new ViewerNV Box02 new LayoutTab Box03 new LayoutSplit Box04 set Box04.Orientation "h" new vtkImageDataPointerRelay Box09 new ImageVtkPropertiesWidget Box10 connect Box00.Widget Box03.Widget1 connect Box02.Widget Box04.Widget2 connect Box03.Widget Box04.Widget1 connect Box09.Out Box00.In connect Box09.Out Box10.in connect Box10.widget Box03.Widget2 connect Box09.Out Box02.In # Complex input ports input Image Box09.In " " input TitleAtribute Box04.WinTitle " " # Complex output ports output widget Box04.Widget " " endefine