get_lines.m.html CLAWPACK  
 Source file:   get_lines.m
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.2/matlab
 Converted:   Wed May 30 2012 at 13:02:44   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
function lh = get_lines()

% Internal matlab routine for Clawpack graphics.

ftag = get(gcf,'Tag');

if (~strcmp(ftag,'AMRClawSlicePlot'))
  error('get_lines : Current figure does not contain slice data');
end;

amrplot = get(gcf,'UserData');

lh = amrplot.lines;