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 <[EMAIL PROTECTED]> 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 > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
