# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Borrame/eraseme/lea/Crop2.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaImageIO include wx include toolsbbtk include creaMaracasVisu include vtk author "Author ??" description "Description ??" category "" new creaImageIO:ImagesChooserDialogBox Box00 new wx:InputText Box05 set Box05.In "0 0 0" set Box05.ReactiveOnKeystroke "true" set Box05.Title "Index" new wx:InputText Box06 set Box06.In "100 100 100" set Box06.Title "Size" new toolsbbtk:SaveMHD_infoCrop-Button Box08 new wx:LayoutLine Box09 new creaMaracasVisu:ViewerNV Box14 set Box14.nTypeView "6 1 2 0" new wx:LayoutSplit Box15 set Box15.Orientation "H" new vtk:ExtractVtkImageFilter Box16 connect Box08.Widget Box09.Widget3 connect Box05.Widget Box09.Widget1 connect Box06.Widget Box09.Widget2 connect Box06.Out Box08.Size connect Box05.Out Box08.Index connect Box00.Out Box14.In connect Box14.Widget Box15.Widget2 connect Box09.Widget Box15.Widget1 connect Box05.Out Box16.Index connect Box00.Out Box16.In connect Box06.Out Box16.Size connect Box16.Out Box08.In # Complex input ports exec Box15