Uses of Class
visad.data.ArrayCache.DoubleResult

Packages that use ArrayCache.DoubleResult
visad.data Provides for importing data to and exporting data from VisAD. 
 

Uses of ArrayCache.DoubleResult in visad.data
 

Methods in visad.data that return ArrayCache.DoubleResult
 ArrayCache.DoubleResult ArrayCache.get(String key, double[][] input)
          Get the converted value for the specified key and input pairs
 

Methods in visad.data with parameters of type ArrayCache.DoubleResult
 void ArrayCache.put(String key, double[][] input, ArrayCache.DoubleResult results)
          Put the converted value for the specified key and input pairs