Package mpi
Class FloatInt.Data
java.lang.Object
mpi.Struct.Data
mpi.FloatInt.Data
- Enclosing class:
FloatInt
Class for reading/writing data in a struct stored in a byte buffer.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mpi.Struct.Data
getBuffer, getBuffer, getBuffer, getByte, getByte, getChar, getChar, getData, getData, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, putByte, putByte, putChar, putChar, putDouble, putDouble, putFloat, putFloat, putInt, putInt, putLong, putLong, putShort, putShort
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getValue
public float getValue()Gets the float value.- Returns:
- float value
-
getIndex
public int getIndex()Gets the int value.- Returns:
- int value
-
putValue
public void putValue(float v) Puts the float value.- Parameters:
v
- float value
-
putIndex
public void putIndex(int v) Puts the int value.- Parameters:
v
- int value
-