[vtkusers] interactor
Reinhold Füreder
R.Fureder at exeter.ac.uk
Thu May 20 05:39:54 EDT 2004
Dear seafloat,
I think you need to provide your own subclassed version of either
vtkRenderWindowInteractor or vtkInteractorStyle. Allegedly the second
case is preferable and requires:
yourRenderWindowInteractorInstance->SetInteractorStyle
(yourExtendedvtkInteractorStyleInstance);
Probably you might find some examples in the mailing list archive,
please look for renderwindowinteractor and interactorstyle.
HTH Reinhold
> -----Original Message-----
> From: vtkusers-admin at vtk.org [mailto:vtkusers-admin at vtk.org]
> On Behalf Of seafloat at sohu.com
> Sent: Thursday, May 20, 2004 4:26 AM
> To: vtkusers at vtk.org
> Subject: [vtkusers] interactor
>
>
> Dear All:
> When I use vtkRenderWindowInteractor, I press the key
> "e",then it exits. Now I want to let it not to do this. What
> should i do? Can you give me the example programs, thank you
> very much.
>
>
> _______________________________________________
> 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://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list