From: <rha...@us...> - 2011-06-20 10:02:57
|
Revision: 362 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=362&view=rev Author: rhameeteman Date: 2011-06-20 10:02:51 +0000 (Mon, 20 Jun 2011) Log Message: ----------- KH. * KH. * Added sync of the position and voxel value annotations Modified Paths: -------------- trunk/Community/General/Modules/Macros/Viewers/CustomOrthoView2D.mlab Modified: trunk/Community/General/Modules/Macros/Viewers/CustomOrthoView2D.mlab =================================================================== --- trunk/Community/General/Modules/Macros/Viewers/CustomOrthoView2D.mlab 2011-06-18 16:09:57 UTC (rev 361) +++ trunk/Community/General/Modules/Macros/Viewers/CustomOrthoView2D.mlab 2011-06-20 10:02:51 UTC (rev 362) @@ -341,12 +341,12 @@ input00 = 0.000 input01 = 0.000 input02 = 0.000 - input03 = 1145.00012207 - input04 = 3671.00024414 - input05 = 1145.00012207 - input06 = 3671.00024414 - input07 = 1145.00012207 - input08 = 3671.00024414 + input03 = 0.39250001 + input04 = 0.80250001 + input05 = 0.39250001 + input06 = 0.80250001 + input07 = 0.39250001 + input08 = 0.80250001 input09 = HU fontWidthDummyString = "" targetWidth = 0 @@ -699,6 +699,12 @@ Annotations.input00 = FieldBypass.outputString Annotations.input01 = StringUtils.result Annotations.input02 = StringUtils1.result + Annotations.input03 = ext.lutGreyCenter + Annotations.input04 = ext.lutGreyWidth + Annotations.input05 = ext.lutAlphaCenter + Annotations.input06 = ext.lutAlphaWidth + Annotations.input07 = ext.lutAlphaCenter + Annotations.input08 = ext.lutAlphaWidth view.worldPosition = pos.worldPosition pos.worldPosition = view.worldPosition pos.colorAxes = pos.colorBorder This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |