VTK  9.6.20260205
vtkOpenGLBillboardTextActor3D.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
7
8#ifndef vtkOpenGLBillboardTextActor3D_h
9#define vtkOpenGLBillboardTextActor3D_h
10
12#include "vtkRenderingOpenGL2Module.h" // For export macro
13
14VTK_ABI_NAMESPACE_BEGIN
38
39#define vtkOpenGLBillboardTextActor3D_OVERRIDE_ATTRIBUTES \
40 vtkOpenGLBillboardTextActor3D::CreateOverrideAttributes()
41VTK_ABI_NAMESPACE_END
42#endif // vtkOpenGLBillboardTextActor3D_h
a simple class to control print indentation
Definition vtkIndent.h:108
int RenderGL2PS(vtkViewport *viewport, vtkOpenGLGL2PSHelper *gl2ps)
static vtkOverrideAttribute * CreateOverrideAttributes()
static vtkOpenGLBillboardTextActor3D * New()
int RenderTranslucentPolygonalGeometry(vtkViewport *vp) override
Just render in translucent pass, since it can execute multiple times (depth peeling,...
~vtkOpenGLBillboardTextActor3D() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Access GL2PS functionality.
Attribute for vtkObjectFactory overrides.
abstract specification for Viewports
Definition vtkViewport.h:66
#define VTK_NEWINSTANCE