Home > marsbar > @maroi_pointlist > is_empty_roi.m

is_empty_roi

PURPOSE ^

is_empty_roi - returns true if ROI contains no volume

SYNOPSIS ^

function tf = is_empty_roi(o)

DESCRIPTION ^

 is_empty_roi - returns true if ROI contains no volume

 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function tf = is_empty_roi(o)
0002 % is_empty_roi - returns true if ROI contains no volume
0003 %
0004 % $Id$
0005 
0006 tf = isempty(o.XYZ);

Generated on Wed 11-May-2022 16:26:09 by m2html © 2003-2019