Interface MultiPointReader.ExtrasReader
- Enclosing interface:
MultiPointReader
public static interface MultiPointReader.ExtrasReader
Reads the non-central data positions for a MultiPointCoordSet.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
readPoints
(Tuple tuple, double[] dpos0, double[][] dposExtras) Reads the non-central points from a supplied tuple.
-
Method Details
-
readPoints
Reads the non-central points from a supplied tuple. The central data position must be supplied as input.- Parameters:
tuple
- tupledpos0
- nDataDim-element array giving central data positiondposExtras
- [nPointCount][nDataDim]-shaped array into which the non-central data positions will be written- Returns:
- true iff the conversion was successful
-