Go to the documentation of this file.
30 #ifndef vtkGPUInfoList_h
31 #define vtkGPUInfoList_h
33 #include "vtkRenderingCoreModule.h"
virtual int GetNumberOfGPUs()
Return the number of GPUs.
vtkGPUInfoList()
Default constructor.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract base class for most VTK objects
virtual void Probe()=0
Build the list of vtkInfoGPU if not done yet.
virtual bool IsProbed()
Tells if the operating system has been probed.
Stores the list of GPUs VRAM information.
vtkGPUInfoListArray * Array
a simple class to control print indentation
virtual vtkGPUInfo * GetGPUInfo(int i)
Return information about GPU i.
virtual ~vtkGPUInfoList()
static vtkGPUInfoList * New()
Internal class vtkGPUInfoList.
Stores GPU VRAM information.