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

vtkInformationStringVectorKey - Key for String vector values. More...

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

List of all members.

Public Member Functions

 vtkInformationStringVectorKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void Append (vtkInformation info, string value)
 Get/Set the value associated with this key in the given information object.
string Get (vtkInformation info, int idx)
 Get/Set the value associated with this key in the given information object.
override int IsA (string type)
 Undocumented Block.
int Length (vtkInformation info)
 Get/Set the value associated with this key in the given information object.
new vtkInformationStringVectorKey NewInstance ()
 Undocumented Block.
void Set (vtkInformation info, string value, int idx)
 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
vtkInformationStringVectorKey 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "29vtkInformationStringVectorKey"
 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 vtkInformationStringVectorKey_Append_01 (HandleRef pThis, HandleRef info, string value)
static internal IntPtr vtkInformationStringVectorKey_Get_02 (HandleRef pThis, HandleRef info, int idx)
static internal int vtkInformationStringVectorKey_IsA_03 (HandleRef pThis, string type)
static internal int vtkInformationStringVectorKey_IsTypeOf_04 (string type)
static internal int vtkInformationStringVectorKey_Length_05 (HandleRef pThis, HandleRef info)
static internal IntPtr vtkInformationStringVectorKey_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInformationStringVectorKey_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationStringVectorKey_Set_08 (HandleRef pThis, HandleRef info, string value, int idx)
static internal void vtkInformationStringVectorKey_ShallowCopy_09 (HandleRef pThis, HandleRef from, HandleRef to)

Static Private Member Functions

static vtkInformationStringVectorKey ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInformationStringVectorKey - Key for String vector values.

Description vtkInformationStringVectorKey is used to represent keys for String vector values in vtkInformation.h


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

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

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

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

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Here is the call graph for this function:

void Kitware.VTK.vtkInformationStringVectorKey.Set ( vtkInformation  info,
string  value,
int  idx 
)

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.vtkInformationStringVectorKey.vtkInformationStringVectorKey_Append_01 ( HandleRef  pThis,
HandleRef  info,
string  value 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationStringVectorKey.vtkInformationStringVectorKey_Get_02 ( HandleRef  pThis,
HandleRef  info,
int  idx 
) [private]
static internal int Kitware.VTK.vtkInformationStringVectorKey.vtkInformationStringVectorKey_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkInformationStringVectorKey.vtkInformationStringVectorKey_Length_05 ( HandleRef  pThis,
HandleRef  info 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationStringVectorKey.vtkInformationStringVectorKey_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationStringVectorKey.vtkInformationStringVectorKey_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationStringVectorKey.vtkInformationStringVectorKey_Set_08 ( HandleRef  pThis,
HandleRef  info,
string  value,
int  idx 
) [private]
static internal void Kitware.VTK.vtkInformationStringVectorKey.vtkInformationStringVectorKey_ShallowCopy_09 ( HandleRef  pThis,
HandleRef  from,
HandleRef  to 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInformationStringVectorKey.MRClassNameKey = "29vtkInformationStringVectorKey" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.


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