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.vtkInformationIterator Class Reference

vtkInformationIterator - Iterates over keys of an information object More...

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

List of all members.

Public Member Functions

 vtkInformationIterator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkInformationIterator ()
 Undocumented Block.
virtual vtkInformationKey GetCurrentKey ()
 Get the current item. Valid only when IsDoneWithTraversal() returns 1.
virtual vtkInformation GetInformation ()
 Set/Get the information to iterator over.
virtual void GoToFirstItem ()
 Move the iterator to the beginning of the collection.
virtual void GoToNextItem ()
 Move the iterator to the next item in the collection.
void InitTraversal ()
 Move the iterator to the beginning of the collection.
override int IsA (string type)
 Undocumented Block.
virtual int IsDoneWithTraversal ()
 Test whether the iterator is currently pointing to a valid item. Returns 1 for yes, 0 for no.
new vtkInformationIterator NewInstance ()
 Undocumented Block.
void SetInformation (vtkInformation arg0)
 Set/Get the information to iterator over.
void SetInformationWeak (vtkInformation arg0)
 Set the function to iterate over. The iterator will not hold a reference to the information object. Can be used to optimize certain places by avoiding garbage collection.

Static Public Member Functions

static new vtkInformationIterator New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkInformationIterator SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkInformationIterator"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkInformationIterator"
 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 vtkInformationIterator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInformationIterator_GetCurrentKey_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInformationIterator_GetInformation_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationIterator_GoToFirstItem_03 (HandleRef pThis)
static internal void vtkInformationIterator_GoToNextItem_04 (HandleRef pThis)
static internal void vtkInformationIterator_InitTraversal_05 (HandleRef pThis)
static internal int vtkInformationIterator_IsA_06 (HandleRef pThis, string type)
static internal int vtkInformationIterator_IsDoneWithTraversal_07 (HandleRef pThis)
static internal int vtkInformationIterator_IsTypeOf_08 (string type)
static internal IntPtr vtkInformationIterator_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInformationIterator_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationIterator_SetInformation_12 (HandleRef pThis, HandleRef arg0)
static internal void vtkInformationIterator_SetInformationWeak_13 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkInformationIterator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInformationIterator - Iterates over keys of an information object

Description vtkInformationIterator can be used to iterate over the keys of an information object. The corresponding values can then be directly obtained from the information object using the keys.

vtkInformation vtkInformationKey


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkInformationIterator.vtkInformationIterator ( 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.vtkInformationIterator.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.vtkObject.

Get the current item. Valid only when IsDoneWithTraversal() returns 1.

Here is the call graph for this function:

Set/Get the information to iterator over.

Here is the call graph for this function:

Move the iterator to the beginning of the collection.

Move the iterator to the next item in the collection.

Move the iterator to the beginning of the collection.

override int Kitware.VTK.vtkInformationIterator.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Test whether the iterator is currently pointing to a valid item. Returns 1 for yes, 0 for no.

static new int Kitware.VTK.vtkInformationIterator.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

Set/Get the information to iterator over.

Set the function to iterate over. The iterator will not hold a reference to the information object. Can be used to optimize certain places by avoiding garbage collection.

static internal IntPtr Kitware.VTK.vtkInformationIterator.vtkInformationIterator_GetCurrentKey_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationIterator.vtkInformationIterator_GetInformation_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationIterator.vtkInformationIterator_GoToFirstItem_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInformationIterator.vtkInformationIterator_GoToNextItem_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkInformationIterator.vtkInformationIterator_InitTraversal_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkInformationIterator.vtkInformationIterator_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkInformationIterator.vtkInformationIterator_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkInformationIterator.vtkInformationIterator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationIterator.vtkInformationIterator_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationIterator.vtkInformationIterator_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationIterator.vtkInformationIterator_SetInformation_12 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkInformationIterator.vtkInformationIterator_SetInformationWeak_13 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInformationIterator.MRClassNameKey = "22vtkInformationIterator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

new const string Kitware.VTK.vtkInformationIterator.MRFullTypeName = "Kitware.VTK.vtkInformationIterator"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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