[Paraview] RequestData Being Called Multiple Times [PV3.1.0]
Mike Jackson
imikejackson at gmail.com
Tue Jul 17 14:56:54 EDT 2007
RequestInformation is only being called once.... which I forgot to
mention.. But I will check just to make sure.. .. Checking...... Yep
only once where the ModifiedTime is different from the top of the
method to the bottom of the method.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Jul 17, 2007, at 2:21 PM, Kent Eschenberg wrote:
> Mike Jackson wrote:
>> I use things like
>> vtkSetStringMacro(ActivePhase);
>> vtkGetStringMacro(ActivePhase);
>> and then during RequestInformation I will call SetActivePhase
>> (...), will that cause the pipeline to update?
>
> Those macros typically call Modified. Print the modified time at
> the start of RequestInformation and at the end of RequestData. If
> they differ that may trigger an update. If that is the case then
> why isn't it an infinite loop?
>
> Kent
> Pittsburgh Supercomputing Center
More information about the ParaView
mailing list