Interface MiScalardSetIj

  • All Superinterfaces:
    MiDataSet, MiDataSetIj
    All Known Subinterfaces:
    MeXScalardSetIj

    public interface MiScalardSetIj
    extends MiDataSetIj
    Scalar set interface for structured surface meshes.

    An interface for a scalar set usable in any extract of a structured surface mesh.

    • Method Detail

      • get

        double get​(long i,
                   long j)
        Returns the value of this scalar set at the specified position.
        Parameters:
        i - i-index of the value to return
        j - j-index of the value to return
        Returns:
        the value at the specified position in this scalar set