Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkTkImageWindowWidget Class Reference

a Tk Widget for viewing vtk images. More...

#include <vtkTkImageWindowWidget.h>

Collaboration diagram for vtkTkImageWindowWidget:

Collaboration graph
[legend]
List of all members.

Public Attributes

Tk_Window TkWin
Tcl_Interp * Interp
int Width
int Height
vtkImageWindowImageWindow
char * IW

Detailed Description

a Tk Widget for viewing vtk images.

Date:
2000/12/10 20:09:14
Revision:
1.9

vtkTkImageWindowWidget is a Tk widget that you can render into. It has a GetImageWindow method that returns a vtkImageWindow. You can also specify a vtkImageWindow to be used when creating the widget by using the -iw option. It also takes -width and -height options. Events can be bound on this widget just like any other Tk widget.

See also:
vtkImageWindow
Examples:
vtkTkImageWindowWidget (examples)

Definition at line 68 of file vtkTkImageWindowWidget.h.


Member Data Documentation

Tk_Window vtkTkImageWindowWidget::TkWin
 

Definition at line 70 of file vtkTkImageWindowWidget.h.

Tcl_Interp* vtkTkImageWindowWidget::Interp
 

Definition at line 71 of file vtkTkImageWindowWidget.h.

int vtkTkImageWindowWidget::Width
 

Definition at line 72 of file vtkTkImageWindowWidget.h.

int vtkTkImageWindowWidget::Height
 

Definition at line 73 of file vtkTkImageWindowWidget.h.

vtkImageWindow* vtkTkImageWindowWidget::ImageWindow
 

Definition at line 74 of file vtkTkImageWindowWidget.h.

char* vtkTkImageWindowWidget::IW
 

Definition at line 75 of file vtkTkImageWindowWidget.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 13:00:56 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001