Uses of Class
visad.FunctionImpl

Packages that use FunctionImpl
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.data Provides for importing data to and exporting data from VisAD. 
visad.matrix   
visad.meteorology Provides classes that are useful in the field of meteorology. 
visad.sounder   
visad.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of FunctionImpl in visad
 

Subclasses of FunctionImpl in visad
 class FieldImpl
          FieldImpl is the VisAD class for finite samplings of functions from R^n to a range type, where n>0.
 class FlatField
          FlatField is the VisAD class for finite samplings of functions whose range type and range coordinate systems are simple enough to allow efficient representation.
 class ImageFlatField
          ImageFlatField is a VisAD FlatField backed by a java.awt.image.BufferedImage object, instead of the usual float[][] or double[][] samples array.
 

Constructors in visad with parameters of type FunctionImpl
RemoteFunctionImpl(FunctionImpl function)
           
 

Uses of FunctionImpl in visad.data
 

Subclasses of FunctionImpl in visad.data
 class AreaImageCacheAdapter
          Adapts a FlatField backed by a AreaImageAccessor to work with a FlatFieldCache.
 class CachedFlatField
          This is a FloatField that caches to disk its float array.
 class FileField
           
 class FileFlatField
           
 

Uses of FunctionImpl in visad.matrix
 

Subclasses of FunctionImpl in visad.matrix
 class JamaMatrix
          JamaMatrix is a VisAD wrapper for JAMA matrices.
 

Uses of FunctionImpl in visad.meteorology
 

Subclasses of FunctionImpl in visad.meteorology
 class ImageSequenceImpl
          Implementation of an ImageSequence.
 class NavigatedImage
          An implementation for representing single-banded planar satellite or radar imagery.
 class SatelliteImage
          An implementation for representing single-banded planar satellite that has navigation.
 class SingleBandedImageImpl
          An implementation for representing single-banded planar satellite or radar imagery.
 

Uses of FunctionImpl in visad.sounder
 

Subclasses of FunctionImpl in visad.sounder
 class Sounding
          Sounding is the VisAD class for atmospheric soundings.
 class Spectrum
          Sounding is the VisAD class for atmospheric soundings.
 

Uses of FunctionImpl in visad.util
 

Methods in visad.util with parameters of type FunctionImpl
static double[] CursorUtil.evaluate(FunctionImpl data, double[] domain)
          Evaluates the given function at the specified domain coordinates.