returns 1 if wvimg data has been written as vol to disk $Id: is_wt_written.m,v 1.1 2005/04/06 22:31:41 matthewbrett Exp $
0001 function procf = is_wt_written(obj) 0002 % returns 1 if wvimg data has been written as vol to disk 0003 % 0004 % $Id: is_wt_written.m,v 1.1 2005/04/06 22:31:41 matthewbrett Exp $ 0005 0006 procf = ~isstruct(obj.img) & obj.wtf;