| Package | Description |
|---|---|
| org.bytedeco.javacpp.indexer |
Contains classes for multidimensional access of arrays and buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShortArrayIndexer
An indexer for a
short[] array. |
class |
ShortBufferIndexer
An indexer for a
ShortBuffer. |
| Modifier and Type | Method and Description |
|---|---|
static ShortIndexer |
ShortIndexer.create(short[] array,
int[] sizes,
int[] strides) |
static ShortIndexer |
ShortIndexer.create(ShortBuffer buffer,
int[] sizes,
int[] strides) |
static ShortIndexer |
ShortIndexer.create(ShortPointer pointer,
int[] sizes,
int[] strides) |
static ShortIndexer |
ShortIndexer.create(ShortPointer pointer,
int[] sizes,
int[] strides,
boolean direct)
Creates a short indexer to access efficiently the data of a pointer.
|
ShortIndexer |
ShortIndexer.get(int[] indices,
short[] s) |
ShortIndexer |
ShortArrayIndexer.get(int[] indices,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortBufferIndexer.get(int[] indices,
short[] s,
int offset,
int length) |
abstract ShortIndexer |
ShortIndexer.get(int[] indices,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortIndexer.get(int i,
int j,
short[] s) |
ShortIndexer |
ShortArrayIndexer.get(int i,
int j,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortBufferIndexer.get(int i,
int j,
short[] s,
int offset,
int length) |
abstract ShortIndexer |
ShortIndexer.get(int i,
int j,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortIndexer.get(int i,
short[] s) |
ShortIndexer |
ShortArrayIndexer.get(int i,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortBufferIndexer.get(int i,
short[] s,
int offset,
int length) |
abstract ShortIndexer |
ShortIndexer.get(int i,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortIndexer.put(int[] indices,
short... s) |
ShortIndexer |
ShortArrayIndexer.put(int[] indices,
short s) |
ShortIndexer |
ShortBufferIndexer.put(int[] indices,
short s) |
abstract ShortIndexer |
ShortIndexer.put(int[] indices,
short s) |
ShortIndexer |
ShortArrayIndexer.put(int[] indices,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortBufferIndexer.put(int[] indices,
short[] s,
int offset,
int length) |
abstract ShortIndexer |
ShortIndexer.put(int[] indices,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortArrayIndexer.put(int i,
int j,
int k,
short s) |
ShortIndexer |
ShortBufferIndexer.put(int i,
int j,
int k,
short s) |
abstract ShortIndexer |
ShortIndexer.put(int i,
int j,
int k,
short s) |
ShortIndexer |
ShortIndexer.put(int i,
int j,
short... s) |
ShortIndexer |
ShortArrayIndexer.put(int i,
int j,
short s) |
ShortIndexer |
ShortBufferIndexer.put(int i,
int j,
short s) |
abstract ShortIndexer |
ShortIndexer.put(int i,
int j,
short s) |
ShortIndexer |
ShortArrayIndexer.put(int i,
int j,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortBufferIndexer.put(int i,
int j,
short[] s,
int offset,
int length) |
abstract ShortIndexer |
ShortIndexer.put(int i,
int j,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortIndexer.put(int i,
short... s) |
ShortIndexer |
ShortArrayIndexer.put(int i,
short s) |
ShortIndexer |
ShortBufferIndexer.put(int i,
short s) |
abstract ShortIndexer |
ShortIndexer.put(int i,
short s) |
ShortIndexer |
ShortArrayIndexer.put(int i,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortBufferIndexer.put(int i,
short[] s,
int offset,
int length) |
abstract ShortIndexer |
ShortIndexer.put(int i,
short[] s,
int offset,
int length) |
ShortIndexer |
ShortIndexer.putDouble(int[] indices,
double s) |
Copyright © 2015. All Rights Reserved.