# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/creaTools/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleMeasure3DLength_Widget.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaMaracasVisu include vtk include wx author "Author ??" description "Description ??" category "" new Measure3DLength_Widget Box00 new LoadHola Box01 new LayoutSplit Box02 set Box02.Orientation "H" new ViewerNV Box03 connect Box01.Out Box00.vtkimagedata connect Box00.widget Box02.Widget1 connect Box01.Out Box03.In connect Box03.Widget Box02.Widget2 connect Box03.Renderer1 Box00.vtkrender connect Box03.Point Box00.point connect Box03.BoxChange Box00.boxexecute # Complex input ports exec Box02