What exactly are you trying to do? vtkSMMultiViewRenderModuleProxy is deprecated, but it was never meant to be used directly anyways -- one simply created a view proxy and used it. Which is still true. Simply create multiple "RenderView" proxies and set "ViewPosition" and "ViewSize" properties on them to set up the layout.
Utkarsh On Sun, Feb 27, 2011 at 4:44 PM, Alexis Chan <[email protected]> wrote: > Hi > > I am interested in implementing multiple views (multiple interactors and > multiple renderers). I think this is a pretty good example for me to follow: > http://www.paraview.org/Wiki/Multiple_views > > But I cannot find vtkSMMultiViewRenderModuleProxy in my clone of the > ParaView git repository. > > Has the class been deprecated? > > > -- > Alexis YL Chan > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
