#import <vtkCocoaWindow.h>
This class is a subclass of Cocoa's NSWindow; it uses Objective-C++. A vtkCocoaWindow is created automatically by vtk by default, but the programmer can override this behaviour. See vtkCocoaRenderWindow's SetWindowId() and WindowInitialize(). Note that this class previously contained much more functionality but that functionality has been moved to other classes.
Definition at line 32 of file vtkCocoaWindow.h.