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

vtkInformationExecutivePortKey - Key for vtkExecutive/Port value pairs. More...

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

List of all members.

Public Member Functions

 vtkInformationExecutivePortKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void Get (vtkInformation info, vtkExecutive executive, ref int port)
 Get/Set the value associated with this key in the given information object.
vtkExecutive GetExecutive (vtkInformation info)
 Get/Set the value associated with this key in the given information object.
int GetPort (vtkInformation info)
 Get/Set the value associated with this key in the given information object.
override int IsA (string type)
 Undocumented Block.
new vtkInformationExecutivePortKey NewInstance ()
 Undocumented Block.
override void Report (vtkInformation info, vtkGarbageCollector collector)
 Report a reference this key has in the given information object.
void Set (vtkInformation info, vtkExecutive arg1, int arg2)
 Get/Set the value associated with this key in the given information object.
override void ShallowCopy (vtkInformation from, vtkInformation to)
 Copy the entry associated with this key from one information object to another. If there is no entry in the first information object for this key, the value is removed from the second.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "30vtkInformationExecutivePortKey"
 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 void vtkInformationExecutivePortKey_Get_01 (HandleRef pThis, HandleRef info, HandleRef executive, ref int port)
static internal IntPtr vtkInformationExecutivePortKey_GetExecutive_02 (HandleRef pThis, HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkInformationExecutivePortKey_GetPort_03 (HandleRef pThis, HandleRef info)
static internal int vtkInformationExecutivePortKey_IsA_04 (HandleRef pThis, string type)
static internal int vtkInformationExecutivePortKey_IsTypeOf_05 (string type)
static internal IntPtr vtkInformationExecutivePortKey_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationExecutivePortKey_Report_07 (HandleRef pThis, HandleRef info, HandleRef collector)
static internal IntPtr vtkInformationExecutivePortKey_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationExecutivePortKey_Set_09 (HandleRef pThis, HandleRef info, HandleRef arg1, int arg2)
static internal void vtkInformationExecutivePortKey_ShallowCopy_10 (HandleRef pThis, HandleRef from, HandleRef to)

Static Private Member Functions

static vtkInformationExecutivePortKey ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInformationExecutivePortKey - Key for vtkExecutive/Port value pairs.

Description vtkInformationExecutivePortKey is used to represent keys in vtkInformation for values that are vtkExecutive instances paired with port numbers.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

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

void Kitware.VTK.vtkInformationExecutivePortKey.Get ( vtkInformation  info,
vtkExecutive  executive,
ref int  port 
)

Get/Set the value associated with this key in the given information object.

Get/Set the value associated with this key in the given information object.

Here is the call graph for this function:

Get/Set the value associated with this key in the given information object.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Report a reference this key has in the given information object.

Reimplemented from Kitware.VTK.vtkInformationKey.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Here is the call graph for this function:

Get/Set the value associated with this key in the given information object.

Copy the entry associated with this key from one information object to another. If there is no entry in the first information object for this key, the value is removed from the second.

Reimplemented from Kitware.VTK.vtkInformationKey.

static internal void Kitware.VTK.vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_Get_01 ( HandleRef  pThis,
HandleRef  info,
HandleRef  executive,
ref int  port 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_GetExecutive_02 ( HandleRef  pThis,
HandleRef  info,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_GetPort_03 ( HandleRef  pThis,
HandleRef  info 
) [private]
static internal int Kitware.VTK.vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_Report_07 ( HandleRef  pThis,
HandleRef  info,
HandleRef  collector 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_Set_09 ( HandleRef  pThis,
HandleRef  info,
HandleRef  arg1,
int  arg2 
) [private]
static internal void Kitware.VTK.vtkInformationExecutivePortKey.vtkInformationExecutivePortKey_ShallowCopy_10 ( HandleRef  pThis,
HandleRef  from,
HandleRef  to 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInformationExecutivePortKey.MRClassNameKey = "30vtkInformationExecutivePortKey" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.


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