ActiViz .NET
5.8.0
|
vtkInformationRequestKey - Key for pointer to pointer. More...
Public Member Functions | |
vtkInformationRequestKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
override int | Has (vtkInformation info) |
Get/Set the value associated with this key in the given information object. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkInformationRequestKey | NewInstance () |
Undocumented Block. | |
override void | Remove (vtkInformation info) |
Get/Set the value associated with this key in the given information object. | |
void | Set (vtkInformation info) |
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 vtkInformationRequestKey | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInformationRequestKey" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkInformationRequestKey" |
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 int | vtkInformationRequestKey_Has_01 (HandleRef pThis, HandleRef info) |
static internal int | vtkInformationRequestKey_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkInformationRequestKey_IsTypeOf_03 (string type) |
static internal IntPtr | vtkInformationRequestKey_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInformationRequestKey_Remove_05 (HandleRef pThis, HandleRef info) |
static internal IntPtr | vtkInformationRequestKey_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInformationRequestKey_Set_07 (HandleRef pThis, HandleRef info) |
static internal void | vtkInformationRequestKey_ShallowCopy_08 (HandleRef pThis, HandleRef from, HandleRef to) |
Static Private Member Functions | |
static | vtkInformationRequestKey () |
Automatically generated type registration mechanics. |
vtkInformationRequestKey - Key for pointer to pointer.
Description vtkInformationRequestKey is used to represent keys for pointer to pointer values in vtkInformation.h
static Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkInformationRequestKey.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.
override int Kitware.VTK.vtkInformationRequestKey.Has | ( | vtkInformation | info | ) | [virtual] |
Get/Set the value associated with this key in the given information object.
Reimplemented from Kitware.VTK.vtkInformationKey.
override int Kitware.VTK.vtkInformationRequestKey.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
static new int Kitware.VTK.vtkInformationRequestKey.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
override void Kitware.VTK.vtkInformationRequestKey.Remove | ( | vtkInformation | info | ) | [virtual] |
Get/Set the value associated with this key in the given information object.
Reimplemented from Kitware.VTK.vtkInformationKey.
static new vtkInformationRequestKey Kitware.VTK.vtkInformationRequestKey.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
void Kitware.VTK.vtkInformationRequestKey.Set | ( | vtkInformation | info | ) |
Get/Set the value associated with this key in the given information object.
override void Kitware.VTK.vtkInformationRequestKey.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 int Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey_Has_01 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey_Remove_05 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey_Set_07 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationRequestKey.vtkInformationRequestKey_ShallowCopy_08 | ( | HandleRef | pThis, |
HandleRef | from, | ||
HandleRef | to | ||
) | [private] |
new readonly string Kitware.VTK.vtkInformationRequestKey.MRClassNameKey = "24vtkInformationRequestKey" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInformationKey.
new const string Kitware.VTK.vtkInformationRequestKey.MRFullTypeName = "Kitware.VTK.vtkInformationRequestKey" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInformationKey.