Home > ISET > gui > vcGetObjects.m

vcGetObjects

PURPOSE ^

Retrieve cell larray of objects of objType

SYNOPSIS ^

function [obj,nObj] = vcGetObjects(objType)

DESCRIPTION ^

Retrieve cell larray of objects of objType

  [obj,nObj] = vcGetObjects(objType)

   Return the cell array of a particular type of object.  Optionally, the
   total number of objects of this type is returned, too.

  See Also:  vcGetObject, vcGetSelectedObject

 Examples:
  obj = vcGetObjects('PIXEL');
  [obj, nObj] = vcGetObjects('SCENE');

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003