VTK
9.6.20260204
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Rendering
OpenGL2
vtkOpenGLHyperTreeGridMapper.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
10
11
#ifndef vtkOpenGLHyperTreeGridMapper_h
12
#define vtkOpenGLHyperTreeGridMapper_h
13
14
#include "
vtkHyperTreeGridMapper.h
"
15
16
#include "vtkRenderingOpenGL2Module.h"
// For export macro
17
18
VTK_ABI_NAMESPACE_BEGIN
19
class
vtkOverrideAttribute
;
20
class
VTKRENDERINGOPENGL2_EXPORT
vtkOpenGLHyperTreeGridMapper
:
public
vtkHyperTreeGridMapper
21
{
22
public
:
23
static
vtkOpenGLHyperTreeGridMapper
*
New
();
24
VTK_NEWINSTANCE
25
static
vtkOverrideAttribute
*
CreateOverrideAttributes
();
26
vtkTypeMacro(
vtkOpenGLHyperTreeGridMapper
,
vtkHyperTreeGridMapper
);
27
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
28
29
protected
:
30
vtkOpenGLHyperTreeGridMapper
();
31
~vtkOpenGLHyperTreeGridMapper
()
override
=
default
;
32
33
private
:
34
vtkOpenGLHyperTreeGridMapper
(
const
vtkOpenGLHyperTreeGridMapper
&) =
delete
;
35
void
operator=(
const
vtkOpenGLHyperTreeGridMapper
&) =
delete
;
36
};
37
38
#define vtkOpenGLHyperTreeGridMapper_OVERRIDE_ATTRIBUTES \
39
vtkOpenGLHyperTreeGridMapper::CreateOverrideAttributes()
40
VTK_ABI_NAMESPACE_END
41
#endif
vtkHyperTreeGridMapper::vtkHyperTreeGridMapper
vtkHyperTreeGridMapper()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkOpenGLHyperTreeGridMapper::CreateOverrideAttributes
static vtkOverrideAttribute * CreateOverrideAttributes()
vtkOpenGLHyperTreeGridMapper::~vtkOpenGLHyperTreeGridMapper
~vtkOpenGLHyperTreeGridMapper() override=default
vtkOpenGLHyperTreeGridMapper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkOpenGLHyperTreeGridMapper::New
static vtkOpenGLHyperTreeGridMapper * New()
vtkOpenGLHyperTreeGridMapper::vtkOpenGLHyperTreeGridMapper
vtkOpenGLHyperTreeGridMapper()
vtkOverrideAttribute
Attribute for vtkObjectFactory overrides.
Definition
vtkOverrideAttribute.h:51
vtkHyperTreeGridMapper.h
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition
vtkWrappingHints.h:54
Generated on Wed Feb 4 2026 07:23:51 for VTK by
1.13.2