28 #ifndef vtkXGPUInfoList_h 29 #define vtkXGPUInfoList_h 31 #include "vtkRenderingOpenGLModule.h" 45 void Probe() VTK_OVERRIDE;
53 ~vtkXGPUInfoList() VTK_OVERRIDE;
57 vtkXGPUInfoList(const vtkXGPUInfoList&) VTK_DELETE_FUNCTION;
58 void operator=(const vtkXGPUInfoList&) VTK_DELETE_FUNCTION;
Stores the list of GPUs VRAM information.
virtual void Probe()=0
Build the list of vtkInfoGPU if not done yet.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Get GPUs VRAM information using X server extensions.
static vtkGPUInfoList * New()