mrgetimageset.pro


Name:
mrGetImageSet
Syntax:
sets = mrGetImageSet( imageSets, class=string, name=string, count=count )
Arguments:
imageSets
An IDL_Container object which holds objects of class mrImageSet or
mrImageSetDicom
class
The class name to filter
name
The name to filter
count
If set, returns the number of matching imageSet objects in this variable
Return value:
obj_new(), if count==0, a single object if count==1 or an array of object
references, matching the selection criteria
Description:
easier access to a certain image set or class of image sets, given a
container in which the sets are stored.

Last modified: Mon Nov 29 13:30:06 2004