ActiViz .NET
5.8.0
|
vtkGPUInfo - Stores GPU VRAM information. More...
Public Member Functions | |
vtkGPUInfo (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGPUInfo () | |
Undocumented Block. | |
virtual int | GetDedicatedSystemMemory () |
Set/Get dedicated system memory in bytes. Initial value is 0. This is slow memory. If it is not null, this value should be taken into account only if there is no DedicatedVideoMemory and SharedSystemMemory should be ignored. | |
virtual int | GetDedicatedVideoMemory () |
Set/Get dedicated video memory in bytes. Initial value is 0. Usually the fastest one. If it is not null, it should be take into account first and DedicatedSystemMemory or SharedSystemMemory should be ignored. | |
virtual int | GetSharedSystemMemory () |
Set/Get shared system memory in bytes. Initial value is 0. Slowest memory. This value should be taken into account only if there is neither DedicatedVideoMemory nor DedicatedSystemMemory. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGPUInfo | NewInstance () |
Undocumented Block. | |
virtual void | SetDedicatedSystemMemory (int _arg) |
Set/Get dedicated system memory in bytes. Initial value is 0. This is slow memory. If it is not null, this value should be taken into account only if there is no DedicatedVideoMemory and SharedSystemMemory should be ignored. | |
virtual void | SetDedicatedVideoMemory (int _arg) |
Set/Get dedicated video memory in bytes. Initial value is 0. Usually the fastest one. If it is not null, it should be take into account first and DedicatedSystemMemory or SharedSystemMemory should be ignored. | |
virtual void | SetSharedSystemMemory (int _arg) |
Set/Get shared system memory in bytes. Initial value is 0. Slowest memory. This value should be taken into account only if there is neither DedicatedVideoMemory nor DedicatedSystemMemory. | |
Static Public Member Functions | |
static new vtkGPUInfo | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGPUInfo | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGPUInfo" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "10vtkGPUInfo" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkGPUInfo_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkGPUInfo_GetDedicatedSystemMemory_01 (HandleRef pThis) |
static internal int | vtkGPUInfo_GetDedicatedVideoMemory_02 (HandleRef pThis) |
static internal int | vtkGPUInfo_GetSharedSystemMemory_03 (HandleRef pThis) |
static internal int | vtkGPUInfo_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkGPUInfo_IsTypeOf_05 (string type) |
static internal IntPtr | vtkGPUInfo_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGPUInfo_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGPUInfo_SetDedicatedSystemMemory_09 (HandleRef pThis, int _arg) |
static internal void | vtkGPUInfo_SetDedicatedVideoMemory_10 (HandleRef pThis, int _arg) |
static internal void | vtkGPUInfo_SetSharedSystemMemory_11 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkGPUInfo () |
Automatically generated type registration mechanics. |
vtkGPUInfo - Stores GPU VRAM information.
Description vtkGPUInfo stores information about GPU Video RAM. An host can have several GPUs. The values are set by vtkGPUInfoList.
vtkGPUInfoList vtkDirectXGPUInfoList vtkCoreGraphicsGPUInfoList
static Kitware.VTK.vtkGPUInfo.vtkGPUInfo | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGPUInfo.vtkGPUInfo | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGPUInfo.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkObject.
virtual int Kitware.VTK.vtkGPUInfo.GetDedicatedSystemMemory | ( | ) | [virtual] |
Set/Get dedicated system memory in bytes. Initial value is 0. This is slow memory. If it is not null, this value should be taken into account only if there is no DedicatedVideoMemory and SharedSystemMemory should be ignored.
virtual int Kitware.VTK.vtkGPUInfo.GetDedicatedVideoMemory | ( | ) | [virtual] |
Set/Get dedicated video memory in bytes. Initial value is 0. Usually the fastest one. If it is not null, it should be take into account first and DedicatedSystemMemory or SharedSystemMemory should be ignored.
virtual int Kitware.VTK.vtkGPUInfo.GetSharedSystemMemory | ( | ) | [virtual] |
Set/Get shared system memory in bytes. Initial value is 0. Slowest memory. This value should be taken into account only if there is neither DedicatedVideoMemory nor DedicatedSystemMemory.
override int Kitware.VTK.vtkGPUInfo.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkGPUInfo.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkGPUInfo Kitware.VTK.vtkGPUInfo.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkGPUInfo Kitware.VTK.vtkGPUInfo.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkGPUInfo.SetDedicatedSystemMemory | ( | int | _arg | ) | [virtual] |
Set/Get dedicated system memory in bytes. Initial value is 0. This is slow memory. If it is not null, this value should be taken into account only if there is no DedicatedVideoMemory and SharedSystemMemory should be ignored.
virtual void Kitware.VTK.vtkGPUInfo.SetDedicatedVideoMemory | ( | int | _arg | ) | [virtual] |
Set/Get dedicated video memory in bytes. Initial value is 0. Usually the fastest one. If it is not null, it should be take into account first and DedicatedSystemMemory or SharedSystemMemory should be ignored.
virtual void Kitware.VTK.vtkGPUInfo.SetSharedSystemMemory | ( | int | _arg | ) | [virtual] |
Set/Get shared system memory in bytes. Initial value is 0. Slowest memory. This value should be taken into account only if there is neither DedicatedVideoMemory nor DedicatedSystemMemory.
static internal int Kitware.VTK.vtkGPUInfo.vtkGPUInfo_GetDedicatedSystemMemory_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGPUInfo.vtkGPUInfo_GetDedicatedVideoMemory_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGPUInfo.vtkGPUInfo_GetSharedSystemMemory_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGPUInfo.vtkGPUInfo_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGPUInfo.vtkGPUInfo_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGPUInfo.vtkGPUInfo_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGPUInfo.vtkGPUInfo_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGPUInfo.vtkGPUInfo_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGPUInfo.vtkGPUInfo_SetDedicatedSystemMemory_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGPUInfo.vtkGPUInfo_SetDedicatedVideoMemory_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGPUInfo.vtkGPUInfo_SetSharedSystemMemory_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGPUInfo.MRClassNameKey = "10vtkGPUInfo" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkGPUInfo.MRFullTypeName = "Kitware.VTK.vtkGPUInfo" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.