CImageSet Class


The CImageSet class manages a list of CImage objects. This class contains methods for working with the members of the Image Set. Other classes such as CImCombine use CImageSet for collecting source images to process.

Usage

Construction

Object = CImageSet:new()

Destruction

Object:delete()

Creation - Non-class Functions

This function is normally used to create a new CImageSet object as an alternative to the class-based new method A new CImageSet object is also returned by the GetImageSet method of the CImageView class.

new_imageset

Creates a new instance of the CImageSet class.

Construction and Destruction - Class Methods

new

Creates a new instance of the CImageSet class

delete

Deletes the instance of the CImageSet object.

Copy

Copies the CImageSet to a new CImageSet

Operations

Append

Appends a CImage at the end of the set.

Count

Returns the number of CImage objects in the set.

GetImage

Returns the CImage from the specified set index.

Insert

Inserts a CImage at a specified set index.

RemoveAt

Removes the CImage at a specified set index.

RemoveFirst

Removes the CImage from the head of the set.

RemoveLast

Removes the CImage from the tail of the set.

Remove

Removes the CImage object from the set.

Related Topics

Script Classes, CImage class, CImCombine


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