26 #ifndef vtkDummyGPUInfoList_h
27 #define vtkDummyGPUInfoList_h
29 #include "vtkRenderingOpenGL2Module.h"
43 void Probe() VTK_OVERRIDE;
51 ~vtkDummyGPUInfoList() VTK_OVERRIDE;
55 vtkDummyGPUInfoList(const vtkDummyGPUInfoList&) VTK_DELETE_FUNCTION;
56 void operator=(const vtkDummyGPUInfoList&) 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.
static vtkGPUInfoList * New()