[Paraview] RequestData Being Called Multiple Times [PV3.1.0]
Kent Eschenberg
eschenbe at psc.edu
Tue Jul 17 14:21:01 EDT 2007
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