Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkCocoaGLView Class Reference

#import <vtkCocoaGLView.h>

Collaboration diagram for vtkCocoaGLView:

Collaboration graph
[legend]
List of all members.

Detailed Description

Cocoa OpenGL rendering context.

This class only takes care of allocating an NSOpenGLView which simply provides a rendering context. This class uses Objective-C++

See also:
vtkCocoaRenderWindow
Created by:
  • Starreveld, Yves
CVS contributions (if > 5%):
  • Malaterre, Mathieu (49%)
  • Starreveld, Yves (48%)
CVS logs (CVSweb):
  • .mm (/Rendering/vtkCocoaGLView.mm)
  • .h (/Rendering/vtkCocoaGLView.h)

Definition at line 45 of file vtkCocoaGLView.h.

Public Member Functions

(void) drawRect:
(id) initWithFrame:
(vtkCocoaRenderWindow *) getVTKRenderWindow
(void) setVTKRenderWindow:
(vtkCocoaRenderWindowInteractor *) getVTKRenderWindowInteractor
(void) setVTKRenderWindowInteractor:
(void *) getOpenGLContext


Member Function Documentation

- (void) drawRect: (NSRect)  theRect  
 

- (id) initWithFrame: (NSRect)  theFrame  
 

- (vtkCocoaRenderWindow *) getVTKRenderWindow  
 

- (void) setVTKRenderWindow: (vtkCocoaRenderWindow *)  theVTKRenderWindow  
 

- (vtkCocoaRenderWindowInteractor *) getVTKRenderWindowInteractor  
 

- (void) setVTKRenderWindowInteractor: (vtkCocoaRenderWindowInteractor *)  theVTKRenderWindowInteractor  
 

- (void*) getOpenGLContext  
 


The documentation for this class was generated from the following file: