VTK
dox
opt
build
vtk6-6.3.0+dfsg2
debian
build
Rendering
FreeTypeFontConfig
vtkRenderingFreeTypeFontConfigObjectFactory.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkRenderingFreeTypeFontConfigObjectFactory.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 __vtkRenderingFreeTypeFontConfigObjectFactory_h
17
#define __vtkRenderingFreeTypeFontConfigObjectFactory_h
18
19
#include "
vtkRenderingFreeTypeFontConfigModule.h
"
// For export macro
20
#include "
vtkObjectFactory.h
"
21
22
class
VTKRENDERINGFREETYPEFONTCONFIG_EXPORT
vtkRenderingFreeTypeFontConfigObjectFactory
:
public
vtkObjectFactory
23
{
24
public
:
25
static
vtkRenderingFreeTypeFontConfigObjectFactory
*
New
();
26
vtkTypeMacro
(
vtkRenderingFreeTypeFontConfigObjectFactory
,
vtkObjectFactory
)
27
28
const
char
* GetDescription() {
return
"vtkRenderingFreeTypeFontConfig factory overrides."
; }
29
30
const
char
*
GetVTKSourceVersion
();
31
32
void
PrintSelf
(ostream &os,
vtkIndent
indent);
33
34
protected
:
35
vtkRenderingFreeTypeFontConfigObjectFactory
();
36
37
private
:
38
vtkRenderingFreeTypeFontConfigObjectFactory
(
const
vtkRenderingFreeTypeFontConfigObjectFactory
&);
// Not implemented
39
void
operator=(
const
vtkRenderingFreeTypeFontConfigObjectFactory
&);
// Not implemented
40
};
41
42
#endif // __vtkRenderingFreeTypeFontConfigObjectFactory_h
vtkRenderingFreeTypeFontConfigObjectFactory::vtkRenderingFreeTypeFontConfigObjectFactory
vtkRenderingFreeTypeFontConfigObjectFactory()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkObjectFactory.h
vtkObjectFactory
abstract base class for vtkObjectFactories
Definition:
vtkObjectFactory.h:51
vtkRenderingFreeTypeFontConfigObjectFactory::GetVTKSourceVersion
const char * GetVTKSourceVersion()
VTKRENDERINGFREETYPEFONTCONFIG_EXPORT
#define VTKRENDERINGFREETYPEFONTCONFIG_EXPORT
Definition:
vtkRenderingFreeTypeFontConfigModule.h:15
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkRenderingFreeTypeFontConfigObjectFactory::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkRenderingFreeTypeFontConfigModule.h
vtkRenderingFreeTypeFontConfigObjectFactory
Definition:
vtkRenderingFreeTypeFontConfigObjectFactory.h:23
vtkRenderingFreeTypeFontConfigObjectFactory::New
static vtkRenderingFreeTypeFontConfigObjectFactory * New()
Generated by
1.8.20