VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
dox
mnt
storage
builds
vtk
build-release
Rendering
ContextOpenGL
vtkRenderingContextOpenGLObjectFactory.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkRenderingContextOpenGLObjectFactory.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
=========================================================================*/
15
16
#ifndef __vtkRenderingContextOpenGLObjectFactory_h
17
#define __vtkRenderingContextOpenGLObjectFactory_h
18
19
#include "
vtkRenderingContextOpenGLModule.h
"
// For export macro
20
#include "
vtkObjectFactory.h
"
21
22
class
VTKRENDERINGCONTEXTOPENGL_EXPORT
vtkRenderingContextOpenGLObjectFactory
:
public
vtkObjectFactory
23
{
24
public
:
25
static
vtkRenderingContextOpenGLObjectFactory
*
New
();
26
vtkTypeMacro(
vtkRenderingContextOpenGLObjectFactory
,
vtkObjectFactory
)
27
28
const
char
* GetDescription() {
return
"vtkRenderingContextOpenGL factory overrides."
; }
29
30
const
char
*
GetVTKSourceVersion
();
31
32
void
PrintSelf
(ostream &os,
vtkIndent
indent);
33
34
protected
:
35
vtkRenderingContextOpenGLObjectFactory
();
36
37
private
:
38
vtkRenderingContextOpenGLObjectFactory
(
const
vtkRenderingContextOpenGLObjectFactory
&);
// Not implemented
39
void
operator=(
const
vtkRenderingContextOpenGLObjectFactory
&);
// Not implemented
40
};
41
42
#endif // __vtkRenderingContextOpenGLObjectFactory_h
vtkObjectFactory::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkObjectFactory::GetVTKSourceVersion
virtual const char * GetVTKSourceVersion()=0
vtkObjectFactory.h
VTKRENDERINGCONTEXTOPENGL_EXPORT
#define VTKRENDERINGCONTEXTOPENGL_EXPORT
Definition:
vtkRenderingContextOpenGLModule.h:15
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkRenderingContextOpenGLModule.h
vtkRenderingContextOpenGLObjectFactory
Definition:
vtkRenderingContextOpenGLObjectFactory.h:22
vtkObjectFactory
abstract base class for vtkObjectFactories
Definition:
vtkObjectFactory.h:50
vtkObject::New
static vtkObject * New()
Generated by
1.8.9.1