[vtkusers] creating custom events for interactorStyle classes
Fatih Ergüner
f.erguner at gmail.com
Fri May 17 17:33:20 EDT 2013
Hello all,
i want to create custom event for manipuating the rendered 3d volumes. For
example when i say "hello" then this event is invoked and i move the
objects etc. I created a custom interactorstyle which is a subclass of
vtkInteractorStyle.
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/UserEvent
in above example, a test class which is inherited from vtkPolyDataAlgorithm
has a user defined RefreshEvent which is invoked in RequestData.
But vtkInteractorStyle class has no RequestData method. is there a way of
overriding the ProgressEvent Method. Or how can i accomplish this task?
thanks in advance...
--
Best Regards;
Fatih Ergüner
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130518/686f967b/attachment.htm>
More information about the vtkusers
mailing list