ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkDataArrayCollectionIterator Class Reference

vtkDataArrayCollectionIterator - iterator through a vtkDataArrayCollection. More...

Inheritance diagram for Kitware.VTK.vtkDataArrayCollectionIterator:
[legend]
Collaboration diagram for Kitware.VTK.vtkDataArrayCollectionIterator:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollectionIterator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollectionIterator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollectionIterator.

Here is the call graph for this function:

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 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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: