Uses of Class
org.bytedeco.javacpp.indexer.UShortIndexer
Packages that use UShortIndexer
Package
Description
Contains classes for multidimensional access of arrays and buffers.
-
Uses of UShortIndexer in org.bytedeco.javacpp.indexer
Subclasses of UShortIndexer in org.bytedeco.javacpp.indexerModifier and TypeClassDescriptionclassAn indexer for ashort[]array, treated as unsigned.classAn indexer for aShortBuffer, treated as unsigned.classAn indexer for aShortPointerusing theRawinstance, treated as unsigned.Methods in org.bytedeco.javacpp.indexer that return UShortIndexerModifier and TypeMethodDescriptionstatic UShortIndexerUShortIndexer.create(short[] array) Returnsnew UShortArrayIndexer(array)static UShortIndexerUShortIndexer.create(short[] array, long... sizes) Returnsnew UShortArrayIndexer(array, sizes)static UShortIndexerUShortIndexer.create(short[] array, long[] sizes, long[] strides) Returnsnew UShortArrayIndexer(array, sizes, strides)static UShortIndexerReturnsnew UShortArrayIndexer(array, index)static UShortIndexerUShortIndexer.create(ShortBuffer buffer) Returnsnew UShortBufferIndexer(buffer)static UShortIndexerUShortIndexer.create(ShortBuffer buffer, long... sizes) Returnsnew UShortBufferIndexer(buffer, sizes)static UShortIndexerUShortIndexer.create(ShortBuffer buffer, long[] sizes, long[] strides) Returnsnew UShortBufferIndexer(buffer, sizes, strides)static UShortIndexerUShortIndexer.create(ShortBuffer buffer, Index index) Returnsnew UShortBufferIndexer(buffer, index)static UShortIndexerUShortIndexer.create(ShortPointer pointer) Returnsnew UShortRawIndexer(pointer)static UShortIndexerUShortIndexer.create(ShortPointer pointer, long... sizes) Returnsnew UShortRawIndexer(pointer, sizes)static UShortIndexerUShortIndexer.create(ShortPointer pointer, long[] sizes, long[] strides) Returnsnew UShortRawIndexer(pointer, sizes, strides)static UShortIndexerUShortIndexer.create(ShortPointer pointer, long[] sizes, long[] strides, boolean direct) Returnscreate(pointer, Index.create(sizes, strides), direct)static UShortIndexerUShortIndexer.create(ShortPointer pointer, Index index) Returnsnew UShortRawIndexer(pointer, index)static UShortIndexerUShortIndexer.create(ShortPointer pointer, Index index, boolean direct) Creates a short indexer to access efficiently the data of a pointer.UShortArrayIndexer.get(long[] indices, int[] s, int offset, int length) UShortArrayIndexer.get(long i, int[] s, int offset, int length) UShortArrayIndexer.get(long i, long j, int[] s, int offset, int length) UShortBufferIndexer.get(long[] indices, int[] s, int offset, int length) UShortBufferIndexer.get(long i, int[] s, int offset, int length) UShortBufferIndexer.get(long i, long j, int[] s, int offset, int length) UShortIndexer.get(long[] indices, int[] s) Returnsthiswheres = array/buffer[index(indices)]abstract UShortIndexerUShortIndexer.get(long[] indices, int[] s, int offset, int length) Returnsthiswheres[offset:offset + length] = array/buffer[index(indices)]UShortIndexer.get(long i, int[] s) Returnsthiswheres = array/buffer[index(i)]abstract UShortIndexerUShortIndexer.get(long i, int[] s, int offset, int length) Returnsthiswheres[offset:offset + length] = array/buffer[index(i)]UShortIndexer.get(long i, long j, int[] s) Returnsthiswheres = array/buffer[index(i, j)]abstract UShortIndexerUShortIndexer.get(long i, long j, int[] s, int offset, int length) Returnsthiswheres[offset:offset + length] = array/buffer[index(i, j)]UShortRawIndexer.get(long[] indices, int[] s, int offset, int length) UShortRawIndexer.get(long i, int[] s, int offset, int length) UShortRawIndexer.get(long i, long j, int[] s, int offset, int length) UShortArrayIndexer.put(long[] indices, int s) UShortArrayIndexer.put(long[] indices, int[] s, int offset, int length) UShortArrayIndexer.put(long i, int s) UShortArrayIndexer.put(long i, int[] s, int offset, int length) UShortArrayIndexer.put(long i, long j, int s) UShortArrayIndexer.put(long i, long j, int[] s, int offset, int length) UShortArrayIndexer.put(long i, long j, long k, int s) UShortBufferIndexer.put(long[] indices, int s) UShortBufferIndexer.put(long[] indices, int[] s, int offset, int length) UShortBufferIndexer.put(long i, int s) UShortBufferIndexer.put(long i, int[] s, int offset, int length) UShortBufferIndexer.put(long i, long j, int s) UShortBufferIndexer.put(long i, long j, int[] s, int offset, int length) UShortBufferIndexer.put(long i, long j, long k, int s) abstract UShortIndexerUShortIndexer.put(long[] indices, int s) Returnsthiswherearray/buffer[index(indices)] = sUShortIndexer.put(long[] indices, int... s) Returnsthiswherearray/buffer[index(indices)] = sabstract UShortIndexerUShortIndexer.put(long[] indices, int[] s, int offset, int length) Returnsthiswherearray/buffer[index(indices)] = s[offset:offset + length]abstract UShortIndexerUShortIndexer.put(long i, int s) Returnsthiswherearray/buffer[index(i)] = sUShortIndexer.put(long i, int... s) Returnsthiswherearray/buffer[index(i)] = sabstract UShortIndexerUShortIndexer.put(long i, int[] s, int offset, int length) Returnsthiswherearray/buffer[index(i)] = s[offset:offset + length]abstract UShortIndexerUShortIndexer.put(long i, long j, int s) Returnsthiswherearray/buffer[index(i, j)] = sUShortIndexer.put(long i, long j, int... s) Returnsthiswherearray/buffer[index(i, j)] = sabstract UShortIndexerUShortIndexer.put(long i, long j, int[] s, int offset, int length) Returnsthiswherearray/buffer[index(i, j)] = s[offset:offset + length]abstract UShortIndexerUShortIndexer.put(long i, long j, long k, int s) Returnsthiswherearray/buffer[index(i, j, k)] = sUShortRawIndexer.put(long[] indices, int s) UShortRawIndexer.put(long[] indices, int[] s, int offset, int length) UShortRawIndexer.put(long i, int s) UShortRawIndexer.put(long i, int[] s, int offset, int length) UShortRawIndexer.put(long i, long j, int s) UShortRawIndexer.put(long i, long j, int[] s, int offset, int length) UShortRawIndexer.put(long i, long j, long k, int s) UShortIndexer.putDouble(long[] indices, double s) UShortRawIndexer.putRaw(long i, int s)