VTK
vtkCoreGraphicsGPUInfoList.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCoreGraphicsGPUInfoList.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 =========================================================================*/
24 #ifndef vtkCoreGraphicsGPUInfoList_h
25 #define vtkCoreGraphicsGPUInfoList_h
26 
27 #include "vtkRenderingOpenGLModule.h" // For export macro
28 #include "vtkGPUInfoList.h"
29 
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
39  virtual void Probe();
40 
41 protected:
43 
47 
48 private:
49  vtkCoreGraphicsGPUInfoList(const vtkCoreGraphicsGPUInfoList&); // Not implemented.
50  void operator=(const vtkCoreGraphicsGPUInfoList&); // Not implemented.
51 };
52 
53 #endif
vtkCoreGraphicsGPUInfoList::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkCoreGraphicsGPUInfoList::Probe
virtual void Probe()
vtkCoreGraphicsGPUInfoList::vtkCoreGraphicsGPUInfoList
vtkCoreGraphicsGPUInfoList()
vtkRenderingOpenGLModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkGPUInfoList
Stores the list of GPUs VRAM information.
Definition: vtkGPUInfoList.h:39
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkCoreGraphicsGPUInfoList::~vtkCoreGraphicsGPUInfoList
virtual ~vtkCoreGraphicsGPUInfoList()
vtkCoreGraphicsGPUInfoList
Get GPUs VRAM information using CoreGraphics.
Definition: vtkCoreGraphicsGPUInfoList.h:31
vtkCoreGraphicsGPUInfoList::New
static vtkCoreGraphicsGPUInfoList * New()
vtkGPUInfoList.h
VTKRENDERINGOPENGL_EXPORT
#define VTKRENDERINGOPENGL_EXPORT
Definition: vtkRenderingOpenGLModule.h:15