GetInt8View Data Member Function

Returns a pointer to an <Int8ArrayView> object with iterators to the beginning and end of the <Image> object. This object is allocated with new so you must declare with auto. For example: auto Int8ArrayView view = image.GetInt8View();

Prototype

Int8ArrayView GetInt8View()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.