Uses of Class
visad.Linear3DSet

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

Uses of Linear3DSet in visad
 

Subclasses of Linear3DSet in visad
 class Integer3DSet
          Integer3DSet represents a finite set of samples of R^3 at an integer lattice based at the origin.
 

Uses of Linear3DSet in visad.data
 

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

Uses of Linear3DSet in visad.data.visad
 

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

Uses of Linear3DSet in visad.python
 

Methods in visad.python that return Linear3DSet
static Linear3DSet JPythonMethods.makeDomain(double first1, double last1, int length1, double first2, double last2, int length2, double first3, double last3, int length3)
          Create a Linear3DSet for domain samples
static Linear3DSet JPythonMethods.makeDomain(MathType type, double first1, double last1, int length1, double first2, double last2, int length2, double first3, double last3, int length3)
          Create a Linear3DSet for domain samples
static Linear3DSet JPythonMethods.makeDomain(String name, double first1, double last1, int length1, double first2, double last2, int length2, double first3, double last3, int length3)
          Create a Linear3DSet for domain samples