new_imageset


The new_imageset function is a non-class version of the CImageSet:new method which creates and returns a new CImageSet object.

Example

S = new_imageset()

-- create a new instance of S of the CImageSet class.

  ...

-- other uses of S go here, between new and delete.

S:delete()

-- delete the object and its associated memory.

Related Topics

CImageSet class, new, delete


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.