|
ActiViz .NET
5.8.0
|
vtkXGPUInfoList - Get GPUs VRAM information using X server extensions. More...
Public Member Functions | |
| vtkXGPUInfoList (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkXGPUInfoList () | |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkXGPUInfoList | NewInstance () |
| Undocumented Block. | |
| override void | Probe () |
| Build the list of vtkInfoGPU if not done yet. | |
Static Public Member Functions | |
| static new vtkXGPUInfoList | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkXGPUInfoList | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkXGPUInfoList" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "15vtkXGPUInfoList" |
| 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 | vtkXGPUInfoList_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkXGPUInfoList_IsA_01 (HandleRef pThis, string type) |
| static internal int | vtkXGPUInfoList_IsTypeOf_02 (string type) |
| static internal IntPtr | vtkXGPUInfoList_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkXGPUInfoList_Probe_05 (HandleRef pThis) |
| static internal IntPtr | vtkXGPUInfoList_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkXGPUInfoList () |
| Automatically generated type registration mechanics. | |
vtkXGPUInfoList - Get GPUs VRAM information using X server extensions.
Description vtkXGPUInfoList implements Probe() method of vtkGPUInfoList through some X server extensions API. NV-CONTROL for Nvidia. ATIFGLEXTENSION for ATI is not supported yet. There is no support for other vendors.
| static Kitware.VTK.vtkXGPUInfoList.vtkXGPUInfoList | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkXGPUInfoList.vtkXGPUInfoList | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkXGPUInfoList.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.vtkGPUInfoList.
| override int Kitware.VTK.vtkXGPUInfoList.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUInfoList.
| static new int Kitware.VTK.vtkXGPUInfoList.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUInfoList.
| static new vtkXGPUInfoList Kitware.VTK.vtkXGPUInfoList.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUInfoList.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUInfoList.
| override void Kitware.VTK.vtkXGPUInfoList.Probe | ( | ) | [virtual] |
Build the list of vtkInfoGPU if not done yet.
Reimplemented from Kitware.VTK.vtkGPUInfoList.
| static new vtkXGPUInfoList Kitware.VTK.vtkXGPUInfoList.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUInfoList.
| static internal int Kitware.VTK.vtkXGPUInfoList.vtkXGPUInfoList_IsA_01 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkXGPUInfoList.vtkXGPUInfoList_IsTypeOf_02 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkXGPUInfoList.vtkXGPUInfoList_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkXGPUInfoList.vtkXGPUInfoList_NewInstance_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkXGPUInfoList.vtkXGPUInfoList_Probe_05 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkXGPUInfoList.vtkXGPUInfoList_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkXGPUInfoList.MRClassNameKey = "15vtkXGPUInfoList" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGPUInfoList.
| new const string Kitware.VTK.vtkXGPUInfoList.MRFullTypeName = "Kitware.VTK.vtkXGPUInfoList" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGPUInfoList.
1.7.6.1