Package com.luciad.view.opengl.binding
Interface ILcdGLDoubleBuffer
- All Superinterfaces:
ILcdGLBuffer
Deprecated.
Please use OpenGL API entry points that accept NIO buffers or primitive arrays as input
An ILcdGLBuffer for elements of type
double.-
Method Summary
Modifier and TypeMethodDescriptiondouble[]array()Deprecated.intDeprecated.Deprecated.compact()Deprecated.Deprecated.doubleget()Deprecated.get(double[] dst) Deprecated.get(double[] dst, int offset, int length) Deprecated.doubleget(int index) Deprecated.booleanhasArray()Deprecated.put(double f) Deprecated.put(double[] src) Deprecated.put(double[] src, int offset, int length) Deprecated.put(int index, double f) Deprecated.put(ILcdGLDoubleBuffer src) Deprecated.slice()Deprecated.
-
Method Details
-
slice
ILcdGLDoubleBuffer slice()Deprecated. -
duplicate
ILcdGLDoubleBuffer duplicate()Deprecated. -
asReadOnlyBuffer
ILcdGLDoubleBuffer asReadOnlyBuffer()Deprecated. -
get
Deprecated.- Throws:
TLcdGLBufferUnderflowException
-
get
Deprecated.- Throws:
IndexOutOfBoundsException
-
get
ILcdGLDoubleBuffer get(double[] dst, int offset, int length) throws TLcdGLBufferUnderflowException, IndexOutOfBoundsException Deprecated. -
get
Deprecated.- Throws:
TLcdGLBufferUnderflowException
-
put
ILcdGLDoubleBuffer put(double f) throws TLcdGLBufferOverflowException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLDoubleBuffer put(int index, double f) throws IndexOutOfBoundsException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLDoubleBuffer put(ILcdGLDoubleBuffer src) throws TLcdGLBufferOverflowException, IllegalArgumentException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLDoubleBuffer put(double[] src, int offset, int length) throws TLcdGLBufferOverflowException, IndexOutOfBoundsException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLDoubleBuffer put(double[] src) throws TLcdGLBufferOverflowException, TLcdGLReadOnlyBufferException Deprecated. -
hasArray
boolean hasArray()Deprecated. -
array
Deprecated. -
arrayOffset
Deprecated. -
compact
Deprecated.- Throws:
TLcdGLReadOnlyBufferException
-