25 #ifndef vtkCoreGraphicsGPUInfoList_h 26 #define vtkCoreGraphicsGPUInfoList_h 28 #include "vtkRenderingOpenGLModule.h" 42 void Probe() VTK_OVERRIDE;
50 ~vtkCoreGraphicsGPUInfoList() VTK_OVERRIDE;
54 vtkCoreGraphicsGPUInfoList(const vtkCoreGraphicsGPUInfoList&) VTK_DELETE_FUNCTION;
55 void operator=(const vtkCoreGraphicsGPUInfoList&) VTK_DELETE_FUNCTION;
Stores the list of GPUs VRAM information.
Get GPUs VRAM information using CoreGraphics.
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.
static vtkGPUInfoList * New()