Uses of Class
org.bytedeco.javacpp.indexer.ULongIndexer
Packages that use ULongIndexer
Package
Description
Contains classes for multidimensional access of arrays and buffers.
-
Uses of ULongIndexer in org.bytedeco.javacpp.indexer
Subclasses of ULongIndexer in org.bytedeco.javacpp.indexerModifier and TypeClassDescriptionclass
An indexer for along[]
array, treated as unsigned.class
An indexer for aLongBuffer
, treated as unsigned.class
An indexer for aLongPointer
using theRaw
instance, treated as unsigned.Methods in org.bytedeco.javacpp.indexer that return ULongIndexerModifier and TypeMethodDescriptionstatic ULongIndexer
ULongIndexer.create
(long[] array) Returnsnew ULongArrayIndexer(array)
static ULongIndexer
ULongIndexer.create
(long[] array, long... sizes) Returnsnew ULongArrayIndexer(array, sizes)
static ULongIndexer
ULongIndexer.create
(long[] array, long[] sizes, long[] strides) Returnsnew ULongArrayIndexer(array, sizes, strides)
static ULongIndexer
Returnsnew ULongArrayIndexer(array, index)
static ULongIndexer
ULongIndexer.create
(LongBuffer buffer) Returnsnew ULongBufferIndexer(buffer)
static ULongIndexer
ULongIndexer.create
(LongBuffer buffer, long... sizes) Returnsnew ULongBufferIndexer(buffer, sizes)
static ULongIndexer
ULongIndexer.create
(LongBuffer buffer, long[] sizes, long[] strides) Returnsnew ULongBufferIndexer(buffer, sizes, strides)
static ULongIndexer
ULongIndexer.create
(LongBuffer buffer, Index index) Returnsnew ULongBufferIndexer(buffer, index)
static ULongIndexer
ULongIndexer.create
(LongPointer pointer) Returnsnew ULongRawIndexer(pointer)
static ULongIndexer
ULongIndexer.create
(LongPointer pointer, long... sizes) Returnsnew ULongRawIndexer(pointer, sizes)
static ULongIndexer
ULongIndexer.create
(LongPointer pointer, long[] sizes, long[] strides) Returnsnew ULongRawIndexer(pointer, sizes, strides)
static ULongIndexer
ULongIndexer.create
(LongPointer pointer, long[] sizes, long[] strides, boolean direct) Returnscreate(pointer, Index.create(sizes, strides), direct)
static ULongIndexer
ULongIndexer.create
(LongPointer pointer, Index index) Returnsnew ULongRawIndexer(pointer, index)
static ULongIndexer
ULongIndexer.create
(LongPointer pointer, Index index, boolean direct) Creates a long indexer to access efficiently the data of a pointer.ULongArrayIndexer.get
(long[] indices, BigInteger[] l, int offset, int length) ULongArrayIndexer.get
(long i, long j, BigInteger[] l, int offset, int length) ULongArrayIndexer.get
(long i, BigInteger[] l, int offset, int length) ULongBufferIndexer.get
(long[] indices, BigInteger[] l, int offset, int length) ULongBufferIndexer.get
(long i, long j, BigInteger[] l, int offset, int length) ULongBufferIndexer.get
(long i, BigInteger[] l, int offset, int length) ULongIndexer.get
(long[] indices, BigInteger[] l) Returnsthis
wherel = array/buffer[index(indices)]
abstract ULongIndexer
ULongIndexer.get
(long[] indices, BigInteger[] l, int offset, int length) Returnsthis
wherel[offset:offset + length] = array/buffer[index(indices)]
ULongIndexer.get
(long i, long j, BigInteger[] l) Returnsthis
wherel = array/buffer[index(i, j)]
abstract ULongIndexer
ULongIndexer.get
(long i, long j, BigInteger[] l, int offset, int length) Returnsthis
wherel[offset:offset + length] = array/buffer[index(i, j)]
ULongIndexer.get
(long i, BigInteger[] l) Returnsthis
wherel = array/buffer[index(i)]
abstract ULongIndexer
ULongIndexer.get
(long i, BigInteger[] l, int offset, int length) Returnsthis
wherel[offset:offset + length] = array/buffer[index(i)]
ULongRawIndexer.get
(long[] indices, BigInteger[] l, int offset, int length) ULongRawIndexer.get
(long i, long j, BigInteger[] l, int offset, int length) ULongRawIndexer.get
(long i, BigInteger[] l, int offset, int length) ULongArrayIndexer.put
(long[] indices, BigInteger l) ULongArrayIndexer.put
(long[] indices, BigInteger[] l, int offset, int length) ULongArrayIndexer.put
(long i, long j, long k, BigInteger l) ULongArrayIndexer.put
(long i, long j, BigInteger l) ULongArrayIndexer.put
(long i, long j, BigInteger[] l, int offset, int length) ULongArrayIndexer.put
(long i, BigInteger l) ULongArrayIndexer.put
(long i, BigInteger[] l, int offset, int length) ULongBufferIndexer.put
(long[] indices, BigInteger l) ULongBufferIndexer.put
(long[] indices, BigInteger[] l, int offset, int length) ULongBufferIndexer.put
(long i, long j, long k, BigInteger l) ULongBufferIndexer.put
(long i, long j, BigInteger l) ULongBufferIndexer.put
(long i, long j, BigInteger[] l, int offset, int length) ULongBufferIndexer.put
(long i, BigInteger l) ULongBufferIndexer.put
(long i, BigInteger[] l, int offset, int length) abstract ULongIndexer
ULongIndexer.put
(long[] indices, BigInteger l) Returnsthis
wherearray/buffer[index(indices)] = l
ULongIndexer.put
(long[] indices, BigInteger... l) Returnsthis
wherearray/buffer[index(indices)] = l
abstract ULongIndexer
ULongIndexer.put
(long[] indices, BigInteger[] l, int offset, int length) Returnsthis
wherearray/buffer[index(indices)] = l[offset:offset + length]
abstract ULongIndexer
ULongIndexer.put
(long i, long j, long k, BigInteger l) Returnsthis
wherearray/buffer[index(i, j, k)] = l
abstract ULongIndexer
ULongIndexer.put
(long i, long j, BigInteger l) Returnsthis
wherearray/buffer[index(i, j)] = l
ULongIndexer.put
(long i, long j, BigInteger... l) Returnsthis
wherearray/buffer[index(i, j)] = l
abstract ULongIndexer
ULongIndexer.put
(long i, long j, BigInteger[] l, int offset, int length) Returnsthis
wherearray/buffer[index(i, j)] = l[offset:offset + length]
abstract ULongIndexer
ULongIndexer.put
(long i, BigInteger l) Returnsthis
wherearray/buffer[index(i)] = l
ULongIndexer.put
(long i, BigInteger... l) Returnsthis
wherearray/buffer[index(i)] = l
abstract ULongIndexer
ULongIndexer.put
(long i, BigInteger[] l, int offset, int length) Returnsthis
wherearray/buffer[index(i)] = l[offset:offset + length]
ULongRawIndexer.put
(long[] indices, BigInteger l) ULongRawIndexer.put
(long[] indices, BigInteger[] l, int offset, int length) ULongRawIndexer.put
(long i, long j, long k, BigInteger l) ULongRawIndexer.put
(long i, long j, BigInteger l) ULongRawIndexer.put
(long i, long j, BigInteger[] l, int offset, int length) ULongRawIndexer.put
(long i, BigInteger l) ULongRawIndexer.put
(long i, BigInteger[] l, int offset, int length) ULongIndexer.putDouble
(long[] indices, double l) ULongRawIndexer.putRaw
(long i, BigInteger l)