VTK
9.3.0
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
11
#ifndef vtkOpenGLHyperTreeGridMapper_h
12
#define vtkOpenGLHyperTreeGridMapper_h
13
14
#include "
vtkHyperTreeGridMapper.h
"
15
#include "vtkSetGet.h"
// Get macro
16
#include "
vtkSmartPointer.h
"
// For vtkSmartPointer
17
18
#include "vtkRenderingOpenGL2Module.h"
// For export macro
19
20
VTK_ABI_NAMESPACE_BEGIN
21
class
VTKRENDERINGOPENGL2_EXPORT
vtkOpenGLHyperTreeGridMapper
:
public
vtkHyperTreeGridMapper
22
{
23
public
:
24
static
vtkOpenGLHyperTreeGridMapper
*
New
();
25
vtkTypeMacro(
vtkOpenGLHyperTreeGridMapper
,
vtkHyperTreeGridMapper
);
26
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
27
28
protected
:
29
vtkOpenGLHyperTreeGridMapper
();
30
~vtkOpenGLHyperTreeGridMapper
()
override
=
default
;
31
32
private
:
33
vtkOpenGLHyperTreeGridMapper
(
const
vtkOpenGLHyperTreeGridMapper
&) =
delete
;
34
void
operator=(
const
vtkOpenGLHyperTreeGridMapper
&) =
delete
;
35
};
36
37
VTK_ABI_NAMESPACE_END
38
#endif
vtkHyperTreeGridMapper
map vtkHyperTreeGrid to graphics primitives
Definition
vtkHyperTreeGridMapper.h:41
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
vtkOpenGLHyperTreeGridMapper
map vtkHyperTreeGrid to graphics primitives
Definition
vtkOpenGLHyperTreeGridMapper.h:22
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()
vtkHyperTreeGridMapper.h
vtkSmartPointer.h
Generated on Mon Feb 26 2024 16:15:33 for VTK by
1.11.0