Ah - thanks for the tip!<div><br></div><div>Does anyone know the way to call this in a programmable filter? Or, is it even wrapped for python?</div><div><br></div><div>Thanks,<br>Paul<br><br><div class="gmail_quote">On 30 September 2010 14:51, Eric E. Monson <span dir="ltr"><<a href="mailto:emonson@cs.duke.edu">emonson@cs.duke.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word">Hey Paul,<div><br></div><div>I don't have an answer to your problem, but just wanted to point out that vtkIntegrateAttributes is not part of VTK proper, but is listed on the ParaView docs pages:</div>
<div><br></div><div><a href="http://www.paraview.org/ParaView3/Doc/Nightly/html/classvtkIntegrateAttributes.html" target="_blank">http://www.paraview.org/ParaView3/Doc/Nightly/html/classvtkIntegrateAttributes.html</a></div>
<div><br></div><div>-Eric</div><div><br><div>
<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>
------------------------------------------------------</div><div>Eric E Monson</div><div>Duke Visualization Technology Group</div><div><br></div></span></div><br><div><div><div></div><div class="h5"><div>On Sep 30, 2010, at 6:00 AM, Paul Edwards wrote:</div>
<br></div></div><blockquote type="cite"><div><div></div><div class="h5">Hi,<div><br></div><div>I'm trying to create a table containing several rows of integrated values for different contours with a programmable filter but I can't see how to use the "Integrate Variables" filter. In filters.xml it show as being called vtkIntegrateAttributes but I cannot create this in python. Also, there is no webpage for this class on the nightly documentation site.</div>
<div><br></div><div>Any help is appreciated,</div><div>Paul<br><br><div class="gmail_quote">On 30 September 2010 08:57, Biddiscombe, John A. <span dir="ltr"><<a href="mailto:biddisco@cscs.ch" target="_blank">biddisco@cscs.ch</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div lang="EN-GB" link="blue" vlink="purple">
<div><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Sorry Paul. I must have clicked reply instead of replay-all. I
intended to post to the list</span></p><div><span style="font-size:11.0pt;color:#1F497D"> </span><br></div><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">JB</span></p><div><span style="font-size:11.0pt;color:#1F497D"> </span><br>
</div><div><span style="font-size:11.0pt;color:#1F497D"> </span><br></div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt">From:</span></b><span lang="EN-US" style="font-size:10.0pt"> Paul Edwards
[mailto:<a href="mailto:paul.m.edwards@gmail.com" target="_blank">paul.m.edwards@gmail.com</a>] <br>
<b>Sent:</b> 30 September 2010 09:48<br>
<b>To:</b> Biddiscombe, John A.<br>
<b>Subject:</b> Re: [Paraview] plotting integrated values of cutting plane at
various offsets</span></p>
</div><div><div></div><div><div> <br></div><p class="MsoNormal">Thanks John - I'll have a go with a python programmable
filter today.</p>
<div><div> <br></div>
</div>
<div><p class="MsoNormal">Regards,</p>
</div>
<div><p class="MsoNormal">Paul</p>
</div>
<div><div> <br></div>
<div><p class="MsoNormal">On 30 September 2010 07:19, Biddiscombe, John A. <<a href="mailto:biddisco@cscs.ch" target="_blank">biddisco@cscs.ch</a>> wrote:</p>
<div>
<div><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Paul</span></p><div><span style="font-size:11.0pt;color:#1F497D"> </span><br></div><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">I’d knock up a filter which stores the
desired value each time it executes, and increments the list by one on each
execution. This would build up a list (in a polydata or vtkTable for example)
which could then be plotted on a graph. A reset button on a custom panel can be
used to clear the values. I’ve done this a couple of times for time related
filters when I wanted to plot something unusual over T.</span></p><div><span style="font-size:11.0pt;color:#1F497D"> </span><br></div><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">JB</span></p><div><span style="font-size:11.0pt;color:#1F497D"> </span><br>
</div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt">From:</span></b><span lang="EN-US" style="font-size:10.0pt"> <a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a> [mailto:<a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a>]
<b>On Behalf Of </b>Paul Edwards<br>
<b>Sent:</b> 29 September 2010 15:53<br>
<b>To:</b> paraview<br>
<b>Subject:</b> [Paraview] plotting integrated values of cutting plane at
various offsets</span></p>
</div>
<div>
<div><div> <br></div><p class="MsoNormal">Hi,</p>
<div><div> <br></div>
</div>
<div><p class="MsoNormal">I
have created a contour and integrated the output to produce a single value.
Is there a way to plot this value as the contour changes? I have
created an animation for the isosurface but cannot see a filter that I could
use to plot these values across the range.</p>
</div>
<div><div> <br></div>
</div>
<div><p class="MsoNormal">Thanks
in advance,</p>
</div>
<div><p class="MsoNormal">Paul</p>
</div>
</div>
</div>
</div>
</div>
</div><div> <br></div>
</div>
</div></div></div>
</div>
</blockquote></div><br></div></div></div>
_______________________________________________<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 ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div></div></blockquote></div><br></div>