18#include "vtkRenderingCoreModule.h"
20VTK_ABI_NAMESPACE_BEGIN
35 vtkSetMacro(DedicatedVideoMemory, vtkTypeUInt64);
36 vtkGetMacro(DedicatedVideoMemory, vtkTypeUInt64);
46 vtkSetMacro(DedicatedSystemMemory, vtkTypeUInt64);
47 vtkGetMacro(DedicatedSystemMemory, vtkTypeUInt64);
56 vtkSetMacro(SharedSystemMemory, vtkTypeUInt64);
57 vtkGetMacro(SharedSystemMemory, vtkTypeUInt64);
Stores GPU VRAM information.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 DedicatedSystemMemory
vtkTypeUInt64 SharedSystemMemory
vtkTypeUInt64 DedicatedVideoMemory
static vtkGPUInfo * New()
a simple class to control print indentation
abstract base class for most VTK objects