Interface MiVec3dSetIjk
- 
- All Superinterfaces:
 MiDataSet,MiDataSetIjk
public interface MiVec3dSetIjk extends MiDataSetIjk
Vector set interface for structured volume meshes.An interface for a vector set usable in any extract of a structured volume mesh.
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]get(int i, int j, int k)Returns the vector at the specified position in this vector set.- 
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
double[] get(int i, int j, int k)Returns the vector at the specified position in this vector set.- Parameters:
 i- i-index of the vector to returnj- j-index of the vector to returnk- k-index of the vector to return- Returns:
 - the {x, y, z} values of the vector at the specified position
 
 
 - 
 
 -