mars_orthviews Display Orthogonal Views of a Normalized Image
SOURCE CODE
0001 function c = centre(obj, val)
0002 % centre method - sets / returns centre of ROI in mm
0003 %
0004 % $Id$
0005
0006 if nargin > 1
0007 obj.centre = val;
0008 end
0009 c = obj.centre;