Hi,<br><br>if the purpose is a displayed color invertion, why not changing the lookup<br>table in the visualization pipeline? It will avoid the use of a processing<br>class that increases the memory usage.<br><br>Jerome<br>
<br><br><div class="gmail_quote">2010/3/6 circass <span dir="ltr">&lt;<a href="mailto:circass@gmail.com">circass@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi Corry, Thanx for your help.<br>
<br>
inverter-&gt;SetShift(-range[1]);<br>
double result = range[1]-range[0];<br>
inverter-&gt;SetScale(VTK_UNSIGNED_SHORT_MAX/result);<br>
<br>
this calculation made something reasonable but not good enough. the range<br>
part solved the exception as i thought.<br>
<br>
i decide to set the ColorWindow value to -1 * presentWindow.<br>
I m using imageViewer2.<br>
<br>
but still i dont know best quality color invertion algorithm.<br>
<br>
Thanx<br>
Circass<br>
<font color="#888888">--<br>
View this message in context: <a href="http://old.nabble.com/Color-invertion-for-volume-Data-tp27794005p27802586.html" target="_blank">http://old.nabble.com/Color-invertion-for-volume-Data-tp27794005p27802586.html</a><br>

</font><div><div></div><div class="h5">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br>