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