visad
Class Stream2D

java.lang.Object
  extended by visad.Stream2D

public class Stream2D
extends Object


Constructor Summary
Stream2D()
           
 
Method Summary
static int stream(float[] ugrid, float[] vgrid, int nr, int nc, float density, float stepFactor, float arrowScale, float[][][] vr, float[][][] vc, int[][] numv, int[] numl, Gridded2DSet spatial_set, float packingFactor, float cntrWeight, int n_pass, float reduction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stream2D

public Stream2D()
Method Detail

stream

public static int stream(float[] ugrid,
                         float[] vgrid,
                         int nr,
                         int nc,
                         float density,
                         float stepFactor,
                         float arrowScale,
                         float[][][] vr,
                         float[][][] vc,
                         int[][] numv,
                         int[] numl,
                         Gridded2DSet spatial_set,
                         float packingFactor,
                         float cntrWeight,
                         int n_pass,
                         float reduction)
                  throws VisADException
Throws:
VisADException