VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dox
Rendering
OpenGL2
vtkOpenGLTextActor.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOpenGLTextActor.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
21
#ifndef vtkOpenGLTextActor_h
22
#define vtkOpenGLTextActor_h
23
24
#include "vtkRenderingOpenGL2Module.h"
// For export macro
25
#include "
vtkTextActor.h
"
26
27
class
vtkOpenGLGL2PSHelper
;
28
29
class
VTKRENDERINGOPENGL2_EXPORT
vtkOpenGLTextActor
:
public
vtkTextActor
30
{
31
public
:
32
static
vtkOpenGLTextActor
*
New
();
33
vtkTypeMacro(
vtkOpenGLTextActor
,
vtkTextActor
)
34
void PrintSelf(ostream &os,
vtkIndent
indent) VTK_OVERRIDE;
35
36
int
RenderOverlay(
vtkViewport
* viewport) VTK_OVERRIDE;
37
38
protected:
39
vtkOpenGLTextActor
();
40
~vtkOpenGLTextActor() VTK_OVERRIDE;
41
42
int
RenderGL2PS(
vtkViewport
*viewport,
vtkOpenGLGL2PSHelper
*gl2ps);
43
44
private:
45
vtkOpenGLTextActor(const vtkOpenGLTextActor&) VTK_DELETE_FUNCTION;
46
void
operator=(const vtkOpenGLTextActor&) VTK_DELETE_FUNCTION;
47
};
48
49
#endif // vtkOpenGLTextActor_h
vtkViewport
abstract specification for Viewports
Definition:
vtkViewport.h:44
vtkOpenGLTextActor
vtkTextActor override.
Definition:
vtkOpenGLTextActor.h:29
vtkOpenGLGL2PSHelper
Helper functionality for GL2PS exporting.
Definition:
vtkOpenGLGL2PSHelper.h:39
vtkTextActor
An actor that displays text.
Definition:
vtkTextActor.h:50
vtkTextActor.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkTextActor::New
static vtkTextActor * New()
Instantiate object with a rectangle in normaled view coordinates of (0.2,0.85, 0.8, 0.95).
Generated by
1.8.5