Hi,

there is the mitk::RenderingManager singleton which you could may be use to get a list of all registered render windows. If I remember correctly, the render windows of the multi widget are registered with the global rendering manager singleton. The problem is, that there could be other render windows registered, not related to the multi widget.

Best,
Sascha

On 06/22/2015 08:35 AM, Pukhlikov Mikhail wrote:
Hello,

I'm trying to implement experimental feature for myself

By point selection / click on 3D view in multiwidget I want also select this point in other (2D) multiwidget views. I can get point click event from DisplayInteractor, I can get coordinates with vtkInteractorObserver::ComputeDisplayToWorld but I can't access multiwidget and multiwidget interfaces from there (from Core) because they are parts of plugin. How can I do it? Or shoul I move such functional into new plugin or add/implement interactor for multiwidget plugin somehow?

Thank you.

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to