ActiViz .NET
5.8.0
|
vtkInformationVector - Store zero or more vtkInformation instances. More...
Public Member Functions | |
vtkInformationVector (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkInformationVector () | |
Undocumented Block. | |
override void | Register (vtkObjectBase o) |
Initiate garbage collection when a reference is removed. | |
void | Append (vtkInformation info) |
Append/Remove an information object. | |
void | Copy (vtkInformationVector from, int deep) |
Copy all information entries from the given vtkInformation instance. Any previously existing entries are removed. If deep==1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created). | |
vtkInformation | GetInformationObject (int index) |
Get/Set the vtkInformation instance stored at the given index in the vector. The vector will automatically expand to include the index given if necessary. Missing entries in-between will be filled with empty vtkInformation instances. | |
int | GetNumberOfInformationObjects () |
Get/Set the number of information objects in the vector. Setting the number to larger than the current number will create empty vtkInformation instances. Setting the number to smaller than the current number will remove entries from higher indices. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkInformationVector | NewInstance () |
Undocumented Block. | |
void | Remove (vtkInformation info) |
Append/Remove an information object. | |
void | SetInformationObject (int index, vtkInformation info) |
Get/Set the vtkInformation instance stored at the given index in the vector. The vector will automatically expand to include the index given if necessary. Missing entries in-between will be filled with empty vtkInformation instances. | |
void | SetNumberOfInformationObjects (int n) |
Get/Set the number of information objects in the vector. Setting the number to larger than the current number will create empty vtkInformation instances. Setting the number to smaller than the current number will remove entries from higher indices. | |
Static Public Member Functions | |
static new vtkInformationVector | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkInformationVector | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInformationVector" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkInformationVector" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Initiate garbage collection when a reference is removed. | |
Private Member Functions | |
static internal IntPtr | vtkInformationVector_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInformationVector_Register_09 (HandleRef pThis, HandleRef o) |
static internal void | vtkInformationVector_UnRegister_14 (HandleRef pThis, HandleRef o) |
static internal void | vtkInformationVector_Append_01 (HandleRef pThis, HandleRef info) |
static internal void | vtkInformationVector_Copy_02 (HandleRef pThis, HandleRef from, int deep) |
static internal IntPtr | vtkInformationVector_GetInformationObject_03 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkInformationVector_GetNumberOfInformationObjects_04 (HandleRef pThis) |
static internal int | vtkInformationVector_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkInformationVector_IsTypeOf_06 (string type) |
static internal IntPtr | vtkInformationVector_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInformationVector_Remove_10 (HandleRef pThis, HandleRef info) |
static internal IntPtr | vtkInformationVector_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInformationVector_SetInformationObject_12 (HandleRef pThis, int index, HandleRef info) |
static internal void | vtkInformationVector_SetNumberOfInformationObjects_13 (HandleRef pThis, int n) |
Static Private Member Functions | |
static | vtkInformationVector () |
Automatically generated type registration mechanics. |
vtkInformationVector - Store zero or more vtkInformation instances.
Description
static Kitware.VTK.vtkInformationVector.vtkInformationVector | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInformationVector.vtkInformationVector | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkInformationVector.Append | ( | vtkInformation | info | ) |
Append/Remove an information object.
void Kitware.VTK.vtkInformationVector.Copy | ( | vtkInformationVector | from, |
int | deep | ||
) |
Copy all information entries from the given vtkInformation instance. Any previously existing entries are removed. If deep==1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).
override void Kitware.VTK.vtkInformationVector.Dispose | ( | bool | disposing | ) | [protected] |
Initiate garbage collection when a reference is removed.
Reimplemented from Kitware.VTK.vtkObject.
Get/Set the vtkInformation instance stored at the given index in the vector. The vector will automatically expand to include the index given if necessary. Missing entries in-between will be filled with empty vtkInformation instances.
Get/Set the number of information objects in the vector. Setting the number to larger than the current number will create empty vtkInformation instances. Setting the number to smaller than the current number will remove entries from higher indices.
override int Kitware.VTK.vtkInformationVector.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkInformationVector.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkInformationVector Kitware.VTK.vtkInformationVector.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
override void Kitware.VTK.vtkInformationVector.Register | ( | vtkObjectBase | o | ) | [virtual] |
Initiate garbage collection when a reference is removed.
Reimplemented from Kitware.VTK.vtkObjectBase.
void Kitware.VTK.vtkInformationVector.Remove | ( | vtkInformation | info | ) |
Append/Remove an information object.
static new vtkInformationVector Kitware.VTK.vtkInformationVector.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
void Kitware.VTK.vtkInformationVector.SetInformationObject | ( | int | index, |
vtkInformation | info | ||
) |
Get/Set the vtkInformation instance stored at the given index in the vector. The vector will automatically expand to include the index given if necessary. Missing entries in-between will be filled with empty vtkInformation instances.
Get/Set the number of information objects in the vector. Setting the number to larger than the current number will create empty vtkInformation instances. Setting the number to smaller than the current number will remove entries from higher indices.
static internal void Kitware.VTK.vtkInformationVector.vtkInformationVector_Append_01 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationVector.vtkInformationVector_Copy_02 | ( | HandleRef | pThis, |
HandleRef | from, | ||
int | deep | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationVector.vtkInformationVector_GetInformationObject_03 | ( | HandleRef | pThis, |
int | index, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationVector.vtkInformationVector_GetNumberOfInformationObjects_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkInformationVector.vtkInformationVector_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInformationVector.vtkInformationVector_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationVector.vtkInformationVector_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationVector.vtkInformationVector_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationVector.vtkInformationVector_Register_09 | ( | HandleRef | pThis, |
HandleRef | o | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationVector.vtkInformationVector_Remove_10 | ( | HandleRef | pThis, |
HandleRef | info | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInformationVector.vtkInformationVector_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationVector.vtkInformationVector_SetInformationObject_12 | ( | HandleRef | pThis, |
int | index, | ||
HandleRef | info | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationVector.vtkInformationVector_SetNumberOfInformationObjects_13 | ( | HandleRef | pThis, |
int | n | ||
) | [private] |
static internal void Kitware.VTK.vtkInformationVector.vtkInformationVector_UnRegister_14 | ( | HandleRef | pThis, |
HandleRef | o | ||
) | [private] |
new readonly string Kitware.VTK.vtkInformationVector.MRClassNameKey = "20vtkInformationVector" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkInformationVector.MRFullTypeName = "Kitware.VTK.vtkInformationVector" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.