ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkGPUInfoList Class Reference

vtkGPUInfoList - Stores the list of GPUs VRAM information. More...

Inheritance diagram for Kitware.VTK.vtkGPUInfoList:
[legend]
Collaboration diagram for Kitware.VTK.vtkGPUInfoList:
[legend]

List of all members.

Public Member Functions

 vtkGPUInfoList (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGPUInfoList ()
 Undocumented Block.
virtual vtkGPUInfo GetGPUInfo (int i)
 Return information about GPU i.
virtual int GetNumberOfGPUs ()
 Return the number of GPUs.
override int IsA (string type)
 Undocumented Block.
virtual bool IsProbed ()
 Tells if the operating system has been probed. Initial value is false.
new vtkGPUInfoList NewInstance ()
 Undocumented Block.
virtual void Probe ()
 Build the list of vtkInfoGPU if not done yet. Default implementation created an empty list. Useful if there is no implementation available for a given architecture yet.

Static Public Member Functions

static new vtkGPUInfoList New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkGPUInfoList SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkGPUInfoList"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkGPUInfoList"
 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 vtkGPUInfoList_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGPUInfoList_GetGPUInfo_01 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGPUInfoList_GetNumberOfGPUs_02 (HandleRef pThis)
static internal int vtkGPUInfoList_IsA_03 (HandleRef pThis, string type)
static internal byte vtkGPUInfoList_IsProbed_04 (HandleRef pThis)
static internal int vtkGPUInfoList_IsTypeOf_05 (string type)
static internal IntPtr vtkGPUInfoList_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGPUInfoList_Probe_08 (HandleRef pThis)
static internal IntPtr vtkGPUInfoList_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkGPUInfoList ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGPUInfoList - Stores the list of GPUs VRAM information.

Description vtkGPUInfoList stores a list of vtkGPUInfo. An host can have several GPUs. It creates and sets the list by probing the host with system calls. This an abstract class. Concrete classes are OS specific.

vtkGPUInfo vtkDirectXGPUInfoList vtkCoreGraphicsGPUInfoList


Constructor & Destructor Documentation

static Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkGPUInfoList.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.

Reimplemented in Kitware.VTK.vtkXGPUInfoList, and Kitware.VTK.vtkDummyGPUInfoList.

virtual vtkGPUInfo Kitware.VTK.vtkGPUInfoList.GetGPUInfo ( int  i) [virtual]

Return information about GPU i.

Precondition:
probed: IsProbed()
valid_index: i>=0 && i<GetNumberOfGPUs()
Postcondition:
result_exists: result!=0

Here is the call graph for this function:

virtual int Kitware.VTK.vtkGPUInfoList.GetNumberOfGPUs ( ) [virtual]

Return the number of GPUs.

Precondition:
probed: IsProbed()
override int Kitware.VTK.vtkGPUInfoList.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkXGPUInfoList, and Kitware.VTK.vtkDummyGPUInfoList.

virtual bool Kitware.VTK.vtkGPUInfoList.IsProbed ( ) [virtual]

Tells if the operating system has been probed. Initial value is false.

static new int Kitware.VTK.vtkGPUInfoList.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkXGPUInfoList, and Kitware.VTK.vtkDummyGPUInfoList.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkXGPUInfoList, and Kitware.VTK.vtkDummyGPUInfoList.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkXGPUInfoList, and Kitware.VTK.vtkDummyGPUInfoList.

virtual void Kitware.VTK.vtkGPUInfoList.Probe ( ) [virtual]

Build the list of vtkInfoGPU if not done yet. Default implementation created an empty list. Useful if there is no implementation available for a given architecture yet.

Postcondition:
probed: IsProbed()

Reimplemented in Kitware.VTK.vtkXGPUInfoList, and Kitware.VTK.vtkDummyGPUInfoList.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkXGPUInfoList, and Kitware.VTK.vtkDummyGPUInfoList.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList_GetGPUInfo_01 ( HandleRef  pThis,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList_GetNumberOfGPUs_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal byte Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList_IsProbed_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList_Probe_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGPUInfoList.vtkGPUInfoList_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGPUInfoList.MRClassNameKey = "14vtkGPUInfoList" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkXGPUInfoList, and Kitware.VTK.vtkDummyGPUInfoList.

new const string Kitware.VTK.vtkGPUInfoList.MRFullTypeName = "Kitware.VTK.vtkGPUInfoList"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkXGPUInfoList, and Kitware.VTK.vtkDummyGPUInfoList.


The documentation for this class was generated from the following file: