VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
vtkCocoaTkUtilities.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkCocoaTkUtilities.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
=========================================================================*/
33
#ifndef __vtkvtkCocoaTkUtilities_h
34
#define __vtkvtkCocoaTkUtilities_h
35
36
#include "
vtkObject.h
"
37
38
struct
Tk_Window_;
39
40
class
VTK_RENDERING_EXPORT
vtkCocoaTkUtilities
:
public
vtkObject
41
{
42
public
:
43
static
vtkCocoaTkUtilities
*
New
();
44
vtkTypeMacro(
vtkCocoaTkUtilities
,
vtkObject
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent);
46
49
static
void
* GetDrawableView(Tk_Window_ *window);
50
51
protected
:
52
vtkCocoaTkUtilities
() {};
53
~vtkCocoaTkUtilities
() {};
54
55
private
:
56
vtkCocoaTkUtilities
(
const
vtkCocoaTkUtilities
&);
// Not implemented.
57
void
operator=(
const
vtkCocoaTkUtilities
&);
// Not implemented.
58
};
59
60
#endif
Generated on Fri Aug 2 2013 12:20:01 for VTK by
1.8.4