Uses of Class
org.bytedeco.javacpp.indexer.Indexer
Packages that use Indexer
Package
Description
Contains classes for multidimensional access of arrays and buffers.
-
Uses of Indexer in org.bytedeco.javacpp.indexer
Subclasses of Indexer in org.bytedeco.javacpp.indexerModifier and TypeClassDescriptionclass
An indexer for ashort[]
array, treated as bfloat16.class
An indexer for aShortBuffer
, treated as bfloat16.class
Abstract indexer for theshort
primitive type, treated as bfloat16.class
An indexer for aShortPointer
using theRaw
instance, treated as bfloat16.class
An indexer for aboolean[]
array.class
An indexer for aByteBuffer
asboolean
values.class
Abstract indexer for theboolean
primitive type.class
An indexer for aBooleanPointer
using theRaw
instance.class
An indexer for abyte[]
array.class
An indexer for aByteBuffer
.class
Abstract indexer for thebyte
primitive type.class
An indexer for aBytePointer
using theRaw
instance.class
An indexer for achar[]
array.class
An indexer for aCharBuffer
.class
Abstract indexer for thechar
primitive type.class
An indexer for aCharPointer
using theRaw
instance.class
An indexer for adouble[]
array.class
An indexer for aDoubleBuffer
.class
Abstract indexer for thedouble
primitive type.class
An indexer for aDoublePointer
using theRaw
instance.class
An indexer for afloat[]
array.class
An indexer for aFloatBuffer
.class
Abstract indexer for thefloat
primitive type.class
An indexer for aFloatPointer
using theRaw
instance.class
An indexer for ashort[]
array, treated as half-precision float.class
An indexer for aShortBuffer
, treated as half-precision float.class
Abstract indexer for theshort
primitive type, treated as half-precision float.class
An indexer for aShortPointer
using theRaw
instance, treated as half-precision float.class
An indexer for anint[]
array.class
An indexer for anIntBuffer
.class
Abstract indexer for theint
primitive type.class
An indexer for anIntPointer
using theRaw
instance.class
An indexer for along[]
array.class
An indexer for aLongBuffer
.class
Abstract indexer for thelong
primitive type.class
An indexer for aLongPointer
using theRaw
instance.class
An indexer for ashort[]
array.class
An indexer for aShortBuffer
.class
Abstract indexer for theshort
primitive type.class
An indexer for aShortPointer
using theRaw
instance.class
An indexer for abyte[]
array, treated as unsigned.class
An indexer for aByteBuffer
, treated as unsigned.class
Abstract indexer for thebyte
primitive type, treated as unsigned.class
An indexer for aBytePointer
using theRaw
instance, treated as unsigned.class
An indexer for aint[]
array, treated as unsigned.class
An indexer for aIntBuffer
, treated as unsigned.class
Abstract indexer for theint
primitive type, treated as unsigned.class
An indexer for aIntPointer
using theRaw
instance, treated as unsigned.class
An indexer for along[]
array, treated as unsigned.class
An indexer for aLongBuffer
, treated as unsigned.class
Abstract indexer for thelong
primitive type, treated as unsigned.class
An indexer for aLongPointer
using theRaw
instance, treated as unsigned.class
An indexer for ashort[]
array, treated as unsigned.class
An indexer for aShortBuffer
, treated as unsigned.class
Abstract indexer for theshort
primitive type, treated as unsigned.class
An indexer for aShortPointer
using theRaw
instance, treated as unsigned.Methods in org.bytedeco.javacpp.indexer with type parameters of type IndexerModifier and TypeMethodDescription<I extends Indexer>
IIndexable.createIndexer
(boolean direct) Factory method called by the user to get an indexer to access the data.abstract <I extends Indexer>
IReturns a new Indexer using the same data, but with a different Index.Methods in org.bytedeco.javacpp.indexer that return Indexer