<div dir="ltr">Where are you getting the vtkLookupTable from? ParaView doesn't use vtkLookupTable directly, is uses <a href="http://www.paraview.org/ParaView/Doc/Nightly/www/cxx-doc/classvtkPVDiscretizableColorTransferFunction.html">vtkPVDiscretizableColorTransferFunction</a> .<div><br></div><div>Utkarsh</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 21, 2017 at 11:42 AM, Nenad Vujicic <span dir="ltr"><<a href="mailto:nenadus@gmail.com" target="_blank">nenadus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello everyone,<div><br></div><div>I'm trying to inspect values of "UseBelowRangeColor" and "UseAboveRangeColor" flags from my ParaView exporter plugin by:</div><div><br></div><div>1. Retrieving vtkCompositePolyDataMapper2 from currently active view and rendering window, then,</div><div>2. Getting it's vtkLookupTable and then calling GetUseAboveRangeColor() and GetUseBelowRangeColor(),</div><div><br></div><div>However, first call (for checking using above range color) always passes and returns some big number and second one (for checking using below range color) always crashes, regardless whether flags are turned ON / OFF in ParaView UI.</div><div><br></div><div>Any suggestions about this or ideas how I could pick up these values in different way?</div><div><br></div><div>Thanks in advance!</div><span class="HOEnZb"><font color="#888888"><div>Nenad.</div></font></span></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>