[Paraview] can not drag object in TestPVSynchronizedRenderWindows

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Mar 17 09:31:41 EDT 2011


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 <gilwertz at hotmail.com> 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
>
> gilwertz at hotmail.com
>
> ________________________________
>
>
> _______________________________________________
> 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
>
>


More information about the ParaView mailing list