Uses of Class
visad.data.ArrayCache.FloatResult

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

Uses of ArrayCache.FloatResult in visad.data
 

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

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