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