VTK  9.6.20260204
vtkOpenGLTextMapper.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
3
8
9#ifndef vtkOpenGLTextMapper_h
10#define vtkOpenGLTextMapper_h
11
12#include "vtkRenderingOpenGL2Module.h" // For export macro
13#include "vtkTextMapper.h"
14
15VTK_ABI_NAMESPACE_BEGIN
18
19class VTKRENDERINGOPENGL2_EXPORT vtkOpenGLTextMapper : public vtkTextMapper
20{
21public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
28 void RenderOverlay(vtkViewport* vp, vtkActor2D* act) override;
29
30protected:
33
35
36private:
38 void operator=(const vtkOpenGLTextMapper&) = delete;
39};
40
41#define vtkOpenGLTextMapper_OVERRIDE_ATTRIBUTES vtkOpenGLTextMapper::CreateOverrideAttributes()
42VTK_ABI_NAMESPACE_END
43#endif // vtkOpenGLTextMapper_h
a actor that draws 2D data
Definition vtkActor2D.h:145
a simple class to control print indentation
Definition vtkIndent.h:108
Access GL2PS functionality.
static vtkOpenGLTextMapper * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOverrideAttribute * CreateOverrideAttributes()
void RenderGL2PS(vtkViewport *vp, vtkActor2D *act, vtkOpenGLGL2PSHelper *gl2ps)
~vtkOpenGLTextMapper() override
void RenderOverlay(vtkViewport *vp, vtkActor2D *act) override
Attribute for vtkObjectFactory overrides.
abstract specification for Viewports
Definition vtkViewport.h:66
#define VTK_NEWINSTANCE