#include <vtkTkImageViewerWidget.h>
Collaboration diagram for vtkTkImageViewerWidget:

Public Attributes | |
| Tk_Window | TkWin |
| Tcl_Interp * | Interp |
| int | Width |
| int | Height |
| vtkImageViewer * | ImageViewer |
| char * | IV |
vtkTkImageViewerWidget is a Tk widget that you can render into. It has a GetImageViewer method that returns a vtkImageViewer. You can also specify a vtkImageViewer to be used when creating the widget by using the -iv option. It also takes -width and -height options. Events can be bound on this widget just like any other Tk widget.
1.2.14 written by Dimitri van Heesch,
© 1997-2002