Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » MemoryPointer » TypedIterator » Int8Iterator |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| <Int8Iterator> | Int8Iterator | 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. |
| <Int8Array> | CastInt8Array | Returns a pointer to a <Int8Array> object if and only if this iterator was originally bound to a <Int8Array> object. |
| <Int8Vector> | CastInt8Vector | Returns a pointer to a <Int8Vector> object if and only if this iterator was originally bound to a <Int8Vector> object. |
| <Int8VectorArray> | CastInt8VectorArray | Returns a pointer to a <Int8VectorArray> object if and only if this iterator was originally bound to a <Int8VectorArray> object. |
Object members are as follows: