[Paraview] Paraview state loading

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Sun Nov 23 22:29:26 EST 2008


You cannot. It;s risky to try to reuse the same IDs since they might
have been used by some other object/proxy. You can make the state
loader not clear the proxies it created while loading the state (call
vtkSMStateLoader::LoadState() with keep_proxies=1) then you can use
NewProxy(int) to obtain the proxies created associated with the
SelfIDs in the state file.

Utkarsh

On Sun, Nov 23, 2008 at 11:51 AM, Nehme Bilal <nbilal at mirarco.org> wrote:
> Hello,
>
> After loading Paraview state, paraview regenerate proxies selfID, how can I
> restore the same selfID's ?
>
> Thanks
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list