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 $
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;