Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images |
showname | in | Show name of image assocoated with tool | |
Allowed: | T or F | ||
Default: | F | ||
showclosed | in | Include tool in list even if closed | |
Allowed: | T or F | ||
Default: | T |
This (global) function retuns a list of the names of the image tools currently in Global name space. You can optionally list the names of the images (in parentheses) associated with the Image tools as well.
- im1:=image('myimage') - im2 := imagefromshape(shape=[10,10]) - - imagetools() im1 im2 - imagetools(showname=T) im1(myimage) im2(Temporary_Image) - im2.close() - imagetools(showclosed=F) im1 - imagedones()