VTK  9.6.20260202
vtkOpenGLTextActor.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 vtkOpenGLTextActor_h
10#define vtkOpenGLTextActor_h
11
12#include "vtkRenderingOpenGL2Module.h" // For export macro
13#include "vtkTextActor.h"
14#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
15
16VTK_ABI_NAMESPACE_BEGIN
19
20class VTKRENDERINGOPENGL2_EXPORT VTK_MARSHALAUTO vtkOpenGLTextActor : public vtkTextActor
21{
22public:
27 void PrintSelf(ostream& os, vtkIndent indent) override;
28
29 int RenderOverlay(vtkViewport* viewport) override;
30
31protected:
34
36
37private:
39 void operator=(const vtkOpenGLTextActor&) = delete;
40};
41
42#define vtkOpenGLTextActor_OVERRIDE_ATTRIBUTES vtkOpenGLTextActor::CreateOverrideAttributes()
43VTK_ABI_NAMESPACE_END
44#endif // vtkOpenGLTextActor_h
a simple class to control print indentation
Definition vtkIndent.h:108
Access GL2PS functionality.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOpenGLTextActor * New()
~vtkOpenGLTextActor() override
int RenderGL2PS(vtkViewport *viewport, vtkOpenGLGL2PSHelper *gl2ps)
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
static vtkOverrideAttribute * CreateOverrideAttributes()
Attribute for vtkObjectFactory overrides.
abstract specification for Viewports
Definition vtkViewport.h:66
#define VTK_MARSHALAUTO
#define VTK_NEWINSTANCE