Uses of Class
visad.Integer1DSet

Packages that use Integer1DSet
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   
visad.python   
 

Uses of Integer1DSet in visad
 

Constructors in visad with parameters of type Integer1DSet
Integer2DSet(MathType type, Integer1DSet[] sets)
           
Integer2DSet(MathType type, Integer1DSet[] sets)
           
Integer2DSet(MathType type, Integer1DSet[] sets, CoordinateSystem coord_sys, Unit[] units, ErrorEstimate[] errors)
           
Integer2DSet(MathType type, Integer1DSet[] sets, CoordinateSystem coord_sys, Unit[] units, ErrorEstimate[] errors)
           
Integer3DSet(MathType type, Integer1DSet[] sets)
           
Integer3DSet(MathType type, Integer1DSet[] sets)
           
Integer3DSet(MathType type, Integer1DSet[] sets, CoordinateSystem coord_sys, Unit[] units, ErrorEstimate[] errors)
           
Integer3DSet(MathType type, Integer1DSet[] sets, CoordinateSystem coord_sys, Unit[] units, ErrorEstimate[] errors)
           
IntegerNDSet(MathType type, Integer1DSet[] sets)
           
IntegerNDSet(MathType type, Integer1DSet[] sets)
           
IntegerNDSet(MathType type, Integer1DSet[] sets, CoordinateSystem coord_sys, Unit[] units, ErrorEstimate[] errors)
          construct an N-dimensional set with values in the cross product of {0, 1, ..., lengths[i]-1} for i=0, ..., lengths[lengths.length-1]; coordinate_system and units must be compatible with defaults for type, or may be null; errors may be null
IntegerNDSet(MathType type, Integer1DSet[] sets, CoordinateSystem coord_sys, Unit[] units, ErrorEstimate[] errors)
          construct an N-dimensional set with values in the cross product of {0, 1, ..., lengths[i]-1} for i=0, ..., lengths[lengths.length-1]; coordinate_system and units must be compatible with defaults for type, or may be null; errors may be null
 

Uses of Integer1DSet in visad.data
 

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

Uses of Integer1DSet in visad.data.visad
 

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

Uses of Integer1DSet in visad.data.visad.object
 

Methods in visad.data.visad.object that return Integer1DSet
static Integer1DSet[] BinaryIntegerSet.getComponents(LinearSet set)
           
static Integer1DSet[] BinaryIntegerSet.getComponents(LinearSet set)
           
 

Methods in visad.data.visad.object with parameters of type Integer1DSet
static int BinaryIntegerSet.computeBytes(boolean matchedTypes, int[] lengths, Integer1DSet[] comps, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors)
           
static int BinaryIntegerSet.computeBytes(boolean matchedTypes, int[] lengths, Integer1DSet[] comps, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors)
           
static boolean BinaryIntegerSet.hasMatchedTypes(SetType type, Integer1DSet[] comps)
           
static boolean BinaryIntegerSet.hasMatchedTypes(SetType type, Integer1DSet[] comps)
           
static void BinaryIntegerSet.write(BinaryWriter writer, SetType type, int[] lengths, Integer1DSet[] comps, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, GriddedSet set, Class canonicalClass, byte dataType, Object token)
           
static void BinaryIntegerSet.write(BinaryWriter writer, SetType type, int[] lengths, Integer1DSet[] comps, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, GriddedSet set, Class canonicalClass, byte dataType, Object token)
           
static void BinaryIntegerSet.writeDependentData(BinaryWriter writer, SetType type, Integer1DSet[] comps, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, GriddedSet set, Class canonicalClass, Object token)
           
static void BinaryIntegerSet.writeDependentData(BinaryWriter writer, SetType type, Integer1DSet[] comps, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, GriddedSet set, Class canonicalClass, Object token)
           
 

Uses of Integer1DSet in visad.python
 

Methods in visad.python that return Integer1DSet
static Integer1DSet JPythonMethods.makeDomain(int length)
          make an Integer1DSet of given length
static Integer1DSet JPythonMethods.makeDomain(int length)
          make an Integer1DSet of given length
static Integer1DSet JPythonMethods.makeDomain(MathType type, int length)
          make an Integer1DSet of given length and MathType
static Integer1DSet JPythonMethods.makeDomain(MathType type, int length)
          make an Integer1DSet of given length and MathType
static Integer1DSet JPythonMethods.makeDomain(String name, int length)
          make an Integer1DSet of given length and make a MathType
static Integer1DSet JPythonMethods.makeDomain(String name, int length)
          make an Integer1DSet of given length and make a MathType