# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneWidget_Widget.bbs # ---------------------------------- include std include itkvtk include creaVtk define PlaneWidget_Widget creaVtk author "Author ??" description "Description ??" category "" new PlaneWidget Box00 new PlaneWidget_Interface Box04 connect Box04.Active Box00.Active connect Box04.Resolution Box00.Resolution connect Box04.boxChange Box00.BoxExecute # Complex input ports input vtkImageData Box00.In " " input renderer Box00.Renderer " " # Complex output ports output Widget Box04.Widget " " output BoxChange Box00.BoxChange " " output vtkDataSet Box00.Out " " endefine