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