VTK
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 
41 {
42 public:
43  static vtkCocoaTkUtilities *New();
45  void PrintSelf(ostream& os, vtkIndent indent);
46 
49  static void* GetDrawableView(Tk_Window_ *window);
50 
51 protected:
54 
55 private:
56  vtkCocoaTkUtilities(const vtkCocoaTkUtilities&); // Not implemented.
57  void operator=(const vtkCocoaTkUtilities&); // Not implemented.
58 };
59 
60 #endif
abstract base class for most VTK objects
Definition: vtkObject.h:61
static vtkCocoaTkUtilities * New()
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Definition: vtkIndent.h:38
Internal Tk Routines for Cocoa.
static void * GetDrawableView(Tk_Window_ *window)