VTK  9.2.6
vtkTkImageViewerWidget.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkTkImageViewerWidget.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
32
33#ifndef vtkTkImageViewerWidget_h
34#define vtkTkImageViewerWidget_h
35
36#include "vtkImageViewer.h"
37#include "vtkTcl.h"
38#include "vtkTk.h"
39#ifndef VTK_PYTHON_BUILD
40#include "vtkTclUtil.h"
41#endif
42#include "vtkWindows.h"
43
45{
46 Tk_Window TkWin; /* Tk window structure */
47 Tcl_Interp* Interp; /* Tcl interpreter */
48 int Width;
49 int Height;
51 char* IV;
52#ifdef _WIN32
53 WNDPROC OldProc;
54#endif
55};
56
57#endif
58// VTK-HeaderTest-Exclude: vtkTkImageViewerWidget.h
Display a 2d image.
a Tk Widget for viewing vtk images