[Paraview] plotting integrated values of cutting plane at various offsets

Paul Edwards paul.m.edwards at gmail.com
Thu Sep 30 10:20:12 EDT 2010


Ah - thanks for the tip!

Does anyone know the way to call this in a programmable filter?  Or, is it
even wrapped for python?

Thanks,
Paul

On 30 September 2010 14:51, Eric E. Monson <emonson at cs.duke.edu> wrote:

> Hey Paul,
>
> 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:
>
>
> http://www.paraview.org/ParaView3/Doc/Nightly/html/classvtkIntegrateAttributes.html
>
> -Eric
>
> ------------------------------------------------------
> Eric E Monson
> Duke Visualization Technology Group
>
>
> On Sep 30, 2010, at 6:00 AM, Paul Edwards wrote:
>
> Hi,
>
> 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.
>
> Any help is appreciated,
> Paul
>
> On 30 September 2010 08:57, Biddiscombe, John A. <biddisco at cscs.ch> wrote:
>
>>  Sorry Paul. I must have clicked reply instead of replay-all. I intended
>> to post to the list
>>
>>
>> JB
>>
>>
>>
>> *From:* Paul Edwards [mailto:paul.m.edwards at gmail.com]
>> *Sent:* 30 September 2010 09:48
>> *To:* Biddiscombe, John A.
>> *Subject:* Re: [Paraview] plotting integrated values of cutting plane at
>> various offsets
>>
>>
>> Thanks John - I'll have a go with a python programmable filter today.
>>
>>
>> Regards,
>>
>> Paul
>>
>>
>> On 30 September 2010 07:19, Biddiscombe, John A. <biddisco at cscs.ch>
>> wrote:
>>
>> Paul
>>
>>
>> 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.
>>
>>
>> JB
>>
>>
>> *From:* paraview-bounces at paraview.org [mailto:
>> paraview-bounces at paraview.org] *On Behalf Of *Paul Edwards
>> *Sent:* 29 September 2010 15:53
>> *To:* paraview
>> *Subject:* [Paraview] plotting integrated values of cutting plane at
>> various offsets
>>
>>
>> Hi,
>>
>>
>> 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.
>>
>>
>> Thanks in advance,
>>
>> Paul
>>
>>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100930/726376ef/attachment.htm>


More information about the ParaView mailing list