# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/creaTools/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleRuler01_XY.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaMaracasVisu include vtk include wx include itk author "Author ??" description "Description ??" category "" new ViewerNV Box01 new LoadHola Box02 new LayoutSplit Box05 set Box05.Orientation "H" new ImageReader Box06 set Box06.In "/tmpEED/tmpIulia/coeur_t1_VGpost_z1_pag0001_USHORT_spc-tmpEED.mhd" new vtkImageDataPointerRelay Box07 new Ruler01_XY_Widget Box09 connect Box01.Widget Box05.Widget2 connect Box07.Out Box01.In connect Box07.Out Box09.Image connect Box01.BoxChange Box09.BoxExecuteRulerInterface connect Box01.Point Box09.Point connect Box02.Out Box07.In connect Box09.Widget Box05.Widget1 connect Box01.wxVtkBaseView4 Box09.wxvtkbaseview # Complex input ports exec Box05