<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">Hi, everyone:<div>Now I am using VTK 5.10 to implement a GUI color and opacity transfer function editor. I found a test in VTK called "TestControlPointsHandleItem.cxx" which can basically meet my requirment in the website of&nbsp;<i><b>http://vtk.org/gitweb?p=VTK.git;a=blob;f=Charts/Core/Testing/Cxx/TestControlPointsHandleItem.cxx.&nbsp;</b></i></div><div>In the test, I add 3 points:</div><div><div>&nbsp; vtkNew&lt;vtkPiecewiseFunction&gt; opacityFunction;</div><div>&nbsp; opacityFunction-&gt;AddPoint(-3024, 0, 0.5, 0.0 );</div><div>&nbsp; opacityFunction-&gt;AddPoint(217, .68, 0.33, 0.45 );</div><div>&nbsp; opacityFunction-&gt;AddPoint(3071, .80, 0.5, 0.0);</div></div><div><br></div><div><div>&nbsp; vtkNew&lt;vtkColorTransferFunction&gt; colorTransferFunction;</div><div>&nbsp; colorTransferFunction-&gt;SetColorSpaceToRGB();</div><div>&nbsp; colorTransferFunction-&gt;AddRGBPoint( -3024, 0, 0, 0, 0.5, 0.0 );</div><div>&nbsp; colorTransferFunction-&gt;AddRGBPoint( 217, .88, .60, .29, 0.33, 0.45 );</div><div>&nbsp; colorTransferFunction-&gt;AddRGBPoint( 3071, .83, .66, 1, 0.5, 0.0 );</div></div><div><br></div><div>the rendering effect is as follows:<img src="cid:76484bd7$1$140445a2a93$Coremail$zctzzy2008$163.com" style="line-height: 1.7; height: 240px; width: 240px;" orgwidth="800" orgheight="800"></div><div>I can select any point of these 3 points and move it to other position. My question is: how to get the detailed information (scalar value, opacity value and RGB value) of a point after moving. I want to get these value and then update the rendering effect of my medical images.</div><div><br></div><div>Thanks a lot.</div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>