Maven module :un.api : api-geometry :
Class : un.api.geometry.AbstractTupleBuffer1D
Extends/Implements : un.api.geometry.AbstractTupleBuffer un.api.geometry.TupleBuffer1D
Subclasses : -

author  Johann Sorel


Variables : -
Functions : copy, getTuple, getTupleBoolean, getTupleByte, getTupleUByte, getTupleShort, getTupleUShort, getTupleInt, getTupleUInt, getTupleLong, getTupleFloat, getTupleDouble



public TupleBuffer1D copy ()

public Object getTuple (int coordinate, Object buffer)

public boolean[] getTupleBoolean (int coordinate, boolean[] buffer)

public byte[] getTupleByte (int coordinate, byte[] buffer)

public int[] getTupleUByte (int coordinate, int[] buffer)

public short[] getTupleShort (int coordinate, short[] buffer)

public int[] getTupleUShort (int coordinate, int[] buffer)

public int[] getTupleInt (int coordinate, int[] buffer)

public long[] getTupleUInt (int coordinate, long[] buffer)

public long[] getTupleLong (int coordinate, long[] buffer)

public float[] getTupleFloat (int coordinate, float[] buffer)

public double[] getTupleDouble (int coordinate, double[] buffer)