[vtkusers] vtkinteractorStyleFlight-Confused

Dimitris Agrafiotis d.agrafiotis at bristol.ac.uk
Mon Nov 20 05:54:41 EST 2000


John

I did exactly that (subclassed the InteractorStyleFlight,additional 
processing, passed on to the inherited functions) and got what I wanted.
Thanks very much.
Plus I am not confused any more. Which is good....

Regards 
Dimitris

On Sun, 19 Nov 2000 17:53:36 +0000 John Biddiscombe 
<jbiddiscombe at skippingmouse.co.uk> wrote:

> It depends on how you're using the interactors. If you're capturing mouse 
> events in your own code, then passing them to the interactors, problem 
> solved (hence I doubt this is the case in your program). If you're using a 
> built in event handler (ie managed by the vtk window + interactor), then 
> yes, hook into the left/right button press methods.
> 
> My own preferred choice would be to subclass InteractorStyleFlight, do 
> additional processing in each handler and then pass on to the inherited 
> functions.
> 
> As the person responsible for the flight mode class, I'll welcome any 
> suggestions you have for additional functions. If there's something you 
> want added and it doesn't change existing stuff. Post away...
> 
> JB
> 
> 
> 
_______________________________________________
> >This is the private VTK discussion list.
> >Please keep messages on-topic. Check the FAQ at: 
> ><http://public.kitware.com/cgi-bin/vtkfaq>
> >Follow this link to subscribe/unsubscribe:
> >http://public.kitware.com/mailman/listinfo/vtkusers
> 
> 
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers






More information about the vtkusers mailing list