public class Static1D extends Static implements Data1D
Constructor and Description |
---|
Static1D(float ox)
Constructor that initialises the value of the single float to ox.
|
Modifier and Type | Method and Description |
---|---|
boolean |
get(float[] buffer,
int offset,
long time,
long step)
'Interpolation' between the single Point (i.e.
|
float |
get0()
Return the value of the float contained.
|
void |
set(float ox)
Resets the value of the single float.
|
void |
set(Static1D s)
Copy a Static1D.
|
void |
set0(float ox)
Resets the value of the first float.
|
getDimension
public Static1D(float ox)
ox
- value of the single float.public void set(float ox)
ox
- new value of the single float.public void set(Static1D s)
public void set0(float ox)
ox
- new value of the first float.public float get0()
public boolean get(float[] buffer, int offset, long time, long step)