visad
Interface GriddedDoubleSet
- All Known Implementing Classes:
- Gridded1DDoubleSet, Gridded2DDoubleSet, Gridded3DDoubleSet
public interface GriddedDoubleSet
GriddedDoubleSet is an interface for GriddedSets that have
double-precision samples rather than single-precision samples.
getDoubles
double[][] getDoubles(boolean copy)
throws VisADException
- Throws:
VisADException
indexToDouble
double[][] indexToDouble(int[] index)
throws VisADException
- Throws:
VisADException
doubleToIndex
int[] doubleToIndex(double[][] value)
throws VisADException
- Throws:
VisADException
gridToDouble
double[][] gridToDouble(double[][] grid)
throws VisADException
- Throws:
VisADException
doubleToGrid
double[][] doubleToGrid(double[][] value)
throws VisADException
- Throws:
VisADException
doubleToInterp
void doubleToInterp(double[][] value,
int[][] indices,
double[][] weights)
throws VisADException
- Throws:
VisADException