VTK
9.2.6
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Rendering
OpenGL2
vtkOpenGLHyperTreeGridMapper.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOpenGLHyperTreeGridMapper.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
23
#ifndef vtkOpenGLHyperTreeGridMapper_h
24
#define vtkOpenGLHyperTreeGridMapper_h
25
26
#include "
vtkHyperTreeGridMapper.h
"
27
#include "vtkSetGet.h"
// Get macro
28
#include "
vtkSmartPointer.h
"
// For vtkSmartPointer
29
30
#include "vtkRenderingOpenGL2Module.h"
// For export macro
31
32
class
VTKRENDERINGOPENGL2_EXPORT
vtkOpenGLHyperTreeGridMapper
:
public
vtkHyperTreeGridMapper
33
{
34
public
:
35
static
vtkOpenGLHyperTreeGridMapper
*
New
();
36
vtkTypeMacro(
vtkOpenGLHyperTreeGridMapper
,
vtkHyperTreeGridMapper
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
38
39
protected
:
40
vtkOpenGLHyperTreeGridMapper
();
41
virtual
~vtkOpenGLHyperTreeGridMapper
()
override
=
default
;
42
43
private
:
44
vtkOpenGLHyperTreeGridMapper
(
const
vtkOpenGLHyperTreeGridMapper
&) =
delete
;
45
void
operator=(
const
vtkOpenGLHyperTreeGridMapper
&) =
delete
;
46
};
47
48
#endif
vtkHyperTreeGridMapper
map vtkHyperTreeGrid to graphics primitives
Definition
vtkHyperTreeGridMapper.h:52
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:40
vtkOpenGLHyperTreeGridMapper
map vtkHyperTreeGrid to graphics primitives
Definition
vtkOpenGLHyperTreeGridMapper.h:33
vtkOpenGLHyperTreeGridMapper::~vtkOpenGLHyperTreeGridMapper
virtual ~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 Thu Oct 31 2024 00:00:00 for VTK by
1.12.0