15 #ifndef vtkGPUInfoList_h
16 #define vtkGPUInfoList_h
19 #include "vtkRenderingCoreModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
38 virtual void Probe() = 0;
43 virtual bool IsProbed();
49 virtual int GetNumberOfGPUs();
Stores the list of GPUs VRAM information.
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGPUInfoListArray * Array
a simple class to control print indentation
Stores GPU VRAM information.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Internal class vtkGPUInfoList.