Hello,

My team and I are working on creating a new method to interact with
ParaView. Our library currently has a skeleton framework with events of its
own to be called for zoom or pan or rotate (more will be added when we get
one of them working). We are having immense difficulty interacting with
ParaView, however. We found the vtkPVInteractorStyle class and have been
attempting to access it (our library was set as a friend) but most recently
ran into a problem when calling "OnButtonUp". The exact error was related
to X - "X Error: BadAccess (attempt to access private resource denied)".
We've found that ParaView hangs for about 5 to 10 seconds on this line
"this->InvokeEvent(vtkCommand::EndInteractionEvent);" of this method "void
vtkPVInteractorStyle::OnButtonUp(int button)" in vtkPVInteractorStyle.cxx.

There must be some way to control the renderer using something other than a
mouse and keyboard. Are we going about this the correct way? Is there an
entirely different method we should be using? Any and all help is
appreciated.

Thanks,
David Zemon
_______________________________________________
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