# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleDelaunay3D.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaVtk include creaMaracasVisu include vtk include wx include std author "Author ??" description "Description ??" category "" new creaVtk:Delaunay3D Box03 set Box03.Alpha "0" set Box03.Tolerance "0" new creaMaracasVisu:ViewerNV Box04 new vtk:LoadHola Box05 new vtk:PolyDataToActor Box06 set Box06.Opacity "0.4" new wx:LayoutSplit Box07 set Box07.Orientation "H" new wx:CommandButton Box08 set Box08.Label "Run" new creaMaracasVisu:DrawAxe3D Box10 set Box10.Colour "0 0 1" new std:ConcatStrings Box11 set Box11.In1 "10 10 10 30 50" new std:ConcatStrings Box12 set Box12.In1 "80 20 10 30 50" new std:ConcatStrings Box13 set Box13.In1 "40 60 30 30 50" connect Box05.Out Box04.In connect Box03.Out Box06.In connect Box04.Widget Box07.Widget2 connect Box08.Widget Box07.Widget1 connect Box04.Renderer1 Box06.Renderer connect Box11.Out Box10.lstPointX connect Box12.Out Box10.lstPointY connect Box13.Out Box10.lstPointZ connect Box11.Out Box03.LstPointsX connect Box12.Out Box03.LstPointsY connect Box13.Out Box03.LstPointsZ connect Box04.Renderer1 Box10.Renderer connect Box08.BoxChange Box10.BoxExecute connect Box08.BoxChange Box06.BoxExecute # Complex input ports exec Box07