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.


Method Summary
 double[][] doubleToGrid(double[][] value)
           
 int[] doubleToIndex(double[][] value)
           
 void doubleToInterp(double[][] value, int[][] indices, double[][] weights)
           
 double[][] getDoubles(boolean copy)
           
 double[][] gridToDouble(double[][] grid)
           
 double[][] indexToDouble(int[] index)
           
 

Method Detail

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