[vtk-developers] proposition: disabling interaction in vtk3DWidgets, API addition

Andy Cedilnik andy.cedilnik at kitware.com
Fri Sep 20 10:39:54 EDT 2002


Hi Charl,

This should be relatively easy done, since the way I remember all events
go through one method. I do think this would be a good addition,
especially since sometimes you want to let say rotate data instead of
move 3D widget but you want the widget to stay there.

			Andy

On Fri, 2002-09-20 at 10:34, Charl P. Botha wrote:
> Would it be possible to add an abstract virtual method to the vtk3DWidget
> base class that can be used to enable/disable interaction for a 3D widget?
> Many of the widgets offer ways to "drive" them programmatically, so it's
> very possible that there might be situations where one wants to (at least
> temporarily) deactivate user interaction on a specific 3D widget without
> disabling the whole widget.
> 
> As an example consider the vtkImagePlaneWidget:  This is useful both as a
> purely visual (i.e. one-way) and as an interaction widget.





More information about the vtk-developers mailing list