Interface MiStringSetIj

All Superinterfaces:
MiDataSet, MiDataSetIj, MiStringSet
All Known Subinterfaces:
MeXStringSetIj

public interface MiStringSetIj extends MiStringSet, MiDataSetIj
String set interface for structured surface meshes.

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

  • Method Summary

    Modifier and Type
    Method
    Description
    get(long i, long j)
    Returns the value of this string set at the specified position.

    Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet

    getBinding, getName, getTimeStamp

    Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSetIj

    getStorageLayout
  • Method Details

    • get

      String get(long i, long j)
      Returns the value of this string 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 string set