[Paraview] vtkTimeSource

David E DeMarle dave.demarle at kitware.com
Wed Sep 17 11:29:14 EDT 2008


It might have been because in 3.2 its proxy configuration entry in
sources.xml was missing. This entry is required in more recent
paraview.

      <DoubleVectorProperty
          name="TimestepValues"
          repeatable="1"
          information_only="1">
        <TimeStepsInformationHelper/>
      </DoubleVectorProperty>

Nevertheless (adjusting for the fact that I meant "Growing" or set
"X-Amplitude = 1" when I said "Moving") it still works on my copy of
3.2.

cheers,
Dave

On Wed, Sep 17, 2008 at 11:20 AM, Randall Hand <randall.hand at gmail.com> wrote:
> 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
>>> >
>>> >
>>
>
>


More information about the ParaView mailing list