Non-class Creator Functions
The functions below construct class objects outside of the class. Each class contains methods that do the same thing, but require calling the class new method beforehand. For example, new_image constructs a CImage object in the same way as the class method CImage:new(). The first group of Non-class Creator Functions create a new class object. The second group of Non-class Attachment Functions attach to data already displayed on the Mira desktop and returns a class object attached to the data.
Each of these functions returns a new instance of its class object without using the class new method.
Creates a CApphot class object. |
|
Creates a CArray class object. |
|
Creates a CCentroid class object. |
|
Creates a CApphot class object. |
|
Creates a CFile class object. |
|
Creates a CFileDlg class object. |
|
Creates a CFileList class object. |
|
Creates a CFindFiles class object. |
|
Creates a CFwhm class object. |
|
Creates a CGrid class object. |
|
Creates a CGridDlg class object within the CGrid class. |
|
Creates a CGridDlgModal object within the CGrid class. |
|
Creates a CGridView class object. |
|
Creates a CHistogram class object. |
|
Creates a CImage class object. |
|
Creates a CImageSet class object. |
|
Creates a CImageView class object. |
|
Creates a CImCombine class object. |
|
Creates a CImExtract class object. |
|
Creates a CLabels class object. |
|
Creates a CLsqFIt class object. |
|
Creates a CMatrix class object. |
|
Creates a CMeasureAngles class object. |
|
Creates a CMeasureLines class object. |
|
Creates a CMeasurePoints class object. |
|
Creates a CMeasureRegions class object. |
|
Creates a CPlot class object. |
|
Creates a CPlotView class object. |
|
Creates a CPoint class object. |
|
Creates a CRect class object. |
|
Creates a CRegistry class object. |
|
Creates a CSet class object. |
|
Creates a CSplitpath class object. |
|
Creates a CStats class object. |
|
Creates a CStrTok class object. |
|
Creates a CTextView class object. |
|
Creates a CValueSet class object. |
Functions in this group create a new instance of a class object by attaching to the data displayed on the Mira desktop.
Attaches to the grid control in a Report Window and returns a new CGridView class object. |
|
Attaches to the Report Window selected from a list of all open Report Windows and returns a new CGridView class object. |
|
Attaches to an image selected from a list of all images in all open Image Windows and returns a new CImage class object. |
|
Attaches to an Image Window and returns a new CImageView class object. |
|
Attaches to an Image Window selected from a list of all open Image Windows and returns a new CImageView class object. |
|
Attaches to a Plot Window and returns a new CPlotView class object. |
|
Attaches to a Plot Window selected from a list of all open Plot Windows and returns a new CPlotView class object. |
|
Attaches to a a Text Window and returns a new CTextView class object. |
|
Attaches to a Text Window selected from a list of all open Text Windows and returns a new CTextView class object. |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.