[vtkusers] VTK Inheritance error
Ken Martin
ken.martin at kitware.com
Tue Oct 20 08:22:07 EDT 2015
You want to look at vtkInteractorStyleMultitouchCamera The
RenderWindowInteractor is OS specific and gets the events, but the
InteractorStyle (which is not OS specific) defines what happens upon those
events.
Thanks
Ken
Ken Martin PhD
Chairman & CFO
Kitware Inc.
28 Corporate Drive
Clifton Park NY 12065
ken.martin at kitware.com
919 869-8871 (w)
This communication, including all attachments, contains confidential and
legally privileged information, and it is intended only for the use of the
addressee. Access to this email by anyone else is unauthorized. If you
are not the intended recipient, any disclosure, copying, distribution or
any action taken in reliance on it is prohibited and may be unlawful. If
you received this communication in error please notify us immediately and
destroy the original message. Thank you.
-----Original Message-----
From: vtkusers [mailto:vtkusers-bounces at vtk.org] On Behalf Of Lonni
Besançon
Sent: Tuesday, October 20, 2015 8:18 AM
To: vtkusers at vtk.org
Subject: [vtkusers] VTK Inheritance error
Hello,
I'm currently trying to customize the c++ android native example so as to
be able to change the behaviour of what happens when interacting with 2
(or 3) fingers when using the tablet. From what I've understood with the
VTK Pipeline I should therefore modify the behaviour of the
vtkAndroidRenderWindowInteractor (correct me if I'm wrong though).
So, since there was no official answer concerning SO and coding issues
with VTK (see post Here
<http://vtk.1045678.n5.nabble.com/Mailing-list-or-forum-or-SO-td5732413.ht
ml#a5734419>
), I will post the link to the SO post which is just there
<http://stackoverflow.com/questions/33236405/vtk-inheritance-issue> .
Feel free to answer on SO to get the reputation rewarding though.
Thanks in advance.
--
View this message in context:
http://vtk.1045678.n5.nabble.com/VTK-Inheritance-error-tp5734477.html
Sent from the VTK - Users mailing list archive at Nabble.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 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:
http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list