Uses of Class
visad.Irregular2DSet

Packages that use Irregular2DSet
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 Irregular2DSet in visad
 

Methods in visad that return Irregular2DSet
static Irregular2DSet DelaunayCustom.fill(Gridded2DSet set)
          check that set describes the boundary of a simply connected plane region; return a decomposition of that region into triangles whose vertices are all boundary points from samples, as an Irregular2DSet
static Irregular2DSet DelaunayCustom.fill(UnionSet set)
          check that set describes the boundary of a simply connected plane region; return a decomposition of that region into triangles whose vertices are all boundary points from samples, as an Irregular2DSet
static Irregular2DSet DelaunayCustom.fillCheck(Gridded2DSet set, boolean check)
          check that set describes the boundary of a simply connected plane region; return a decomposition of that region into triangles whose vertices are all boundary points from samples, as an Irregular2DSet
static Irregular2DSet DelaunayCustom.fillCheck(UnionSet set, boolean check)
          check that set describes the boundary of a simply connected plane region; return a decomposition of that region into triangles whose vertices are all boundary points from samples, as an Irregular2DSet
 

Uses of Irregular2DSet in visad.data
 

Methods in visad.data with parameters of type Irregular2DSet
 void EmptyDataProcessor.processIrregular2DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, Irregular2DSet set, Object token)
           
 void DataProcessor.processIrregular2DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, Irregular2DSet set, Object token)
           
abstract  void BaseDataProcessor.processIrregular2DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, Irregular2DSet set, Object token)
           
 

Uses of Irregular2DSet in visad.data.visad
 

Methods in visad.data.visad with parameters of type Irregular2DSet
 void BinaryWriter.processIrregular2DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, Irregular2DSet set, Object token)
           
 void BinarySizer.processIrregular2DSet(SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, Irregular2DSet set, Object token)