GetInt16View Data Member Function

Returns a pointer to an <Int16ArrayView> 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 Int16ArrayView view = image.GetInt16View();

Prototype

Int16ArrayView GetInt16View()

Examples

Copy Text To Clipboard

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