• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

dox/Rendering/vtkTkImageViewerWidget.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkTkImageViewerWidget.h,v $
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00032 #ifndef __vtkTkImageViewerWidget_h
00033 #define __vtkTkImageViewerWidget_h
00034 
00035 #include "vtkImageViewer.h"
00036 #include "vtkTcl.h"
00037 #include "vtkTk.h"
00038 #ifndef VTK_PYTHON_BUILD
00039 #include "vtkTclUtil.h"
00040 #endif
00041 #include "vtkWindows.h"
00042 
00043 struct vtkTkImageViewerWidget
00044 {
00045   Tk_Window  TkWin;             /* Tk window structure */
00046   Tcl_Interp *Interp;           /* Tcl interpreter */
00047   int Width;
00048   int Height;
00049   vtkImageViewer *ImageViewer;
00050   char *IV;
00051 #ifdef _WIN32
00052   WNDPROC OldProc;
00053 #endif
00054 };
00055 
00056 #endif
00057 

Generated by  doxygen 1.7.1