Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » MemoryPointer » TypedIterator » Int32Iterator |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| <Int32Iterator> | Int32Iterator | The constructor, which is used to initialize this object to represent an iterator that points at a single, primitive value. |
| <Image> | CastImage | Returns a pointer to an <Image> object if and only if this iterator was originally bound to an <Image> object. |
| <Int32Array> | CastInt32Array | Returns a pointer to a <Int32Array> object if and only if this iterator was originally bound to a <Int32Array> object. |
| <Int32Vector> | CastInt32Vector | Returns a pointer to a <Int32Vector> object if and only if this iterator was originally bound to a <Int32Vector> object. |
| <Int32VectorArray> | CastInt32VectorArray | Returns a pointer to a <Int32VectorArray> object if and only if this iterator was originally bound to a <Int32VectorArray> object. |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| int32 | Data | Sets or gets the primitive value stored by this object, or zero if this object has not been initialized with a scalar value. |
| int32 | Value | Returns the value at the iterator's current position. |