Uses of Class
visad.SingletonSet

Packages that use SingletonSet
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 SingletonSet in visad.data
 

Methods in visad.data with parameters of type SingletonSet
 void EmptyDataProcessor.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
 void DataProcessor.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
abstract  void BaseDataProcessor.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
 

Uses of SingletonSet in visad.data.visad
 

Methods in visad.data.visad with parameters of type SingletonSet
 void BinaryWriter.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
 void BinarySizer.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
 

Uses of SingletonSet in visad.data.visad.object
 

Methods in visad.data.visad.object that return SingletonSet
static SingletonSet BinarySingletonSet.read(BinaryReader reader)
           
 

Methods in visad.data.visad.object with parameters of type SingletonSet
static void BinarySingletonSet.write(BinaryWriter writer, RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
static void BinarySingletonSet.writeDependentData(BinaryWriter writer, RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)