ActiViz .NET
5.8.0
|
vtkInformationQuadratureSchemeDefinitionVectorKey - Key for vtkQuadratureSchemeDefinition vector values. More...
Public Member Functions | |
vtkInformationQuadratureSchemeDefinitionVectorKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
void | Append (vtkInformation info, vtkQuadratureSchemeDefinition value) |
Put the value on the back of the vector, with reference counting. | |
void | Clear (vtkInformation info) |
Clear the vector. | |
override void | DeepCopy (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. | |
vtkQuadratureSchemeDefinition | Get (vtkInformation info, int idx) |
Get the vtkQuadratureSchemeDefinition at a specific location in the vector. | |
override int | IsA (string type) |
Undocumented Block. | |
int | Length (vtkInformation info) |
Get the vector's length. | |
new vtkInformationQuadratureSchemeDefinitionVectorKey | NewInstance () |
Undocumented Block. | |
void | Resize (vtkInformation info, int n) |
Resize (extend) the vector to hold n objects. Any new elements created will be null initialized. | |
int | RestoreState (vtkInformation info, vtkXMLDataElement element) |
Load key/value pairs from an XML state representation created with SaveState. Duplicate keys will generate a fatal error. | |
int | SaveState (vtkInformation info, vtkXMLDataElement element) |
Generate an XML representation of the object. Each key/value pair will be nested in the resulting XML hierarchy. The element passed in is assumed to be empty. | |
void | Set (vtkInformation info, vtkQuadratureSchemeDefinition value, int i) |
Set element i of the vector to value. Resizes the vector if needed. | |
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. | |
int | Size (vtkInformation info) |
Get the vector's length. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkInformationQuadratureSchemeDefinitionVectorKey | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "49vtkInformationQuadratureSchemeDefinitionVectorKey" |
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 | vtkInformationQuadratureSchemeDefinitionVectorKey_Append_01 (HandleRef pThis, HandleRef info, HandleRef value) |
static internal void | vtkInformationQuadratureSchemeDefinitionVectorKey_Clear_02 (HandleRef pThis, HandleRef info) |
static internal void | vtkInformationQuadratureSchemeDefinitionVectorKey_DeepCopy_03 (HandleRef pThis, HandleRef from, HandleRef to) |
static internal IntPtr | vtkInformationQuadratureSchemeDefinitionVectorKey_Get_04 (HandleRef pThis, HandleRef info, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkInformationQuadratureSchemeDefinitionVectorKey_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkInformationQuadratureSchemeDefinitionVectorKey_IsTypeOf_06 (string type) |
static internal int | vtkInformationQuadratureSchemeDefinitionVectorKey_Length_07 (HandleRef pThis, HandleRef info) |
static internal IntPtr | vtkInformationQuadratureSchemeDefinitionVectorKey_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInformationQuadratureSchemeDefinitionVectorKey_Resize_09 (HandleRef pThis, HandleRef info, int n) |
static internal int | vtkInformationQuadratureSchemeDefinitionVectorKey_RestoreState_10 (HandleRef pThis, HandleRef info, HandleRef element) |
static internal IntPtr | vtkInformationQuadratureSchemeDefinitionVectorKey_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkInformationQuadratureSchemeDefinitionVectorKey_SaveState_12 (HandleRef pThis, HandleRef info, HandleRef element) |
static internal void | vtkInformationQuadratureSchemeDefinitionVectorKey_Set_13 (HandleRef pThis, HandleRef info, HandleRef value, int i) |
static internal void | vtkInformationQuadratureSchemeDefinitionVectorKey_ShallowCopy_14 (HandleRef pThis, HandleRef from, HandleRef to) |
static internal int | vtkInformationQuadratureSchemeDefinitionVectorKey_Size_15 (HandleRef pThis, HandleRef info) |
Static Private Member Functions | |
static | vtkInformationQuadratureSchemeDefinitionVectorKey () |
Automatically generated type registration mechanics. |
vtkInformationQuadratureSchemeDefinitionVectorKey - Key for vtkQuadratureSchemeDefinition vector values.
Description vtkInformationQuadratureSchemeDefinitionVectorKey is used to represent keys for double vector values in vtkInformation.h. NOTE the interface in this key differs from that in other similar keys because of our internal use of smart pointers.
static Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Append | ( | vtkInformation | info, |
vtkQuadratureSchemeDefinition | value | ||
) |
Put the value on the back of the vector, with reference counting.
Clear the vector.
override void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.DeepCopy | ( | 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.
override void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.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.
vtkQuadratureSchemeDefinition Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Get | ( | vtkInformation | info, |
int | idx | ||
) |
Get the vtkQuadratureSchemeDefinition at a specific location in the vector.
override int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
static new int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
Get the vector's length.
new vtkInformationQuadratureSchemeDefinitionVectorKey Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Resize | ( | vtkInformation | info, |
int | n | ||
) |
Resize (extend) the vector to hold n objects. Any new elements created will be null initialized.
int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.RestoreState | ( | vtkInformation | info, |
vtkXMLDataElement | element | ||
) |
Load key/value pairs from an XML state representation created with SaveState. Duplicate keys will generate a fatal error.
static new vtkInformationQuadratureSchemeDefinitionVectorKey Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInformationKey.
int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.SaveState | ( | vtkInformation | info, |
vtkXMLDataElement | element | ||
) |
Generate an XML representation of the object. Each key/value pair will be nested in the resulting XML hierarchy. The element passed in is assumed to be empty.
void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Set | ( | vtkInformation | info, |
vtkQuadratureSchemeDefinition | value, | ||
int | i | ||
) |
Set element i of the vector to value. Resizes the vector if needed.
override void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.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.
Get the vector's length.
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Append_01 | ( | HandleRef | pThis, |
HandleRef | info, | ||
HandleRef | value | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Clear_02 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_DeepCopy_03 | ( | HandleRef | pThis, |
HandleRef | from, | ||
HandleRef | to | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Get_04 | ( | HandleRef | pThis, |
HandleRef | info, | ||
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Length_07 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Resize_09 | ( | HandleRef | pThis, |
HandleRef | info, | ||
int | n | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_RestoreState_10 | ( | HandleRef | pThis, |
HandleRef | info, | ||
HandleRef | element | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_SaveState_12 | ( | HandleRef | pThis, |
HandleRef | info, | ||
HandleRef | element | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Set_13 | ( | HandleRef | pThis, |
HandleRef | info, | ||
HandleRef | value, | ||
int | i | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_ShallowCopy_14 | ( | HandleRef | pThis, |
HandleRef | from, | ||
HandleRef | to | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Size_15 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
new readonly string Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.MRClassNameKey = "49vtkInformationQuadratureSchemeDefinitionVectorKey" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInformationKey.
new const string Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.MRFullTypeName = "Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInformationKey.