# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/LayerCol-VolRend-SurRend_Multi-Widget.bbs # ---------------------------------- include std include itkvtk include creaMiniTools include wx include creaMaracasVisu include std define LayerCol-VolRend-SurRend_Multi-Widget creaMiniTools author "Author ??" description "Description ??" category "" new creaMiniTools:LayerCol-VolRend-SurRend_Widget Box08 set Box08.title "Layer-1" new wx:LayoutTab Box10 set Box10.WinTitle "Superpose" new wx:LayoutTab Box11 new creaMiniTools:LayerCol-VolRend-SurRend_Widget Box12 set Box12.title "Layer-2" new creaMiniTools:LayerCol-VolRend-SurRend_Widget Box13 set Box13.title "Layer-3" new creaMaracasVisu:ColorLayerImageView Box14 set Box14.WinTitle "Layer-Base" set Box14.lstTransparenceBoundaries "0" new wx:LayoutLine Box15 set Box15.WinTitle "Layer-Base" new std:MagicBox Box16 new std:MagicBox Box17 new std:MagicBox Box18 new std:MagicBox Box19 connect Box10.Widget Box11.Widget1 connect Box13.widgetLayer Box10.Widget3 connect Box12.widgetLayer Box10.Widget2 connect Box08.widgetLayer Box10.Widget1 connect Box14.Widget Box15.Widget1 connect Box15.Widget Box10.Widget4 connect Box16.Out Box08.Rederer3D connect Box16.Out Box12.Rederer3D connect Box16.Out Box13.Rederer3D connect Box17.Out Box08.vtkbaseview1 connect Box17.Out Box12.vtkbaseview1 connect Box17.Out Box13.vtkbaseview1 connect Box17.Out Box14.WxVtkBaseView connect Box19.Out Box08.vtkbaseview2 connect Box19.Out Box12.vtkbaseview2 connect Box19.Out Box13.vtkbaseview2 connect Box19.Out Box14.WxVtkBaseView1 connect Box18.Out Box08.vtkbaseview3 connect Box18.Out Box12.vtkbaseview3 connect Box18.Out Box14.WxVtkBaseView2 connect Box18.Out Box13.vtkbaseview3 # Complex input ports input wxvtkbaseview1 Box17.In " " input renderer3D Box16.In " " input wxvtkbaseview2 Box19.In " " input wxvtkbaseview3 Box18.In " " # Complex output ports output widget Box11.Widget " " endefine