ActiViz .NET
5.8.0
|
vtkIdListCollection - maintain an unordered list of dataarray objects More...
Public Member Functions | |
vtkIdListCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkIdListCollection () | |
Undocumented Block. | |
void | AddItem (vtkIdList ds) |
Add a dataset to the list. | |
vtkIdList | GetItem (int i) |
Get the ith dataset in the list. | |
vtkIdList | GetNextItem () |
Get the next dataset in the list. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkIdListCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkIdListCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkIdListCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkIdListCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkIdListCollection" |
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 | vtkIdListCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkIdListCollection_AddItem_01 (HandleRef pThis, HandleRef ds) |
static internal IntPtr | vtkIdListCollection_GetItem_02 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkIdListCollection_GetNextItem_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkIdListCollection_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkIdListCollection_IsTypeOf_05 (string type) |
static internal IntPtr | vtkIdListCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkIdListCollection_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkIdListCollection () |
Automatically generated type registration mechanics. |
vtkIdListCollection - maintain an unordered list of dataarray objects
Description vtkIdListCollection is an object that creates and manipulates lists of datasets. See also vtkCollection and subclasses.
static Kitware.VTK.vtkIdListCollection.vtkIdListCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkIdListCollection.vtkIdListCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkIdListCollection.AddItem | ( | vtkIdList | ds | ) |
Add a dataset to the list.
override void Kitware.VTK.vtkIdListCollection.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.vtkCollection.
Get the ith dataset in the list.
Get the next dataset in the list.
override int Kitware.VTK.vtkIdListCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new int Kitware.VTK.vtkIdListCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkIdListCollection Kitware.VTK.vtkIdListCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkIdListCollection Kitware.VTK.vtkIdListCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static internal void Kitware.VTK.vtkIdListCollection.vtkIdListCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | ds | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkIdListCollection.vtkIdListCollection_GetItem_02 | ( | HandleRef | pThis, |
int | i, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkIdListCollection.vtkIdListCollection_GetNextItem_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkIdListCollection.vtkIdListCollection_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkIdListCollection.vtkIdListCollection_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkIdListCollection.vtkIdListCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkIdListCollection.vtkIdListCollection_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkIdListCollection.vtkIdListCollection_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkIdListCollection.MRClassNameKey = "19vtkIdListCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
new const string Kitware.VTK.vtkIdListCollection.MRFullTypeName = "Kitware.VTK.vtkIdListCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.