VTK
vtkOpenGLContextActor.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOpenGLContextActor.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 =========================================================================*/
23 #ifndef vtkOpenGLContextActor_h
24 #define vtkOpenGLContextActor_h
25 
26 #include "vtkRenderingContextOpenGLModule.h" // For export macro
27 #include "vtkContextActor.h"
28 
30 {
31 public:
32  void PrintSelf(ostream& os, vtkIndent indent);
34 
35  static vtkOpenGLContextActor* New();
36 
40  virtual void ReleaseGraphicsResources(vtkWindow *window);
41 
42 protected:
45 
48  void Initialize(vtkViewport* viewport);
49 
50 private:
51  vtkOpenGLContextActor(const vtkOpenGLContextActor&); // Not implemented.
52  void operator=(const vtkOpenGLContextActor&); // Not implemented.
53 };
54 
55 #endif
static vtkContextActor * New()
abstract specification for Viewports
Definition: vtkViewport.h:46
virtual void ReleaseGraphicsResources(vtkWindow *window)
window superclass for vtkRenderWindow
Definition: vtkWindow.h:36
#define VTKRENDERINGCONTEXTOPENGL_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:38
provides a vtkProp derived object.
provides a vtkProp derived object.
void PrintSelf(ostream &os, vtkIndent indent)
virtual void Initialize(vtkViewport *viewport)