# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/C8/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleDrawAxisTree3D.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaMaracasVisu include vtk author "Author ??" description "Description ??" category "" new creaMaracasVisu:DrawAxisTree3D Box00 set Box00.ColourLaw "2" set Box00.LineWidth "1" set Box00.Opacity "1" set Box00.lstIndexs "6 3 3" set Box00.lstPointX "10 20 30 40 50 60 30 80 90 40 80 90" set Box00.lstPointY "10 30 20 40 60 60 20 50 70 40 40 60" set Box00.lstPointZ "10 20 30 40 50 60 30 45 53 40 80 90" new vtk:LoadHola Box01 new creaMaracasVisu:ViewerNV Box02 new vtk:vtkImageDataPointerRelay Box03 connect Box01.Out Box03.In connect Box03.Out Box02.In connect Box02.Renderer1 Box00.Renderer connect Box02.BoxChange Box00.BoxExecute # Complex input ports exec Box02