dox/Rendering/vtkTkRenderWidget.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkTkRenderWidget.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 =========================================================================*/
00036 #ifndef __vtkTkRenderWidget_h
00037 #define __vtkTkRenderWidget_h
00038 
00039 #include "vtkRenderWindow.h"
00040 #include "vtkTcl.h"
00041 #include "vtkWindows.h"
00042 
00043 // For the moment, we are not compatible w/Photo compositing
00044 // By defining USE_COMPOSITELESS_PHOTO_PUT_BLOCK, we use the compatible
00045 // call.
00046 #define USE_COMPOSITELESS_PHOTO_PUT_BLOCK
00047 #include "vtkTk.h"
00048 
00049 #ifndef VTK_PYTHON_BUILD
00050 #ifndef VTK_RUBY_BUILD
00051 #include "vtkTclUtil.h"
00052 #endif
00053 #endif
00054 
00055 struct vtkTkRenderWidget
00056 {
00057   Tk_Window  TkWin;             /* Tk window structure */
00058   Tcl_Interp *Interp;           /* Tcl interpreter */
00059   int Width;
00060   int Height;
00061   vtkRenderWindow *RenderWindow;
00062   char *RW;
00063 #ifdef _WIN32
00064   WNDPROC OldProc;
00065 #endif
00066 };
00067 
00068 #endif

Generated on Mon Mar 10 13:05:59 2008 for VTK by  doxygen 1.5.1