Discussion:
[vtkusers] Combine Interactors
meakcey
2018-10-30 08:05:29 UTC
Permalink
Hi

I am trying to create point cloud visualizer and editor and need to combine
three functions below:
- area picking inherited by rubber band picking interactor
- point picking inherited by trackball camera
- get to know of rotation given by trackball actor

How can I combine these three interactor classes?

Thanks.



--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
_______________________________________________
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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/vtkusers
Oleksandr Malyushytsky
2018-11-06 02:39:50 UTC
Permalink
Create your own interactor style (not interactor).
As far as I understand only "custom" actions you need is picking,
so add area and point picking to it.
Post by meakcey
Hi
I am trying to create point cloud visualizer and editor and need to combine
- area picking inherited by rubber band picking interactor
- point picking inherited by trackball camera
- get to know of rotation given by trackball actor
How can I combine these three interactor classes?
Thanks.
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.vtk.org/Wiki/VTK_FAQ
Search the list archives at: http://markmail.org/search/?q=vtkusers
https://public.kitware.com/mailman/listinfo/vtkusers
Loading...