Uses of Interface
visad.Set1DIface

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

Uses of Set1DIface in visad
 

Subinterfaces of Set1DIface in visad
 interface Gridded1DSetIface
          Gridded1DSetIface is the interface to a finite set of samples of R.
 

Classes in visad that implement Set1DIface
 class Gridded1DDoubleSet
          Gridded1DDoubleSet is a Gridded1DSet with double-precision samples.
 class Gridded1DSet
          Gridded1DSet represents a finite set of samples of R.
 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 Linear1DSet
          Linear1DSet represents a finite set of samples of R in an arithmetic progression.