<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-06-17 14:12 GMT+02:00 David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Fri, Jun 17, 2016 at 1:37 AM, Elvis Stansvik <span dir="ltr"><<a href="mailto:elvis.stansvik@orexplore.com" target="_blank">elvis.stansvik@orexplore.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div><div><br></div></div></div><div>I'm also curious, if you don't mind me asking: Have you used a lot of PyQt+VTK? If so, did you use the interactor style system or did you forego using it completely?</div></div></div></div></blockquote><div><br></div></span><div>I used PyQt with VTK extensively from 2002 until 2007, and occasionally since then.  I hardly ever use the VTK interactors, only when writing quick-and-dirty test applications.  I prefer an "event" to be an object.<br></div><div><br></div><div>Since I don't use vtkInteractorStyle (which is the main place where a person would want to override a virtual method) you can probably guess why the lack of virtual overrides in the Python wrappers doesn't bother me much.</div></div></div></div></blockquote><div><br></div><div>Alright, I see. Would you mind sharing how you handle custom interactions with a VTK rendering, if you don't use the interactor styles?<br><br>Do you directly observe events on the interactor instead? Or do you simply handle the Qt events directly and then perform the appropriate manipulation of VTK objects in response to those?<br><br>I'm very interested in if you use some event forwarding code similar to that in QVTKRenderWindowInteractor, or if you are simply not bothering with feeding input events from Qt to VTK, and handling all input on the Qt side of the fence so to speak.<br><br></div><div>Elvis<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="HOEnZb"><font color="#888888"><div><br></div><div> - David</div><div><br></div><div><br></div><div><br></div></font></span></div></div></div>
</blockquote></div><br></div></div>