Interface MiStringSetIjk
-
- All Superinterfaces:
MiDataSet
,MiDataSetIjk
,MiStringSet
public interface MiStringSetIjk extends MiStringSet, MiDataSetIjk
String set interface for structured volume meshes.An interface for a string set usable in any extract of a structured volume mesh.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
get(int i, int j, int k)
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.MiDataSetIjk
getStorageLayout
-
-
-
-
Method Detail
-
get
java.lang.String get(int i, int j, int k)
Returns the value of this string set at the specified position.- Parameters:
i
- i-index of the value to returnj
- j-index of the value to returnk
- k-index of the value to return- Returns:
- the value at the specified position in this string set
-
-