Uses of Class
visad.IrregularSet

Packages that use IrregularSet
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. 
visad.data.visad.object   
 

Uses of IrregularSet in visad
 

Subclasses of IrregularSet in visad
 class Irregular1DSet
          Irregular1DSet represents a finite set of samples of R.
 class Irregular2DSet
          IrregularSet for a finite number of samples of R.
 class Irregular3DSet
          Irregular3DSet represents a finite set of samples of R^3.
 

Uses of IrregularSet in visad.data
 

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

Uses of IrregularSet in visad.data.visad
 

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

Uses of IrregularSet in visad.data.visad.object
 

Methods in visad.data.visad.object that return IrregularSet
static IrregularSet BinaryIrregularSet.read(BinaryReader reader, byte dataType)
           
 

Methods in visad.data.visad.object with parameters of type IrregularSet
static void BinaryIrregularSet.write(BinaryWriter writer, SetType type, float[][] samples, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Delaunay delaunay, IrregularSet set, Class canonicalClass, byte dataType, Object token)
           
static void BinaryIrregularSet.writeDependentData(BinaryWriter writer, SetType type, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, IrregularSet set, Class canonicalClass, Object token)