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.vtkComputingResources Class Reference

vtkComputingResources - Definition of computing resource (threads/kernels) More...

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

List of all members.

Public Member Functions

 vtkComputingResources (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkComputingResources ()
 Undocumented Block.
void Clear ()
 Set resources to an empty states.
void Collect (vtkComputingResources res)
 Add an amount of computing resources to this object.
void Deploy (vtkThreadedStreamingPipeline exec, vtkInformation info)
 Assign the resources and information of this object to an executive, i.e., set the number of threads of the algorithm the executive is pointing to.
override int IsA (string type)
 Undocumented Block.
new vtkComputingResources NewInstance ()
 Undocumented Block.
void ObtainMaximumResources ()
 Assign a maximum amount of usable resources to this object.
void ObtainMinimumResources ()
 Assign a minimum amount of usable resources to this object, e.g. 1 thread.
bool Reserve (vtkComputingResources res)
 Take an amount of computing resources out of this object. Return true if it is successful.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkComputingResources"
 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 vtkComputingResources_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkComputingResources_Clear_01 (HandleRef pThis)
static internal void vtkComputingResources_Collect_02 (HandleRef pThis, HandleRef res)
static internal void vtkComputingResources_Deploy_03 (HandleRef pThis, HandleRef exec, HandleRef info)
static internal int vtkComputingResources_IsA_04 (HandleRef pThis, string type)
static internal int vtkComputingResources_IsTypeOf_05 (string type)
static internal IntPtr vtkComputingResources_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkComputingResources_ObtainMaximumResources_08 (HandleRef pThis)
static internal void vtkComputingResources_ObtainMinimumResources_09 (HandleRef pThis)
static internal byte vtkComputingResources_Reserve_10 (HandleRef pThis, HandleRef res)
static internal IntPtr vtkComputingResources_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkComputingResources ()
 Automatically generated type registration mechanics.

Detailed Description

vtkComputingResources - Definition of computing resource (threads/kernels)

Description This is a class for distribute the number of threads to a network of modules


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Set resources to an empty states.

Add an amount of computing resources to this object.

Assign the resources and information of this object to an executive, i.e., set the number of threads of the algorithm the executive is pointing to.

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

override int Kitware.VTK.vtkComputingResources.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Assign a maximum amount of usable resources to this object.

Assign a minimum amount of usable resources to this object, e.g. 1 thread.

Take an amount of computing resources out of this object. Return true if it is successful.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkComputingResources.vtkComputingResources_Clear_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkComputingResources.vtkComputingResources_Collect_02 ( HandleRef  pThis,
HandleRef  res 
) [private]
static internal void Kitware.VTK.vtkComputingResources.vtkComputingResources_Deploy_03 ( HandleRef  pThis,
HandleRef  exec,
HandleRef  info 
) [private]
static internal int Kitware.VTK.vtkComputingResources.vtkComputingResources_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkComputingResources.vtkComputingResources_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkComputingResources.vtkComputingResources_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkComputingResources.vtkComputingResources_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkComputingResources.vtkComputingResources_ObtainMaximumResources_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkComputingResources.vtkComputingResources_ObtainMinimumResources_09 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkComputingResources.vtkComputingResources_Reserve_10 ( HandleRef  pThis,
HandleRef  res 
) [private]
static internal IntPtr Kitware.VTK.vtkComputingResources.vtkComputingResources_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkComputingResources.MRClassNameKey = "21vtkComputingResources" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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