Uses of Interface
visad.SetIface

Packages that use SetIface
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
 

Uses of SetIface in visad
 

Subinterfaces of SetIface in visad
 interface Gridded1DSetIface
          Gridded1DSetIface is the interface to a finite set of samples of R.
 interface GriddedDoubleSet
          GriddedDoubleSet is an interface for GriddedSets that have double-precision samples rather than single-precision samples.
 interface GriddedSetIface
          GriddedSetIface is the interface to a finite set of samples of R^n.
 interface SampledSetIface
          Interface to the abstract superclass of GriddedSet-s and the like.
 interface SimpleSetIface
          Interface to the abstract superclass of Sets with a unique ManifoldDimension.
 

Classes in visad that implement SetIface
 class DoubleSet
          DoubleSet represents the finite (but large) set of samples of R^dimension made by vectors of IEEE double precision floating point numbers.
 class FloatSet
          FloatSet represents the finite (but large) set of samples of R^dimension made by vectors of IEEE single precision floating point numbers.
 class Gridded1DDoubleSet
          Gridded1DDoubleSet is a Gridded1DSet with double-precision samples.
 class Gridded1DSet
          Gridded1DSet represents a finite set of samples of R.
 class Gridded2DDoubleSet
          Gridded2DDoubleSet is a Gridded2DSet with double-precision samples.
 class Gridded2DSet
          Gridded2DSet represents a finite set of samples of R^2.
 class Gridded3DDoubleSet
          Gridded3DDoubleSet is a Gridded3DSet with double-precision samples.
 class Gridded3DSet
          Gridded3DSet represents a finite set of samples of R^3.
 class GriddedSet
          GriddedSet is implemented by those Set sub-classes whose samples lie on a rectangular grid topology (but note the geometry need not be rectangular).
 class Integer1DSet
          Integer1DSet represents a finite set of samples of R at an integer lattice based at the origin (i.e, 0, 1, 2, ..., length-1).
 class Integer2DSet
          Integer2DSet represents a finite set of samples of R^2 at an integer lattice based at the origin.
 class Integer3DSet
          Integer3DSet represents a finite set of samples of R^3 at an integer lattice based at the origin.
 class IntegerNDSet
          IntegerNDSet represents a finite set of samples of R^n at an integer lattice based at the origin.
 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.
 class IrregularSet
          IrregularSet is implemented by those Set sub-classes whose samples do not form any ordered pattern.
 class Linear1DSet
          Linear1DSet represents a finite set of samples of R in an arithmetic progression.
 class Linear2DSet
          Linear2DSet represents a finite set of samples of R^2 in a cross product of two arithmetic progressions.
 class Linear3DSet
          Linear3DSet represents a finite set of samples of R^3 in a cross product of three arithmetic progressions.
 class LinearLatLonSet
          LinearLatLonSet represents a finite set of samples of (Latitude, Longitude) in a cross product of two arithmetic progressions.
 class LinearNDSet
          LinearNDSet represents a finite set of samples of R^Dimension in a cross product of arithmetic progressions.
 class List1DDoubleSet
          List1DDoubleSet is the class for Set-s containing lists of 1-D double values with no topology.
 class List1DSet
          List1DSet is the class for Set-s containing lists of 1-D values with no topology.
 class ProductSet
          ProductSet is the cross-product of an array of SampledSets.
 class SampledSet
          SampledSet is the abstract superclass of GriddedSets, PolyCells and MultiCells.
 class Set
          Set is the abstract superclass of the VisAD hierarchy of sets.
 class SimpleSet
          SimpleSet is the abstract superclass of Sets with a unique ManifoldDimension.
 class SingletonSet
          SingletonSet is the class for Set-s containing one member.
 class UnionSet
          UnionSet is the union of an array of SampledSets.