Interface MiScalardSetI

  • All Superinterfaces:
    MiDataSet, MiDataSetI
    All Known Subinterfaces:
    MeXScalardSetI

    public interface MiScalardSetI
    extends MiDataSetI
    Scalar set interface for unstructured meshes.

    An interface for a scalar set usable in any extract of an unstructured mesh.

    • Method Detail

      • get

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