ActiViz .NET
5.8.0
|
vtkInformationKeyVectorKey - Key for vector-of-keys values. More...
Public Member Functions | |
vtkInformationKeyVectorKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
void | Append (vtkInformation info, vtkInformationKey value) |
Get/Set the value associated with this key in the given information object. | |
void | AppendUnique (vtkInformation info, vtkInformationKey value) |
Get/Set the value associated with this key in the given information object. | |
vtkInformationKey | 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 vtkInformationKeyVectorKey | NewInstance () |
Undocumented Block. | |
void | RemoveItem (vtkInformation info, vtkInformationKey value) |
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 vtkInformationKeyVectorKey | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInformationKeyVectorKey" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkInformationKeyVectorKey" |
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 | vtkInformationKeyVectorKey_Append_01 (HandleRef pThis, HandleRef info, HandleRef value) |
static internal void | vtkInformationKeyVectorKey_AppendUnique_02 (HandleRef pThis, HandleRef info, HandleRef value) |
static internal IntPtr | vtkInformationKeyVectorKey_Get_03 (HandleRef pThis, HandleRef info, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkInformationKeyVectorKey_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkInformationKeyVectorKey_IsTypeOf_05 (string type) |
static internal int | vtkInformationKeyVectorKey_Length_06 (HandleRef pThis, HandleRef info) |
static internal IntPtr | vtkInformationKeyVectorKey_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInformationKeyVectorKey_RemoveItem_08 (HandleRef pThis, HandleRef info, HandleRef value) |
static internal IntPtr | vtkInformationKeyVectorKey_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInformationKeyVectorKey_ShallowCopy_10 (HandleRef pThis, HandleRef from, HandleRef to) |
Static Private Member Functions | |
static | vtkInformationKeyVectorKey () |
Automatically generated type registration mechanics. |
vtkInformationKeyVectorKey - Key for vector-of-keys values.
Description vtkInformationKeyVectorKey is used to represent keys for vector-of-keys values in vtkInformation.
static Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
void Kitware.VTK.vtkInformationKeyVectorKey.Append | ( | vtkInformation | info, |
vtkInformationKey | value | ||
) |
Get/Set the value associated with this key in the given information object.
void Kitware.VTK.vtkInformationKeyVectorKey.AppendUnique | ( | vtkInformation | info, |
vtkInformationKey | value | ||
) |
Get/Set the value associated with this key in the given information object.
override void Kitware.VTK.vtkInformationKeyVectorKey.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.
vtkInformationKey Kitware.VTK.vtkInformationKeyVectorKey.Get | ( | vtkInformation | info, |
int | idx | ||
) |
Get/Set the value associated with this key in the given information object.
override int Kitware.VTK.vtkInformationKeyVectorKey.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
static new int Kitware.VTK.vtkInformationKeyVectorKey.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.
void Kitware.VTK.vtkInformationKeyVectorKey.RemoveItem | ( | vtkInformation | info, |
vtkInformationKey | value | ||
) |
Get/Set the value associated with this key in the given information object.
static new vtkInformationKeyVectorKey Kitware.VTK.vtkInformationKeyVectorKey.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
override void Kitware.VTK.vtkInformationKeyVectorKey.ShallowCopy | ( | vtkInformation | from, |
vtkInformation | to | ||
) | [virtual] |
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.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_Append_01 | ( | HandleRef | pThis, |
HandleRef | info, | ||
HandleRef | value | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_AppendUnique_02 | ( | HandleRef | pThis, |
HandleRef | info, | ||
HandleRef | value | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_Get_03 | ( | HandleRef | pThis, |
HandleRef | info, | ||
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal int Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_Length_06 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_RemoveItem_08 | ( | HandleRef | pThis, |
HandleRef | info, | ||
HandleRef | value | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationKeyVectorKey.vtkInformationKeyVectorKey_ShallowCopy_10 | ( | HandleRef | pThis, |
HandleRef | from, | ||
HandleRef | to | ||
) | [private] |
new readonly string Kitware.VTK.vtkInformationKeyVectorKey.MRClassNameKey = "26vtkInformationKeyVectorKey" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInformationKey.
new const string Kitware.VTK.vtkInformationKeyVectorKey.MRFullTypeName = "Kitware.VTK.vtkInformationKeyVectorKey" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInformationKey.