[vtkusers] vtkTemporalStreamTracer Not changing time step
Biddiscombe, John A.
biddisco at cscs.ch
Wed Nov 9 13:34:03 EST 2011
>> outInfo->Set(vtkStreamingDemandDrivenPipeline::MAXIMUM_NUMBER_OF_PIECES(),
TimeStepRange[1]);
<<
>>
outInfo->Set(vtkStreamingDemandDrivenPipeline::MAXIMUM_NUMBER_OF_PIECES(),
-1);
<<
This shouldn't really affect time updates, but setting max num pieces to the time range is wrong, so probably updates were being suppressed due to some other issue/bug. Using -1 is the default and simply tells the pipeline that it can ask for as many geometric pieces as necessary when running in parallel.
JB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20111109/63656638/attachment.htm>
More information about the vtkusers
mailing list