30 #ifndef vtkGPUInfoList_h
31 #define vtkGPUInfoList_h
33 #include "vtkRenderingCoreModule.h"
52 virtual void Probe() = 0;
57 virtual bool IsProbed();
63 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.