VTK
vtkExternalOpenGLRenderer.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkExternalOpenGLRenderer.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 vtkExternalOpenGLRenderer_h
34#define vtkExternalOpenGLRenderer_h
35
36#include "vtkRenderingExternalModule.h" // For export macro
37#include "vtkOpenGLRenderer.h"
38
39// Forward declarations
42
43class VTKRENDERINGEXTERNAL_EXPORT vtkExternalOpenGLRenderer :
45{
46public:
49 void PrintSelf(ostream& os, vtkIndent indent);
50
54 void Render(void);
55
61
66
71
76
77
78protected:
81
83
84private:
85 vtkExternalOpenGLRenderer(const vtkExternalOpenGLRenderer&) VTK_DELETE_FUNCTION;
86 void operator=(const vtkExternalOpenGLRenderer&) VTK_DELETE_FUNCTION;
87};
88
89#endif //vtkExternalOpenGLRenderer_h
a virtual camera for 3D rendering
Definition: vtkCamera.h:51
a virtual light object for tweaking existing lights in an external 3D rendering context
virtual void RemoveExternalLight(vtkExternalLight *)
Remove an external light from the list of external lights.
vtkCamera * MakeCamera()
Create a new Camera sutible for use with this type of Renderer.
virtual void AddExternalLight(vtkExternalLight *)
Add an external light to the list of external lights.
static vtkExternalOpenGLRenderer * New()
virtual void RemoveAllExternalLights()
Remove all external lights.
void Render(void)
Synchronize camera and light parameters.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:40
a list of lights
OpenGL renderer.