Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » MemoryPointer » TypedIterator » Int16Iterator |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| <Int16Iterator> | Int16Iterator | 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. |
| <Int16Array> | CastInt16Array | Returns a pointer to a <Int16Array> object if and only if this iterator was originally bound to a <Int16Array> object. |
| <Int16Vector> | CastInt16Vector | Returns a pointer to a <Int16Vector> object if and only if this iterator was originally bound to a <Int16Vector> object. |
| <Int16VectorArray> | CastInt16VectorArray | Returns a pointer to a <Int16VectorArray> object if and only if this iterator was originally bound to a <Int16VectorArray> object. |
Object members are as follows: