I wouldn't recommend using TestPVSynchronizedRenderWindows as the
basis for any code. It was an executable built specifically to test
some functionality being developed at that time and will be removed in
future. Look at BasicApp.cxx instead.

Utkarsh

On Thu, Mar 17, 2011 at 4:05 AM, Gil Wertz <[email protected]> wrote:
> Hello, I'm new paraview code user and I tried some stuff in
> "TestPVSynchronizedRenderWindows" but when run , I can only rotate and zoom,
> but I would like to move object with the 3 mouse button. ( like when I use
> vtkRenderWindow with vtkRenderWindowInteractor ).
>
> In TestPVSynchronizedRenderWindows we use Proxy and I didn't find how to add
> the drag on it.
>
> My proxy are :
>
> vtkSMProxy* repr =
> pxm->NewProxy("representations","GeometryRepresentation");
> vtkSMProxy* viewProxy =
> vtkSMProxyManager::GetProxyManager()->NewProxy("views", "RenderView");
>
> Thanks
>
> ________________________________
>
> Wertz Gil
>
> [email protected]
>
> ________________________________
>
>
> _______________________________________________
> 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

Reply via email to