# ----------------------------------
# - BBTKGEditor v 1.4 BBG BlackBox Diagram file
-# - ImageTool.bbg
+# - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/ImageTool.bbg
# ----------------------------------
APP_START
AUTHOR:info-dev@creatis.insa-lyon.fr
COMPLEXBOX:FALSE
COMPLEXINPUTS:0
-BOXES:27
+BOXES:28
BOX
creaMaracasVisu:ViewerNV:viewer
ISEXEC:FALSE
-26.256959:71.023094:-900.000000
-19.318041:61.023094:-900.000000
+34.383041:61.023094:-900.000000
PORT
nTypeView:"5 1 2 0"
FIN_BOX
creaMaracasVisu:ShowNPoints:showNpoints
ISEXEC:FALSE
-146.394252:-3.709677:-900.000000
--100.819252:-13.709677:-900.000000
+-98.074252:-13.709677:-900.000000
PORT
Radio:"10"
PORT
WinTitle:"N-Points"
FIN_BOX
BOX
-wx:LayoutSplit:main
-ISEXEC:TRUE
-131.960893:-339.046081:-900.000000
-177.535893:-349.046081:-900.000000
-PORT
-Orientation:"H"
-FIN_BOX
-BOX
creaImageIO:ImagesChooserDialogBox:Box04
ISEXEC:FALSE
106.944221:120.009570:-900.000000
wx:LayoutTab:Box06
ISEXEC:FALSE
-121.305888:-241.702258:-900.000000
--75.730888:-251.702258:-900.000000
+-63.745888:-251.702258:-900.000000
PORT
WinTitle:Image
FIN_BOX
wx:LayoutTab:Box12
ISEXEC:FALSE
51.808241:-277.901790:-900.000000
-97.383241:-287.901790:-900.000000
+109.368241:-287.901790:-900.000000
PORT
WinTitle:Filters
FIN_BOX
wx:LayoutTab:Box13
ISEXEC:FALSE
25.025304:-307.420578:-900.000000
-70.600304:-317.420578:-900.000000
+82.585304:-317.420578:-900.000000
FIN_BOX
BOX
toolsbbtk:SaveMHD-Button:Box21
wx:LayoutLine:Box19
ISEXEC:FALSE
-125.693371:-52.080329:-900.000000
--80.118371:-62.080329:-900.000000
+-68.133371:-62.080329:-900.000000
PORT
WinTitle:"Save MHD"
FIN_BOX
wx:LayoutLine:Box23
ISEXEC:FALSE
-94.484830:-201.968967:-900.000000
--48.909830:-211.968967:-900.000000
+-36.924830:-211.968967:-900.000000
PORT
Orientation:H
PORT
-296.945953:-100.622592:-900.000000
-225.770953:-110.622592:-900.000000
FIN_BOX
+BOX
+creaVtk:OutputWindow:Box36
+ISEXEC:TRUE
+101.677450:-337.896727:-900.000000
+147.252450:-347.896727:-900.000000
+FIN_BOX
+BOX
+wx:LayoutSplit:Box37
+ISEXEC:TRUE
+154.731901:-338.273293:-900.000000
+200.306901:-348.273293:-900.000000
+PORT
+Orientation:"H"
+FIN_BOX
CONNECTIONS:65
CONNECTION
viewer:Renderer1:showNpoints:Renderer
viewer:BoxChange:showNpoints:BoxExecute
NumberOfControlPoints:0
CONNECTION
-viewer:Widget:main:Widget2
-NumberOfControlPoints:2
-102.166946:9.835481:-900.000000
-182.203140:-101.401443:-900.000000
-CONNECTION
Box04:Out:showNpoints:Image
NumberOfControlPoints:1
-13.630965:26.438316:-900.000000
Box06:Widget:Box13:Widget1
NumberOfControlPoints:0
CONNECTION
-Box13:Widget:main:Widget1
-NumberOfControlPoints:0
-CONNECTION
Box12:Widget:Box13:Widget2
NumberOfControlPoints:0
CONNECTION
CONNECTION
Box33:Widget:Box13:Widget3
NumberOfControlPoints:0
+CONNECTION
+Box13:Widget:Box37:Widget1
+NumberOfControlPoints:0
+CONNECTION
+viewer:Widget:Box37:Widget2
+NumberOfControlPoints:0
APP_END
# ----------------------------------
# - BBTKGEditor v 1.4 BBS BlackBox Script
-# - ImageTool.bbs
+# - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/ImageTool.bbs
# ----------------------------------
# BBTK GEditor Script
include std
include itkvtk
include creaMaracasVisu
-include wx
include creaImageIO
+include wx
include toolsbbtk
include creaMiniTools
include std
set showNpoints.Radio "10"
set showNpoints.WinTitle "N-Points"
-new wx:LayoutSplit main
- set main.Orientation "H"
-
new creaImageIO:ImagesChooserDialogBox Box04
new wx:LayoutTab Box06
new creaVtk:VectorsTensors_manualread_Widget Box35
+new creaVtk:OutputWindow Box36
+
+new wx:LayoutSplit Box37
+ set Box37.Orientation "H"
+
connect viewer.Renderer1 showNpoints.Renderer
connect viewer.BoxChange showNpoints.BoxExecute
-connect viewer.Widget main.Widget2
-
connect Box04.Out showNpoints.Image
connect Box04.Out viewer.In
connect Box06.Widget Box13.Widget1
-connect Box13.Widget main.Widget1
-
connect Box12.Widget Box13.Widget2
connect Box04.Out Box21.In
connect Box33.Widget Box13.Widget3
+connect Box13.Widget Box37.Widget1
+
+connect viewer.Widget Box37.Widget2
+
# Complex input ports
-exec main
+exec Box36
+exec Box37
-# ---------------------------------------------------------------------
-#
-# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
-# pour la Sant�)
-# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
-# Previous Authors : Laurent Guigues, Jean-Pierre Roux
-# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
-#
-# This software is governed by the CeCILL-B license under French law and
-# abiding by the rules of distribution of free software. You can use,
-# modify and/ or redistribute the software under the terms of the CeCILL-B
-# license as circulated by CEA, CNRS and INRIA at the following URL
-# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-# or in the file LICENSE.txt.
-#
-# As a counterpart to the access to the source code and rights to copy,
-# modify and redistribute granted by the license, users are provided only
-# with a limited warranty and the software's author, the holder of the
-# economic rights, and the successive licensors have only limited
-# liability.
-#
-# The fact that you are presently reading this means that you have had
-# knowledge of the CeCILL-B license and that you accept its terms.
-# ------------------------------------------------------------------------ */
-
# ----------------------------------
-# - BBTKGEditor v 1.2 BBG BlackBox Diagram file
-# - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/ImagesCompare.bbg
+# - BBTKGEditor v 1.4 BBG BlackBox Diagram file
+# - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/ImagesCompare.bbg
# ----------------------------------
APP_START
DESCRIPTION:Description ??
AUTHOR:Author ??
COMPLEXBOX:FALSE
-BOXES:23
+COMPLEXINPUTS:0
+BOXES:24
BOX
creaMaracasVisu:ViewerNV:Box03
ISEXEC:FALSE
--71.585820:-16.307219:900.000000
--10.945820:-26.307219:900.000000
+-61.304233:-11.607065:-900.000000
+-0.664233:-21.607065:-900.000000
FIN_BOX
BOX
creaMaracasVisu:ViewerNV:Box06
ISEXEC:FALSE
--175.218335:-41.176144:900.000000
--114.578335:-51.176144:900.000000
+-175.218335:-41.176144:-900.000000
+-114.578335:-51.176144:-900.000000
PORT
nTypeView:0
FIN_BOX
BOX
wx:LayoutSplit:Box07
ISEXEC:FALSE
-23.646306:-134.393705:900.000000
-69.221306:-144.393705:900.000000
+23.646306:-134.393705:-900.000000
+69.221306:-144.393705:-900.000000
PORT
Orientation:h
PORT
BOX
wxvtk:IsoSurfaceWidget:Box08
ISEXEC:FALSE
--109.576568:-40.456573:900.000000
--64.001568:-50.456573:900.000000
+-109.576568:-40.456573:-900.000000
+-64.001568:-50.456573:-900.000000
PORT
Title:"3D Surface"
FIN_BOX
BOX
wx:LayoutSplit:Box10
ISEXEC:FALSE
--125.054924:-76.436723:900.000000
--79.479924:-86.436723:900.000000
+-125.054924:-76.436723:-900.000000
+-79.479924:-86.436723:-900.000000
PORT
Proportion:75
PORT
BOX
creaMaracasVisu:ColorLayerImageView:Box11
ISEXEC:FALSE
--7.849576:-36.415560:900.000000
-63.325424:-46.415560:900.000000
+-32.525386:-46.403388:-900.000000
+38.649614:-56.403388:-900.000000
+PORT
+lstTransparenceBoundaries:"0"
FIN_BOX
BOX
vtk:vtkImageDataPointerRelay:Box13
ISEXEC:FALSE
--38.600493:56.940694:900.000000
-32.574507:46.940694:900.000000
+-38.600493:56.940694:-900.000000
+32.574507:46.940694:-900.000000
FIN_BOX
BOX
wx:LayoutTab:Box15
ISEXEC:FALSE
--64.457230:-112.394470:900.000000
--6.897230:-122.394470:900.000000
+-64.457230:-112.394470:-900.000000
+-6.897230:-122.394470:-900.000000
FIN_BOX
BOX
PackRecalage:CompareImagesWidget:Box16
ISEXEC:FALSE
-73.744245:-37.384931:900.000000
-144.919245:-47.384931:900.000000
+73.744245:-37.384931:-900.000000
+144.919245:-47.384931:-900.000000
PORT
WinTitle:"2D Compare"
FIN_BOX
BOX
vtk:vtkImageDataPointerRelay:Box17
ISEXEC:FALSE
-72.346855:56.482512:900.000000
-143.521855:46.482512:900.000000
+72.346855:56.482512:-900.000000
+143.521855:46.482512:-900.000000
FIN_BOX
BOX
wx:LayoutLine:Box18
ISEXEC:FALSE
--65.061190:-76.555666:900.000000
--7.501190:-86.555666:900.000000
+-59.185997:-80.962061:-900.000000
+-1.625997:-90.962061:-900.000000
PORT
WinTitle:"Color Layer"
FIN_BOX
BOX
-wx:LayoutTab:Box19
-ISEXEC:TRUE
-127.968183:-178.404493:900.000000
-185.528183:-188.404493:900.000000
-PORT
-WinHide:800
-PORT
-WinWidth:1100
-FIN_BOX
-BOX
creaImageIO:ImagesChooserDialogBox:Box20
ISEXEC:FALSE
--36.883600:121.457628:900.000000
-34.291400:111.457628:900.000000
+-36.883600:121.457628:-900.000000
+34.291400:111.457628:-900.000000
PORT
Title:"Image 1"
FIN_BOX
BOX
creaImageIO:ImagesChooserDialogBox:Box21
ISEXEC:FALSE
-61.377569:121.722567:900.000000
-132.552569:111.722567:900.000000
+61.377569:121.722567:-900.000000
+132.552569:111.722567:-900.000000
PORT
Title:"Image 2"
FIN_BOX
BOX
itk:anyItkImagePointerRelay:Box23
ISEXEC:FALSE
--42.944637:88.553545:900.000000
-28.230363:78.553545:900.000000
+-42.944637:88.553545:-900.000000
+28.230363:78.553545:-900.000000
FIN_BOX
BOX
itk:anyItkImagePointerRelay:Box24
ISEXEC:FALSE
-64.885652:99.151116:900.000000
-136.060652:89.151116:900.000000
+64.885652:99.151116:-900.000000
+136.060652:89.151116:-900.000000
FIN_BOX
BOX
toolsbbtk:ImageVtkPropertiesWidget:Box26
ISEXEC:FALSE
-296.659024:-37.790895:900.000000
-367.834024:-47.790895:900.000000
+296.659024:-37.790895:-900.000000
+367.834024:-47.790895:-900.000000
FIN_BOX
BOX
toolsbbtk:ImageVtkPropertiesWidget:Box27
ISEXEC:FALSE
-167.421028:-39.614093:900.000000
-238.596028:-49.614093:900.000000
+167.421028:-39.614093:-900.000000
+238.596028:-49.614093:-900.000000
FIN_BOX
BOX
creaMaracasVisu:ViewerNV:Box28
ISEXEC:FALSE
-310.134904:-23.845880:900.000000
-370.774904:-33.845880:900.000000
+310.134904:-23.845880:-900.000000
+370.774904:-33.845880:-900.000000
FIN_BOX
BOX
creaMaracasVisu:ViewerNV:Box29
ISEXEC:FALSE
-180.854619:-25.446679:900.000000
-241.494619:-35.446679:900.000000
+180.854619:-25.446679:-900.000000
+241.494619:-35.446679:-900.000000
FIN_BOX
BOX
wx:LayoutSplit:Box30
ISEXEC:FALSE
-176.527213:-71.604835:900.000000
-222.102213:-81.604835:900.000000
+176.527213:-71.604835:-900.000000
+222.102213:-81.604835:-900.000000
PORT
Proportion:87
FIN_BOX
BOX
wx:LayoutSplit:Box31
ISEXEC:FALSE
-319.198209:-78.463600:900.000000
-364.773209:-88.463600:900.000000
+319.198209:-78.463600:-900.000000
+364.773209:-88.463600:-900.000000
PORT
Proportion:87
FIN_BOX
BOX
wx:LayoutSplit:Box32
ISEXEC:FALSE
-244.457548:-109.047542:900.000000
-290.032548:-119.047542:900.000000
+244.457548:-109.047542:-900.000000
+290.032548:-119.047542:-900.000000
PORT
Orientation:H
PORT
PORT
WinTitle:"Image information"
FIN_BOX
-CONNECTIONS:33
+BOX
+creaVtk:OutputWindow:Box33
+ISEXEC:TRUE
+67.848226:-183.843363:-900.000000
+113.423226:-193.843363:-900.000000
+FIN_BOX
+BOX
+wx:LayoutTab:Box34
+ISEXEC:TRUE
+122.411094:-183.080303:-900.000000
+179.971094:-193.080303:-900.000000
+PORT
+WinHide:800
+PORT
+WinWidth:1100
+FIN_BOX
+CONNECTIONS:35
CONNECTION
Box03:Renderer1:Box08:vtkRenderer
NumberOfControlPoints:0
Box13:Out:Box11:In
NumberOfControlPoints:0
CONNECTION
-Box03:wxVtkBaseView4:Box11:WxVtkBaseView
-NumberOfControlPoints:0
-CONNECTION
Box03:Widget:Box07:Widget2
NumberOfControlPoints:0
CONNECTION
Box18:Widget:Box15:Widget3
NumberOfControlPoints:0
CONNECTION
-Box16:Widget:Box19:Widget2
-NumberOfControlPoints:0
-CONNECTION
-Box07:Widget:Box19:Widget1
-NumberOfControlPoints:0
-CONNECTION
Box20:Out:Box23:In
NumberOfControlPoints:0
CONNECTION
Box30:Widget:Box32:Widget1
NumberOfControlPoints:0
CONNECTION
-Box32:Widget:Box19:Widget3
+Box07:Widget:Box34:Widget1
+NumberOfControlPoints:0
+CONNECTION
+Box16:Widget:Box34:Widget2
+NumberOfControlPoints:0
+CONNECTION
+Box32:Widget:Box34:Widget3
+NumberOfControlPoints:0
+CONNECTION
+Box03:wxVtkBaseView2:Box11:WxVtkBaseView
+NumberOfControlPoints:0
+CONNECTION
+Box03:wxVtkBaseView3:Box11:WxVtkBaseView1
+NumberOfControlPoints:0
+CONNECTION
+Box03:wxVtkBaseView4:Box11:WxVtkBaseView2
NumberOfControlPoints:0
APP_END
-# ---------------------------------------------------------------------
-#
-# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
-# pour la Sant�)
-# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
-# Previous Authors : Laurent Guigues, Jean-Pierre Roux
-# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
-#
-# This software is governed by the CeCILL-B license under French law and
-# abiding by the rules of distribution of free software. You can use,
-# modify and/ or redistribute the software under the terms of the CeCILL-B
-# license as circulated by CEA, CNRS and INRIA at the following URL
-# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-# or in the file LICENSE.txt.
-#
-# As a counterpart to the access to the source code and rights to copy,
-# modify and redistribute granted by the license, users are provided only
-# with a limited warranty and the software's author, the holder of the
-# economic rights, and the successive licensors have only limited
-# liability.
-#
-# The fact that you are presently reading this means that you have had
-# knowledge of the CeCILL-B license and that you accept its terms.
-# ------------------------------------------------------------------------ */
-
# ----------------------------------
-# - BBTKGEditor v 1.2 BBS BlackBox Script
-# - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/ImagesCompare.bbs
+# - BBTKGEditor v 1.4 BBS BlackBox Script
+# - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/ImagesCompare.bbs
# ----------------------------------
# BBTK GEditor Script
include creaImageIO
include itk
include toolsbbtk
+include creaVtk
author "Author ??"
description "Description ??"
category "<VOID>"
-new ViewerNV Box03
+new creaMaracasVisu:ViewerNV Box03
-new ViewerNV Box06
+new creaMaracasVisu:ViewerNV Box06
set Box06.nTypeView 0
-new LayoutSplit Box07
+new wx:LayoutSplit Box07
set Box07.Orientation h
set Box07.Proportion 25
set Box07.WinHeight 800
set Box07.WinTitle "3D Compare"
set Box07.WinWidth 1200
-new IsoSurfaceWidget Box08
+new wxvtk:IsoSurfaceWidget Box08
set Box08.Title "3D Surface"
-new LayoutSplit Box10
+new wx:LayoutSplit Box10
set Box10.Proportion 75
set Box10.WinTitle "3D surface"
-new ColorLayerImageView Box11
+new creaMaracasVisu:ColorLayerImageView Box11
+ set Box11.lstTransparenceBoundaries "0"
-new vtkImageDataPointerRelay Box13
+new vtk:vtkImageDataPointerRelay Box13
-new LayoutTab Box15
+new wx:LayoutTab Box15
-new CompareImagesWidget Box16
+new PackRecalage:CompareImagesWidget Box16
set Box16.WinTitle "2D Compare"
-new vtkImageDataPointerRelay Box17
+new vtk:vtkImageDataPointerRelay Box17
-new LayoutLine Box18
+new wx:LayoutLine Box18
set Box18.WinTitle "Color Layer"
-new LayoutTab Box19
- set Box19.WinHide 800
- set Box19.WinWidth 1100
-
-new ImagesChooserDialogBox Box20
+new creaImageIO:ImagesChooserDialogBox Box20
set Box20.Title "Image 1"
-new ImagesChooserDialogBox Box21
+new creaImageIO:ImagesChooserDialogBox Box21
set Box21.Title "Image 2"
-new anyItkImagePointerRelay Box23
+new itk:anyItkImagePointerRelay Box23
-new anyItkImagePointerRelay Box24
+new itk:anyItkImagePointerRelay Box24
-new ImageVtkPropertiesWidget Box26
+new toolsbbtk:ImageVtkPropertiesWidget Box26
-new ImageVtkPropertiesWidget Box27
+new toolsbbtk:ImageVtkPropertiesWidget Box27
-new ViewerNV Box28
+new creaMaracasVisu:ViewerNV Box28
-new ViewerNV Box29
+new creaMaracasVisu:ViewerNV Box29
-new LayoutSplit Box30
+new wx:LayoutSplit Box30
set Box30.Proportion 87
-new LayoutSplit Box31
+new wx:LayoutSplit Box31
set Box31.Proportion 87
-new LayoutSplit Box32
+new wx:LayoutSplit Box32
set Box32.Orientation H
set Box32.Proportion "50"
set Box32.WinTitle "Image information"
+new creaVtk:OutputWindow Box33
+
+new wx:LayoutTab Box34
+ set Box34.WinHide 800
+ set Box34.WinWidth 1100
+
connect Box03.Renderer1 Box08.vtkRenderer
+
connect Box08.BoxChange Box03.BoxExecute
+
connect Box13.Out Box08.In
+
connect Box13.Out Box06.In
+
connect Box13.Out Box11.In
-connect Box03.wxVtkBaseView4 Box11.WxVtkBaseView
+
connect Box03.Widget Box07.Widget2
+
connect Box10.Widget Box15.Widget1
+
connect Box15.Widget Box07.Widget1
+
connect Box17.Out Box03.In
+
connect Box17.Out Box16.In2
+
connect Box13.Out Box16.In1
+
connect Box08.Widget Box10.Widget2
+
connect Box06.Widget Box10.Widget1
+
connect Box11.Widget Box18.Widget1
+
connect Box18.Widget Box15.Widget3
-connect Box16.Widget Box19.Widget2
-connect Box07.Widget Box19.Widget1
+
connect Box20.Out Box23.In
+
connect Box23.Out Box13.In
+
connect Box21.Out Box24.In
+
connect Box24.Out Box17.In
+
connect Box13.Out Box27.in
+
connect Box17.Out Box26.in
+
connect Box13.Out Box29.In
+
connect Box17.Out Box28.In
+
connect Box29.Widget Box30.Widget1
+
connect Box27.widget Box30.Widget2
+
connect Box28.Widget Box31.Widget1
+
connect Box26.widget Box31.Widget2
+
connect Box31.Widget Box32.Widget2
+
connect Box30.Widget Box32.Widget1
-connect Box32.Widget Box19.Widget3
-exec Box19
+connect Box07.Widget Box34.Widget1
+
+connect Box16.Widget Box34.Widget2
+
+connect Box32.Widget Box34.Widget3
+
+connect Box03.wxVtkBaseView2 Box11.WxVtkBaseView
+
+connect Box03.wxVtkBaseView3 Box11.WxVtkBaseView1
+
+connect Box03.wxVtkBaseView4 Box11.WxVtkBaseView2
+
+
+
+# Complex input ports
+exec Box33
+exec Box34
wx:LayoutLine:Box06
ISEXEC:FALSE
-207.166610:-70.862648:-900.000000
--133.225481:-80.862648:-900.000000
+-131.335903:-80.862648:-900.000000
PORT
WinTitle:"Superpose"
FIN_BOX
wx:CommandButton:Box23
ISEXEC:FALSE
-234.708588:143.467277:-900.000000
--163.073828:133.467277:-900.000000
+-159.443001:133.467277:-900.000000
PORT
Label:"Load Image"
FIN_BOX
creaMaracasVisu:ColorLayerImageView:Box26
ISEXEC:FALSE
-311.253398:38.046824:-900.000000
--158.990968:28.046824:-900.000000
+-240.078398:28.046824:-900.000000
+PORT
+PlainOrGradientColor:"false"
PORT
TypeControlsInterface:"2"
PORT
wx:LayoutTab:Box27
ISEXEC:FALSE
-264.000472:-35.486992:-900.000000
--150.723103:-45.486992:-900.000000
+-206.440472:-45.486992:-900.000000
FIN_BOX
BOX
wx:LayoutLine:Box28
ISEXEC:FALSE
-256.686286:-4.045608:-900.000000
--148.267297:-14.045608:-900.000000
+-143.217673:-14.045608:-900.000000
PORT
WinTitle:"Layer"
FIN_BOX
wx:LayoutTab:Box29
ISEXEC:FALSE
-199.875442:-34.157429:-900.000000
--130.769674:-44.157429:-900.000000
+-129.396022:-44.157429:-900.000000
FIN_BOX
BOX
wx:LayoutLine:Box30
ISEXEC:FALSE
-203.620049:-15.546881:-900.000000
--131.997577:-25.546881:-900.000000
+-130.365962:-25.546881:-900.000000
PORT
WinTitle:"Volume Rendering"
FIN_BOX
creaMaracasVisu:ViewerNV:Box39
ISEXEC:FALSE
-165.424007:-86.134334:-900.000000
--117.252496:-96.134334:-900.000000
+-118.071528:-96.134334:-900.000000
PORT
WinTitle:"ups"
FIN_BOX
wx:LayoutTab:Box40
ISEXEC:FALSE
-233.444207:-158.311180:-900.000000
--141.206853:-168.311180:-900.000000
+-137.640516:-168.311180:-900.000000
FIN_BOX
BOX
wx:LayoutSplit:Box41
ISEXEC:FALSE
-337.403182:-188.564708:-900.000000
--191.612339:-198.564708:-900.000000
+-181.338967:-198.564708:-900.000000
PORT
Proportion:"10"
PORT
wx:LayoutLine:Box43
ISEXEC:FALSE
-178.165599:-107.081551:-900.000000
--124.323182:-117.081551:-900.000000
+-124.303834:-117.081551:-900.000000
PORT
WinTitle:"Viewer"
FIN_BOX
set Box24.Title "Superpose Image"
new creaMaracasVisu:ColorLayerImageView Box26
+ set Box26.PlainOrGradientColor "false"
set Box26.TypeControlsInterface "2"
set Box26.lstTransparenceBoundaries "0"