ActiViz .NET
5.8.0
|
vtkInformationDoubleVectorKey - Key for double vector values. More...
Public Member Functions | |
vtkInformationDoubleVectorKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
void | Append (vtkInformation info, double value) |
Get/Set the value associated with this key in the given information object. | |
IntPtr | Get (vtkInformation info) |
Get/Set the value associated with this key in the given information object. | |
double | Get (vtkInformation info, int idx) |
Get/Set the value associated with this key in the given information object. | |
void | Get (vtkInformation info, IntPtr value) |
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 vtkInformationDoubleVectorKey | NewInstance () |
Undocumented Block. | |
void | Set (vtkInformation info, IntPtr value, int length) |
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 vtkInformationDoubleVectorKey | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInformationDoubleVectorKey" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkInformationDoubleVectorKey" |
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 | vtkInformationDoubleVectorKey_Append_01 (HandleRef pThis, HandleRef info, double value) |
static internal IntPtr | vtkInformationDoubleVectorKey_Get_02 (HandleRef pThis, HandleRef info) |
static internal double | vtkInformationDoubleVectorKey_Get_03 (HandleRef pThis, HandleRef info, int idx) |
static internal void | vtkInformationDoubleVectorKey_Get_04 (HandleRef pThis, HandleRef info, IntPtr value) |
static internal int | vtkInformationDoubleVectorKey_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkInformationDoubleVectorKey_IsTypeOf_06 (string type) |
static internal int | vtkInformationDoubleVectorKey_Length_07 (HandleRef pThis, HandleRef info) |
static internal IntPtr | vtkInformationDoubleVectorKey_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkInformationDoubleVectorKey_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInformationDoubleVectorKey_Set_10 (HandleRef pThis, HandleRef info, IntPtr value, int length) |
static internal void | vtkInformationDoubleVectorKey_ShallowCopy_11 (HandleRef pThis, HandleRef from, HandleRef to) |
Static Private Member Functions | |
static | vtkInformationDoubleVectorKey () |
Automatically generated type registration mechanics. |
vtkInformationDoubleVectorKey - Key for double vector values.
Description vtkInformationDoubleVectorKey is used to represent keys for double vector values in vtkInformation.h
static Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
void Kitware.VTK.vtkInformationDoubleVectorKey.Append | ( | vtkInformation | info, |
double | value | ||
) |
Get/Set the value associated with this key in the given information object.
override void Kitware.VTK.vtkInformationDoubleVectorKey.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.
IntPtr Kitware.VTK.vtkInformationDoubleVectorKey.Get | ( | vtkInformation | info | ) |
Get/Set the value associated with this key in the given information object.
double Kitware.VTK.vtkInformationDoubleVectorKey.Get | ( | vtkInformation | info, |
int | idx | ||
) |
Get/Set the value associated with this key in the given information object.
void Kitware.VTK.vtkInformationDoubleVectorKey.Get | ( | vtkInformation | info, |
IntPtr | value | ||
) |
Get/Set the value associated with this key in the given information object.
override int Kitware.VTK.vtkInformationDoubleVectorKey.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
static new int Kitware.VTK.vtkInformationDoubleVectorKey.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.
static new vtkInformationDoubleVectorKey Kitware.VTK.vtkInformationDoubleVectorKey.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
void Kitware.VTK.vtkInformationDoubleVectorKey.Set | ( | vtkInformation | info, |
IntPtr | value, | ||
int | length | ||
) |
Get/Set the value associated with this key in the given information object.
override void Kitware.VTK.vtkInformationDoubleVectorKey.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.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_Append_01 | ( | HandleRef | pThis, |
HandleRef | info, | ||
double | value | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_Get_02 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal double Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_Get_03 | ( | HandleRef | pThis, |
HandleRef | info, | ||
int | idx | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_Get_04 | ( | HandleRef | pThis, |
HandleRef | info, | ||
IntPtr | value | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal int Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_Length_07 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_Set_10 | ( | HandleRef | pThis, |
HandleRef | info, | ||
IntPtr | value, | ||
int | length | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationDoubleVectorKey.vtkInformationDoubleVectorKey_ShallowCopy_11 | ( | HandleRef | pThis, |
HandleRef | from, | ||
HandleRef | to | ||
) | [private] |
new readonly string Kitware.VTK.vtkInformationDoubleVectorKey.MRClassNameKey = "29vtkInformationDoubleVectorKey" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInformationKey.
new const string Kitware.VTK.vtkInformationDoubleVectorKey.MRFullTypeName = "Kitware.VTK.vtkInformationDoubleVectorKey" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInformationKey.