X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fappli%2FViewerVectorsTensorsField.bbs;fp=bbtk_package_creaMiniTools%2Fbbs%2Fappli%2FViewerVectorsTensorsField.bbs;h=48177a5518f0ec01cacb82715fc697c63baed3a8;hb=fc908e39abe786258949552f219607b93dc6c70e;hp=0000000000000000000000000000000000000000;hpb=a3d022d198636cc270dba31c217ea86fe460ae5a;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/appli/ViewerVectorsTensorsField.bbs b/bbtk_package_creaMiniTools/bbs/appli/ViewerVectorsTensorsField.bbs new file mode 100644 index 0000000..48177a5 --- /dev/null +++ b/bbtk_package_creaMiniTools/bbs/appli/ViewerVectorsTensorsField.bbs @@ -0,0 +1,46 @@ +# ---------------------------------- +# - BBTKGEditor v 1.4 BBS BlackBox Script +# - ViewerVectorsTensorsField.bbs +# ---------------------------------- + +# BBTK GEditor Script +# ---------------------- + +include std +include itkvtk +include vtk +include creaMaracasVisu +include wx +include creaVtk + +author "Author ??" +description "Description ??" +category "" + +new vtk:LoadHola Box00 + +new creaMaracasVisu:ViewerNV Box01 + set Box01.nTypeView "7" + +new wx:LayoutSplit Box04 + set Box04.Orientation "H" + +new wx:LayoutTab Box05 + +new creaVtk:VectorsTensors_manualread_Widget Box06 + + +connect Box01.Widget Box04.Widget2 + +connect Box05.Widget Box04.Widget1 + +connect Box01.Renderer1 Box06.vtkRenderer + +connect Box06.widget Box05.Widget2 + +connect Box00.Out Box01.In + + + +# Complex input ports +exec Box04