# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools2/creatools_source/bbtk/packages/wxvtk/bbs/appli/exampleView2D3D.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include wx include wxvtk author "Author ??" description "Description ??" category "" new vtk:LoadHola reader new wx:Slider slider set slider.In "20" new wxvtk:Viewer2D v2d new wxvtk:Viewer3D v3d new wx:LayoutTab layout new wxvtk:IsoSurfaceWidget surface connect reader.Out v2d.In connect slider.Out v2d.Slice connect slider.Widget layout.Widget1 connect v2d.Widget layout.Widget2 connect slider.BoxChange v2d.BoxExecute connect reader.Out surface.In connect surface.Out v3d.In1 connect surface.Widget layout.Widget3 connect v3d.Widget layout.Widget4 connect surface.BoxChange v3d.BoxExecute # Complex input ports exec layout