[Paraview] vtkTimeSource

Randall Hand randall.hand at gmail.com
Wed Sep 17 11:20:11 EDT 2008


nevermind, I figured it out... Have to animate T separately from 0-1.
----------------------------------------
Randall Hand
Visualization Scientist
ERDC MSRC-ITL


On Wed, Sep 17, 2008 at 10:10 AM, Randall Hand <randall.hand at gmail.com>wrote:

> I see no option for "Moving", only
>  Analytic (checkbox)
>  X Amplitude (edit field)
>  Y Amplitude (edit field)
>  Growing (checkbox)
>
> None of these seem to do anything as far as I can tell.  It won't let me
> choose timesteps other than 1, and the Animation bar seems to do nothing but
> turn it on and off.
>
> Using PV3.2.3 compiled from the source published on the website.
> ----------------------------------------
> Randall Hand
> Visualization Scientist
> ERDC MSRC-ITL
>
>
> On Wed, Sep 17, 2008 at 10:07 AM, David E DeMarle <
> dave.demarle at kitware.com> wrote:
>
>> It first tells the pipeline what times it can produce data for in its
>> RequestInformation method. Later on, in its RequestData method, it
>> figures out what time is requested, and then populates its
>> vtkImageData outputs. So depending on what time is asked for, it will
>> produce an output with varying number of cells, origin, and or
>> attributes.
>>
>> Insert a time source, turn on moving, and animate and you should see
>> it bouncing around.
>>
>> cheers,
>> Dave
>>
>>
>> On Wed, Sep 17, 2008 at 10:59 AM, Randall Hand <randall.hand at gmail.com>
>> wrote:
>> > I'm trying to develop a time-varying Source for a researcher based on
>> some
>> > of his code, and hoped to use the "Time Source" as an example, but I
>> don't
>> > see it actually doing anything over time.  How is this source supposed
>> to
>> > work?
>> >
>> > ----------------------------------------
>> > Randall Hand
>> > Visualization Scientist
>> > ERDC MSRC-ITL
>> >
>> > _______________________________________________
>> > ParaView mailing list
>> > ParaView at paraview.org
>> > http://www.paraview.org/mailman/listinfo/paraview
>> >
>> >
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080917/71773be2/attachment.htm>


More information about the ParaView mailing list