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

vtkBitArrayIterator - Iterator for vtkBitArray. This iterator iterates over a vtkBitArray. It uses the double interface to get/set bit values. More...

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

List of all members.

Public Member Functions

 vtkBitArrayIterator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkBitArrayIterator ()
 Undocumented Block.
vtkAbstractArray GetArray ()
 Get the array.
override int GetDataType ()
 Get the data type from the underlying array.
int GetDataTypeSize ()
 Get the data type size from the underlying array.
int GetNumberOfComponents ()
 Must be called only after Initialize.
int GetNumberOfTuples ()
 Must be called only after Initialize.
int GetNumberOfValues ()
 Must be called only after Initialize.
IntPtr GetTuple (int id)
 Must be called only after Initialize.
int GetValue (int id)
 Must be called only after Initialize.
override void Initialize (vtkAbstractArray array)
 Set the array this iterator will iterate over. After Initialize() has been called, the iterator is valid so long as the Array has not been modified (except using the iterator itself). If the array is modified, the iterator must be re-intialized.
override int IsA (string type)
 Undocumented Block.
new vtkBitArrayIterator NewInstance ()
 Undocumented Block.
void SetValue (int id, int value)
 Sets the value at the index. This does not verify if the index is valid. The caller must ensure that id is less than the maximum number of values.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkBitArrayIterator"
 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 vtkBitArrayIterator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBitArrayIterator_GetArray_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkBitArrayIterator_GetDataType_02 (HandleRef pThis)
static internal int vtkBitArrayIterator_GetDataTypeSize_03 (HandleRef pThis)
static internal int vtkBitArrayIterator_GetNumberOfComponents_04 (HandleRef pThis)
static internal int vtkBitArrayIterator_GetNumberOfTuples_05 (HandleRef pThis)
static internal int vtkBitArrayIterator_GetNumberOfValues_06 (HandleRef pThis)
static internal IntPtr vtkBitArrayIterator_GetTuple_07 (HandleRef pThis, int id)
static internal int vtkBitArrayIterator_GetValue_08 (HandleRef pThis, int id)
static internal void vtkBitArrayIterator_Initialize_09 (HandleRef pThis, HandleRef array)
static internal int vtkBitArrayIterator_IsA_10 (HandleRef pThis, string type)
static internal int vtkBitArrayIterator_IsTypeOf_11 (string type)
static internal IntPtr vtkBitArrayIterator_NewInstance_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBitArrayIterator_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBitArrayIterator_SetValue_15 (HandleRef pThis, int id, int value)

Static Private Member Functions

static vtkBitArrayIterator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkBitArrayIterator - Iterator for vtkBitArray. This iterator iterates over a vtkBitArray. It uses the double interface to get/set bit values.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator ( 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.vtkBitArrayIterator.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.vtkArrayIterator.

Get the array.

Here is the call graph for this function:

override int Kitware.VTK.vtkBitArrayIterator.GetDataType ( ) [virtual]

Get the data type from the underlying array.

Reimplemented from Kitware.VTK.vtkArrayIterator.

Get the data type size from the underlying array.

Must be called only after Initialize.

Must be called only after Initialize.

Must be called only after Initialize.

Must be called only after Initialize.

Must be called only after Initialize.

Set the array this iterator will iterate over. After Initialize() has been called, the iterator is valid so long as the Array has not been modified (except using the iterator itself). If the array is modified, the iterator must be re-intialized.

Reimplemented from Kitware.VTK.vtkArrayIterator.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayIterator.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayIterator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayIterator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayIterator.

Here is the call graph for this function:

void Kitware.VTK.vtkBitArrayIterator.SetValue ( int  id,
int  value 
)

Sets the value at the index. This does not verify if the index is valid. The caller must ensure that id is less than the maximum number of values.

static internal IntPtr Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_GetArray_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_GetDataType_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_GetDataTypeSize_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_GetNumberOfComponents_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_GetNumberOfTuples_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_GetNumberOfValues_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_GetTuple_07 ( HandleRef  pThis,
int  id 
) [private]
static internal int Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_GetValue_08 ( HandleRef  pThis,
int  id 
) [private]
static internal void Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_Initialize_09 ( HandleRef  pThis,
HandleRef  array 
) [private]
static internal int Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_IsA_10 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_IsTypeOf_11 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_NewInstance_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_SafeDownCast_14 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBitArrayIterator.vtkBitArrayIterator_SetValue_15 ( HandleRef  pThis,
int  id,
int  value 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkBitArrayIterator.MRClassNameKey = "19vtkBitArrayIterator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkArrayIterator.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkArrayIterator.


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