Uses of Class
visad.Gridded3DSet

Packages that use Gridded3DSet
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.data.visad Provides for importing and exporting serialized Java object files into and out of VisAD. 
 

Uses of Gridded3DSet in visad
 

Subclasses of Gridded3DSet in visad
 class Gridded3DDoubleSet
          Gridded3DDoubleSet is a Gridded3DSet with double-precision samples.
 class Integer3DSet
          Integer3DSet represents a finite set of samples of R^3 at an integer lattice based at the origin.
 class Linear3DSet
          Linear3DSet represents a finite set of samples of R^3 in a cross product of three arithmetic progressions.
 

Methods in visad with parameters of type Gridded3DSet
static visad.Contour2D.ContourOutput Contour2D.contour(float[] g, int nr, int nc, float[] values, float lowlimit, float highlimit, float base, boolean dash, byte[][] auxValues, boolean[] swap, boolean fill, float[][][] grd_normals, byte[][] interval_colors, double[] scale, double scale_ratio, int label_freq, int label_line_skip, double label_size, boolean labelAlign, byte[] labelColor, Object labelFont, boolean sphericalDisplayCS, Gridded3DSet spatial_set)
           
static void Contour2D.contour(float[] g, int nr, int nc, float interval, float lowlimit, float highlimit, float base, float[][] vx1, float[][] vy1, int[] numv1, byte[][] auxValues, boolean[] swap, boolean fill, float[][][] grd_normals, byte[][] interval_colors, float[][][][] lbl_vv, byte[][][][] lbl_cc, float[][][] lbl_loc, double[] scale, double scale_ratio, int label_freq, int label_line_skip, double label_size, boolean labelAlign, byte[] labelColor, Object labelFont, boolean sphericalDisplayCS, Gridded3DSet spatial_set)
          Compute contour lines for a 2-D array.
 

Uses of Gridded3DSet in visad.data
 

Methods in visad.data with parameters of type Gridded3DSet
 void EmptyDataProcessor.processGridded3DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded3DSet set, Object token)
           
 void DataProcessor.processGridded3DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded3DSet set, Object token)
           
abstract  void BaseDataProcessor.processGridded3DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded3DSet set, Object token)
           
 

Uses of Gridded3DSet in visad.data.visad
 

Methods in visad.data.visad with parameters of type Gridded3DSet
 void BinaryWriter.processGridded3DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded3DSet set, Object token)
           
 void BinarySizer.processGridded3DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded3DSet set, Object token)