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:
2001/11/13 14:17:30
Revision:
1.10

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
Tests:
vtkTkImageWindowWidget (Tests)

Definition at line 69 of file vtkTkImageWindowWidget.h.


Member Data Documentation

Tk_Window vtkTkImageWindowWidget::TkWin
 

Definition at line 71 of file vtkTkImageWindowWidget.h.

Tcl_Interp* vtkTkImageWindowWidget::Interp
 

Definition at line 72 of file vtkTkImageWindowWidget.h.

int vtkTkImageWindowWidget::Width
 

Definition at line 73 of file vtkTkImageWindowWidget.h.

int vtkTkImageWindowWidget::Height
 

Definition at line 74 of file vtkTkImageWindowWidget.h.

vtkImageWindow* vtkTkImageWindowWidget::ImageWindow
 

Definition at line 75 of file vtkTkImageWindowWidget.h.

char* vtkTkImageWindowWidget::IW
 

Definition at line 76 of file vtkTkImageWindowWidget.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:44:10 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001