ActiViz .NET
5.8.0
|
vtkDataArrayCollectionIterator - iterator through a vtkDataArrayCollection. More...
Public Member Functions | |
vtkDataArrayCollectionIterator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDataArrayCollectionIterator () | |
Undocumented Block. | |
vtkDataArray | GetDataArray () |
Get the item at the current iterator position. Valid only when IsDoneWithTraversal() returns 1. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDataArrayCollectionIterator | NewInstance () |
Undocumented Block. | |
override void | SetCollection (vtkCollection arg0) |
Set the collection over which to iterate. | |
void | SetCollection (vtkDataArrayCollection arg0) |
Set the collection over which to iterate. | |
Static Public Member Functions | |
static new vtkDataArrayCollectionIterator | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDataArrayCollectionIterator | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDataArrayCollectionIterator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "30vtkDataArrayCollectionIterator" |
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 | vtkDataArrayCollectionIterator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataArrayCollectionIterator_GetDataArray_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDataArrayCollectionIterator_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkDataArrayCollectionIterator_IsTypeOf_03 (string type) |
static internal IntPtr | vtkDataArrayCollectionIterator_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataArrayCollectionIterator_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataArrayCollectionIterator_SetCollection_07 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkDataArrayCollectionIterator_SetCollection_08 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkDataArrayCollectionIterator () |
Automatically generated type registration mechanics. |
vtkDataArrayCollectionIterator - iterator through a vtkDataArrayCollection.
Description vtkDataArrayCollectionIterator provides an implementation of vtkCollectionIterator which allows the items to be retrieved with the proper subclass pointer type for vtkDataArrayCollection.
static Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDataArrayCollectionIterator.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.vtkCollectionIterator.
Get the item at the current iterator position. Valid only when IsDoneWithTraversal() returns 1.
override int Kitware.VTK.vtkDataArrayCollectionIterator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollectionIterator.
static new int Kitware.VTK.vtkDataArrayCollectionIterator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollectionIterator.
static new vtkDataArrayCollectionIterator Kitware.VTK.vtkDataArrayCollectionIterator.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollectionIterator.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollectionIterator.
static new vtkDataArrayCollectionIterator Kitware.VTK.vtkDataArrayCollectionIterator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollectionIterator.
override void Kitware.VTK.vtkDataArrayCollectionIterator.SetCollection | ( | vtkCollection | arg0 | ) | [virtual] |
Set the collection over which to iterate.
Reimplemented from Kitware.VTK.vtkCollectionIterator.
Set the collection over which to iterate.
static internal IntPtr Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_GetDataArray_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_SetCollection_07 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataArrayCollectionIterator.vtkDataArrayCollectionIterator_SetCollection_08 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkDataArrayCollectionIterator.MRClassNameKey = "30vtkDataArrayCollectionIterator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollectionIterator.
new const string Kitware.VTK.vtkDataArrayCollectionIterator.MRFullTypeName = "Kitware.VTK.vtkDataArrayCollectionIterator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollectionIterator.