<div dir="ltr">Utkarsh,<div><br></div><div>Thank you very much! I made mistake by casting vtkScalarsToColors to vtkLookupTable always, without inspecting of other branches! When I put conditional checking if it is maybe vtkPVDiscretizableColorTransferFunction, it started working! Thank you very much for your help!</div><div><br></div><div>Nenad.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 22, 2017 at 2:12 AM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.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">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" target="_blank">vtkPVDiscretizableColorTransfe<wbr>rFunction</a> .<div><br></div><div>Utkarsh</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">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></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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="m_3905601256126843023HOEnZb"><font color="#888888"><div>Nenad.</div></font></span></div>
<br></div></div>______________________________<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/opensou<wbr>rce/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/ParaV<wbr>iew</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/mail<wbr>man/listinfo/paraview</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>