Home > phiwave > @phiw_wvimg > isproc.m

isproc

PURPOSE ^

returns 1 if wvimg data is ready for access, 0 otherwise

SYNOPSIS ^

function procf = isproc(obj)

DESCRIPTION ^

 returns 1 if wvimg data is ready for access, 0 otherwise

 $Id: isproc.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function procf = isproc(obj)
0002 % returns 1 if wvimg data is ready for access, 0 otherwise
0003 %
0004 % $Id: isproc.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $
0005   
0006 procf = ~isstruct(obj.img) & obj.wtf;

Generated on Wed 06-Jul-2005 18:07:21 by m2html © 2003