# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleScreenShot.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaVtk include vtk include creaMaracasVisu include wx author "Author ??" description "Description ??" category "" new creaVtk:ScreenShot Box00 set Box00.FileName "ScreenShot.png" set Box00.Scale "2 2" new vtk:LoadHola Box01 new creaMaracasVisu:ViewerNV Box02 new wx:LayoutSplit Box03 set Box03.Orientation "H" new wx:CommandButton Box04 set Box04.Label "ScreenShot" connect Box01.Out Box02.In connect Box02.Renderer1 Box00.vtkRenderer connect Box02.Widget Box03.Widget2 connect Box04.Widget Box03.Widget1 connect Box04.BoxChange Box00.BoxExecute # Complex input ports exec Box03