# ---------------------------------- # - BBTKGEditor v 1.5 BBS BlackBox Script # - /home/garzon/Creatis/C23/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleGlyphPolyDataNormals.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include creaMaracasVisu include creaVtk include wx author "Author ??" description "Description ??" category "" new vtk:LoadHola Box00 new creaMaracasVisu:ViewerNV Box01 set Box01.nTypeView "6 1 2 0" new creaVtk:PolyDataNormals Box03 new creaVtk:GlyphPolyDataNormals Box04 set Box04.Active "true" new wx:LayoutSplit Box05 set Box05.Orientation "H" new wx:Slider Box06 set Box06.In "50" set Box06.Max "100" set Box06.Min "1" set Box06.ReactiveOnTrack "true" new vtk:UpdateRender Box07 set Box07.Active "true" new vtk:vtkImageDataPointerRelay Box09 new vtk:MarchingCubes Box10 set Box10.Value "2000" new creaMaracasVisu:PolyDataToActor_Widget Box11 new wx:LayoutLine Box12 connect Box03.Out Box04.In connect Box01.Renderer1 Box04.Renderer connect Box01.Widget Box05.Widget2 connect Box06.Out Box04.MaskRatio connect Box06.BoxChange Box04.BoxExecute connect Box01.Renderer1 Box07.Renderer connect Box04.BoxChange Box07.BoxExecute connect Box00.Out Box09.In connect Box09.Out Box10.In connect Box09.Out Box01.In connect Box10.Out Box03.In connect Box10.Out Box11.polydata connect Box01.Renderer1 Box11.render connect Box12.Widget Box05.Widget1 connect Box06.Widget Box12.Widget1 connect Box11.widget Box12.Widget2 # Complex input ports exec Box05