VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Rendering
OpenGL2
vtkDummyGPUInfoList.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
14
#ifndef vtkDummyGPUInfoList_h
15
#define vtkDummyGPUInfoList_h
16
17
#include "
vtkGPUInfoList.h
"
18
#include "vtkRenderingOpenGL2Module.h"
// For export macro
19
20
VTK_ABI_NAMESPACE_BEGIN
21
class
VTKRENDERINGOPENGL2_EXPORT
vtkDummyGPUInfoList
:
public
vtkGPUInfoList
22
{
23
public
:
24
static
vtkDummyGPUInfoList
*
New
();
25
vtkTypeMacro(
vtkDummyGPUInfoList
,
vtkGPUInfoList
);
26
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
27
32
void
Probe
()
override
;
33
34
protected
:
36
39
vtkDummyGPUInfoList
();
40
~
vtkDummyGPUInfoList
()
override
;
42
43
private
:
44
vtkDummyGPUInfoList
(
const
vtkDummyGPUInfoList
&) =
delete
;
45
void
operator=(
const
vtkDummyGPUInfoList
&) =
delete
;
46
};
47
48
VTK_ABI_NAMESPACE_END
49
#endif
vtkGPUInfoList
Stores the list of GPUs VRAM information.
Definition:
vtkGPUInfoList.h:25
vtkDummyGPUInfoList
Do thing during Probe()
Definition:
vtkDummyGPUInfoList.h:21
vtkGPUInfoList::Probe
virtual void Probe()=0
Build the list of vtkInfoGPU if not done yet.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
vtkGPUInfoList::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGPUInfoList::New
static vtkGPUInfoList * New()
vtkGPUInfoList.h
Generated on Sun Mar 23 2025 01:38:35 for VTK by
1.8.10