<div dir="ltr">You might use vtkValuePasses. This is a new class in vtk6.2 and note it has not yet been ported to the OpenGL2 backend but I need to do that in the next two months or so. See the tests for examples of its use. It was developed for Cinema.<div><br></div><div>What it does is render specific arrays into the color buffer. Then with a pixel color and the min and max values of the array you can recover the value behind the pixel - within conversion to/from 24bit representation tolerance that is. It is similar to the way selection works but with this you will be able to skip the step of looking up the particular node/element behind the pixel before recovering the value.<div><br></div><div>I have not yet used it for the exact purpose you describe, but I've meant to since before I wrote it and should be able to assist.</div><div><br><div><br><div><br><div><div></div></div><div><br></div></div></div></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Fri, Aug 7, 2015 at 1:49 PM, Serge Lalonde <span dir="ltr"><<a href="mailto:serge@infolytica.com" target="_blank">serge@infolytica.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hello VTK Users,<br>
    <br>
    I'm looking for for some pointers on adding dynamic field probing in
    my window as the mouse moves over (or hovers) over a field being
    displayed. I could implement it myself from scratch, but somehow I
    feel that there must be a "VTK-approved" method of doing it.<br>
    <br>
    Something like this:<br>
    <img src="cid:part1.07020801.06010209@infolytica.com" alt=""><br>
    <br>
    I found the vtkBalloonWidget and vtkProbeFilter, but I'm unsure how
    to use them separately or together to get what I want.<br>
    <br>
    Any suggestions are welcome. Thanks!<span class="HOEnZb"><font color="#888888"><br>
    <div>-- <br>
      
      
      <a href="http:://www.infolytica.com" target="_blank">www.infolytica.com </a><br>
      300 Leo Pariseau, Suite 2222, Montreal, QC, Canada, H2X 4B3<br>
      <a href="tel:%28514%29%20849-8752%20x236" value="+15148498752" target="_blank">(514) 849-8752 x236</a>, Fax: <a href="tel:%28514%29%20849-4239" value="+15148494239" target="_blank">(514) 849-4239</a>
    </div>
  </font></span></div>

<br>_______________________________________________<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/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" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>