VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
Rendering
Tk
vtkTkRenderWidget.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTkRenderWidget.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
=========================================================================*/
36
#ifndef __vtkTkRenderWidget_h
37
#define __vtkTkRenderWidget_h
38
39
#include "
vtkRenderWindow.h
"
40
#include "
vtkTcl.h
"
41
#include "vtkWindows.h"
42
43
// For the moment, we are not compatible w/Photo compositing
44
// By defining USE_COMPOSITELESS_PHOTO_PUT_BLOCK, we use the compatible
45
// call.
46
#define USE_COMPOSITELESS_PHOTO_PUT_BLOCK
47
#include "
vtkTk.h
"
48
49
#ifndef VTK_PYTHON_BUILD
50
#include "
vtkTclUtil.h
"
51
#endif
52
53
struct
vtkTkRenderWidget
54
{
55
Tk_Window
TkWin
;
/* Tk window structure */
56
Tcl_Interp *
Interp
;
/* Tcl interpreter */
57
int
Width
;
58
int
Height
;
59
vtkRenderWindow
*
RenderWindow
;
60
char
*
RW
;
61
#ifdef _WIN32
62
WNDPROC OldProc;
63
#endif
64
};
65
66
#endif
vtkTkRenderWidget::RenderWindow
vtkRenderWindow * RenderWindow
Definition:
vtkTkRenderWidget.h:59
vtkRenderWindow.h
vtkTkRenderWidget
a Tk Widget for vtk renderering
Definition:
vtkTkRenderWidget.h:53
vtkTcl.h
vtkTkRenderWidget::Height
int Height
Definition:
vtkTkRenderWidget.h:58
vtkTkRenderWidget::Width
int Width
Definition:
vtkTkRenderWidget.h:57
vtkTkRenderWidget::RW
char * RW
Definition:
vtkTkRenderWidget.h:60
vtkTkRenderWidget::Interp
Tcl_Interp * Interp
Definition:
vtkTkRenderWidget.h:56
vtkRenderWindow
create a window for renderers to draw into
Definition:
vtkRenderWindow.h:106
vtkTclUtil.h
vtkTkRenderWidget::TkWin
Tk_Window TkWin
Definition:
vtkTkRenderWidget.h:55
vtkTk.h
Generated on Sat Jan 3 2015 22:29:58 for VTK by
1.8.8