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