Maven module :un.api : api-geometry :
Class :
un.api.geometry.TupleBuffer1D
Extends/Implements :
un.api.geometry.TupleBuffer
Subclasses : -
Variables : -
Functions :
getDimension,
copy,
copy,
getTuple,
getTupleBoolean,
getTupleByte,
getTupleUByte,
getTupleShort,
getTupleUShort,
getTupleInt,
getTupleUInt,
getTupleLong,
getTupleFloat,
getTupleDouble,
setTuple
int
getDimension ()
TupleBuffer1D
copy ()
TupleBuffer1D
copy (Buffer buffer)
Object
getTuple (int coordinate, Object buffer)
boolean[]
getTupleBoolean (int coordinate, boolean[] buffer)
byte[]
getTupleByte (int coordinate, byte[] buffer)
int[]
getTupleUByte (int coordinate, int[] buffer)
short[]
getTupleShort (int coordinate, short[] buffer)
int[]
getTupleUShort (int coordinate, int[] buffer)
int[]
getTupleInt (int coordinate, int[] buffer)
long[]
getTupleUInt (int coordinate, long[] buffer)
long[]
getTupleLong (int coordinate, long[] buffer)
float[]
getTupleFloat (int coordinate, float[] buffer)
double[]
getTupleDouble (int coordinate, double[] buffer)
void
setTuple (int coordinate, Object sample)