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