# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleScalarsBarActor_ScalarsToColors.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaMaracasVisu include wx include creaVtk include vtk author "Author ??" description "Description ??" category "" new creaMaracasVisu:ViewerNV Box08 new wx:LayoutLine Box11 new wx:LayoutLine Box12 new wx:LayoutSplit Box14 set Box14.Orientation "H" new creaVtk:ScalarBarActor Box16 new vtk:LoadHola Box17 new creaVtk:ScalarsToColors Box18 connect Box08.Widget Box11.Widget1 connect Box12.Widget Box14.Widget1 connect Box11.Widget Box14.Widget2 connect Box17.Out Box08.In connect Box08.Renderer1 Box16.Renderer connect Box18.LookupTable Box16.LookupTable connect Box16.BoxChange Box12.BoxExecute # Complex input ports exec Box14