uk.ac.starlink.ttools.plot2
Interface AuxReader

All Known Implementing Classes:
FloatingCoordAuxReader

public interface AuxReader

Extracts range information from a plot data.

Since:
4 Feb 2013
Author:
Mark Taylor

Method Summary
 void updateAuxRange(Surface surface, TupleSequence tseq, Range range)
          Called once for each applicable row of a tuple sequence.
 

Method Detail

updateAuxRange

void updateAuxRange(Surface surface,
                    TupleSequence tseq,
                    Range range)
Called once for each applicable row of a tuple sequence. Each call may extend the given range.

Parameters:
surface - plot data destination surface
tseq - plot data supplier
range - range object to be updated with range information


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.