Non-class Attachment Functions Creating Classes

Non-class Creator Functions


The functions below construct class objects outside of the class. These functions create a new, default class object identical to that created using the class constructor method. For example, the new_image function creates a CImage object identical to that created by the CImage:new method. Each of these functions returns a new instance of its class object.

To attach a class object to a window or data displayed on the Mira desktop, see the Non-class Attachment Functions.

Non-class Creator Functions

new_apphot

Creates a CApphot class object.

new_array

Creates a CArray class object.

new_centroid

Creates a CCentroid class object.

new_colorref

Creates a CApphot class object.

new_file

Creates a CFile class object.

new_filedlg

Creates a CFileDlg class object.

new_filelist

Creates a CFileList class object.

new_findfiles

Creates a CFindFiles class object.

new_fwhm

Creates a CFwhm class object.

new_grid

Creates a CGrid class object.

new_griddlg

Creates a CGridDlg class object within the CGrid class.

new_griddlgmodal

Creates a CGridDlgModal object within the CGrid class.

new_gridview

Creates a CGridView class object.

new_histogram

Creates a CHistogram class object.

new_image

Creates a CImage class object.

new_imageset

Creates a CImageSet class object.

new_imageview

Creates a CImageView class object.

new_imcombine

Creates a CImCombine class object.

new_imextract

Creates a CImExtract class object.

new_labels

Creates a CLabels class object.

new_lsqfit

Creates a CLsqFIt class object.

new_matrix

Creates a CMatrix class object.

new_measureangles

Creates a CMeasureAngles class object.

new_measurelines

Creates a CMeasureLines class object.

new_measurepoints

Creates a CMeasurePoints class object.

new_measureregions

Creates a CMeasureRegions class object.

new_plot

Creates a CPlot class object.

new_plotview

Creates a CPlotView class object.

new_point

Creates a CPoint class object.

new_rect

Creates a CRect class object.

new_registry

Creates a CRegistry class object.

new_set

Creates a CSet class object.

new_splitpath

Creates a CSplitpath class object.

new_stats

Creates a CStats class object.

new_strtok

Creates a CStrTok class object.

new_textview

Creates a CTextView class object.

new_valueset

Creates a CValueSet class object.

Related Topics

Contents

Script Classes

Non-class Attachment Functions

 


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