Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accessGlobalRef(Pointer) - Static method in class org.bytedeco.javacpp.Loader
- accessGlobalRef(Pointer) - Static method in class org.bytedeco.javacpp.Loader.Helper
-
Returns an Object from the JNI global reference stored in the Pointer.
- Adapter - Annotation Type in org.bytedeco.javacpp.annotation
-
Specifies a C++ class to act as an adapter between a target type and one or more adaptee type(s).
- addAll(String, String...) - Method in class org.bytedeco.javacpp.ClassProperties
- addAll(String, Collection<String>) - Method in class org.bytedeco.javacpp.ClassProperties
- addProperty(String, String...) - Method in class org.bytedeco.javacpp.tools.Builder
-
Adds values to a given property key, seperating them with "platform.path.separator".
- address - Variable in class org.bytedeco.javacpp.Pointer
-
The native address of this Pointer, which can be an array.
- address() - Method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.address. - addressof(String) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
Loader.Helper.addressof(String). - addressof(String) - Static method in class org.bytedeco.javacpp.Loader.Helper
-
Returns the address found under the given name in the "dynamic symbol tables" (Linux, Mac OS X, etc) or the "export tables" (Windows) of all libraries loaded, or null if not found.
- Allocator - Annotation Type in org.bytedeco.javacpp.annotation
-
An annotation indicating that a method should behave like an allocator.
- annotations(String...) - Method in class org.bytedeco.javacpp.tools.Info
- append(CharSequence) - Method in class org.bytedeco.javacpp.tools.EncodingFileWriter
- argc() - Element in annotation type org.bytedeco.javacpp.annotation.Adapter
-
The number of arguments that
Generatortakes from the method as arguments to the adapter constructor. - array - Variable in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
The backing array.
- array - Variable in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
The backing array.
- array() - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns the backing array, or
nullif none - array() - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- array() - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- ArrayAllocator - Annotation Type in org.bytedeco.javacpp.annotation
-
An annotation indicating that a method should behave like an array allocator.
- asBuffer() - Method in class org.bytedeco.javacpp.BytePointer
- asBuffer() - Method in class org.bytedeco.javacpp.CharPointer
- asBuffer() - Method in class org.bytedeco.javacpp.DoublePointer
- asBuffer() - Method in class org.bytedeco.javacpp.FloatPointer
- asBuffer() - Method in class org.bytedeco.javacpp.IntPointer
- asBuffer() - Method in class org.bytedeco.javacpp.LongPointer
- asBuffer() - Method in class org.bytedeco.javacpp.Pointer
-
Same as
Pointer.asByteBuffer(), but can be overridden to return subclasses of Buffer. - asBuffer() - Method in class org.bytedeco.javacpp.ShortPointer
- asByteBuffer() - Method in class org.bytedeco.javacpp.Pointer
-
Creates a new
ByteBuffercovering the memory space between thePointer.positionandPointer.limitof this Pointer. - AsUtf16 - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates that
Stringshould be mapped to array of UTF-16 code units (unsigned short*) instead of byte array (const char*). - attach(Pointer) - Method in class org.bytedeco.javacpp.PointerScope
-
Pushes the Pointer onto the
PointerScope.pointerStackof this Scope and callsPointer.retainReference(). - availablePhysicalBytes() - Static method in class org.bytedeco.javacpp.Pointer
-
Returns the amount of physical memory that is free according to the operating system, or 0 if unknown.
B
- base(String) - Method in class org.bytedeco.javacpp.tools.Info
- beanify() - Method in class org.bytedeco.javacpp.tools.Info
- beanify(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- Bfloat16ArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
short[]array, treated as bfloat16. - Bfloat16ArrayIndexer(short[]) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
Calls
Bfloat16ArrayIndexer(array, Index.create(array.length)). - Bfloat16ArrayIndexer(short[], long...) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
Calls
Bfloat16ArrayIndexer(array, Index.create(sizes)). - Bfloat16ArrayIndexer(short[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
Calls
Bfloat16ArrayIndexer(array, Index.create(sizes, strides)). - Bfloat16ArrayIndexer(short[], Index) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
Constructor to set the
Bfloat16ArrayIndexer.arrayandIndexer.index. - Bfloat16BufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ShortBuffer, treated as bfloat16. - Bfloat16BufferIndexer(ShortBuffer) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
Calls
Bfloat16BufferIndexer(buffer, Index.create(buffer.limit())). - Bfloat16BufferIndexer(ShortBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
Calls
Bfloat16BufferIndexer(buffer, Index.create(sizes)). - Bfloat16BufferIndexer(ShortBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
Calls
Bfloat16BufferIndexer(buffer, Index.create(sizes, strides)). - Bfloat16BufferIndexer(ShortBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
Constructor to set the
Bfloat16BufferIndexer.bufferandIndexer.index. - Bfloat16Indexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
shortprimitive type, treated as bfloat16. - Bfloat16Indexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16Indexer
- Bfloat16Indexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16Indexer
- Bfloat16RawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ShortPointerusing theRawinstance, treated as bfloat16. - Bfloat16RawIndexer(ShortPointer) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
Calls
Bfloat16RawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - Bfloat16RawIndexer(ShortPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
Calls
Bfloat16RawIndexer(pointer, Index.create(sizes)). - Bfloat16RawIndexer(ShortPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
Calls
Bfloat16RawIndexer(pointer, Index.create(sizes, strides)). - Bfloat16RawIndexer(ShortPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
Constructor to set the
Bfloat16RawIndexer.pointerandIndexer.index. - BooleanArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
boolean[]array. - BooleanArrayIndexer(boolean[]) - Constructor for class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
Calls
BooleanArrayIndexer(array, Index.create(array.length)). - BooleanArrayIndexer(boolean[], long...) - Constructor for class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
Calls
BooleanArrayIndexer(array, Index.create(sizes)). - BooleanArrayIndexer(boolean[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
Calls
BooleanArrayIndexer(array, Index.create(sizes, strides)). - BooleanArrayIndexer(boolean[], Index) - Constructor for class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
Constructor to set the
BooleanArrayIndexer.arrayandIndexer.index. - BooleanBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ByteBufferasbooleanvalues. - BooleanBufferIndexer(ByteBuffer) - Constructor for class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
Calls
BooleanBufferIndexer(buffer, Index.create(buffer.limit())). - BooleanBufferIndexer(ByteBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
Calls
BooleanBufferIndexer(buffer, Index.create(sizes)). - BooleanBufferIndexer(ByteBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
Calls
BooleanBufferIndexer(buffer, Index.create(sizes, strides)). - BooleanBufferIndexer(ByteBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
Constructor to set the
BooleanBufferIndexer.bufferandIndexer.index. - BooleanIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
booleanprimitive type. - BooleanIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.BooleanIndexer
- BooleanIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.BooleanIndexer
- BooleanPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
jboolean. - BooleanPointer() - Constructor for class org.bytedeco.javacpp.BooleanPointer
- BooleanPointer(boolean...) - Constructor for class org.bytedeco.javacpp.BooleanPointer
-
Allocates enough memory for the array and copies it.
- BooleanPointer(long) - Constructor for class org.bytedeco.javacpp.BooleanPointer
-
Allocates a native
booleanarray of the given size. - BooleanPointer(ByteBuffer) - Constructor for class org.bytedeco.javacpp.BooleanPointer
-
For direct buffers, calls
Pointer(Buffer), while for buffers backed with an array, allocates enough memory for the array and copies it. - BooleanPointer(Pointer) - Constructor for class org.bytedeco.javacpp.BooleanPointer
- BooleanRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
BooleanPointerusing theRawinstance. - BooleanRawIndexer(BooleanPointer) - Constructor for class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
Calls
BooleanRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - BooleanRawIndexer(BooleanPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
Calls
BooleanRawIndexer(pointer, Index.create(sizes)). - BooleanRawIndexer(BooleanPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
Calls
BooleanRawIndexer(pointer, Index.create(sizes, strides)). - BooleanRawIndexer(BooleanPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
Constructor to set the
BooleanRawIndexer.pointerandIndexer.index. - BoolPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
bool. - BoolPointer() - Constructor for class org.bytedeco.javacpp.BoolPointer
- BoolPointer(long) - Constructor for class org.bytedeco.javacpp.BoolPointer
-
Allocates a native
boolarray of the given size. - BoolPointer(Pointer) - Constructor for class org.bytedeco.javacpp.BoolPointer
- buffer - Variable in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
The wrapping buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
The backing buffer.
- buffer - Variable in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns the backing buffer, or
nullif none - buffer() - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- buffer() - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- build() - Method in class org.bytedeco.javacpp.tools.Builder
-
Starts the build process and returns an array of
Fileproduced. - buildCommand(String[]) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.buildCommandfield to the argument. - BuildEnabled - Interface in org.bytedeco.javacpp.tools
-
Classes implementing
InfoMappercan additionally implement this interface to receive the logger, properties, and encoding associated with the current build session. - Builder - Class in org.bytedeco.javacpp.tools
-
The Builder is responsible for coordinating efforts between the Parser, the Generator, and the native compiler.
- Builder() - Constructor for class org.bytedeco.javacpp.tools.Builder
-
Default constructor that simply initializes everything.
- Builder(Logger) - Constructor for class org.bytedeco.javacpp.tools.Builder
-
Constructor that simply initializes everything.
- BuildMojo - Class in org.bytedeco.javacpp.tools
-
A Maven Mojo to call the
Builder(C++ header file -> Java class -> C++ JNI -> native library). - BuildMojo() - Constructor for class org.bytedeco.javacpp.tools.BuildMojo
- ByPtr - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates that an argument should get passed or returned by pointer.
- ByPtrPtr - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates that an argument gets passed or returned by a pointer to a pointer.
- ByPtrRef - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates that an argument gets passed or returned by a reference to a pointer.
- ByRef - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates that an argument gets passed or returned by reference.
- ByteArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
byte[]array. - ByteArrayIndexer(byte[]) - Constructor for class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
Calls
ByteArrayIndexer(array, Index.create(array.length)). - ByteArrayIndexer(byte[], long...) - Constructor for class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
Calls
ByteArrayIndexer(array, Index.create(sizes)). - ByteArrayIndexer(byte[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
Calls
ByteArrayIndexer(array, Index.create(sizes, strides)). - ByteArrayIndexer(byte[], Index) - Constructor for class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
Constructor to set the
ByteArrayIndexer.arrayandIndexer.index. - ByteBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ByteBuffer. - ByteBufferIndexer(ByteBuffer) - Constructor for class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
Calls
ByteBufferIndexer(buffer, Index.create(buffer.limit())). - ByteBufferIndexer(ByteBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
Calls
ByteBufferIndexer(buffer, Index.create(sizes)). - ByteBufferIndexer(ByteBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
Calls
ByteBufferIndexer(buffer, Index.create(sizes, strides)). - ByteBufferIndexer(ByteBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
Constructor to set the
ByteBufferIndexer.bufferandIndexer.index. - ByteIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
byteprimitive type. - ByteIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ByteIndexer
- ByteIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.ByteIndexer
- BytePointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
signed char, including strings. - BytePointer() - Constructor for class org.bytedeco.javacpp.BytePointer
- BytePointer(byte...) - Constructor for class org.bytedeco.javacpp.BytePointer
-
Allocates enough memory for the array and copies it.
- BytePointer(long) - Constructor for class org.bytedeco.javacpp.BytePointer
-
Allocates a native
signed chararray of the given size. - BytePointer(String) - Constructor for class org.bytedeco.javacpp.BytePointer
-
Allocates enough memory for the encoded string and actually encodes it in the platform's default charset before copying it.
- BytePointer(String, String) - Constructor for class org.bytedeco.javacpp.BytePointer
-
Allocates enough memory for the encoded string and actually encodes it in the named charset before copying it.
- BytePointer(String, Charset) - Constructor for class org.bytedeco.javacpp.BytePointer
-
Allocates enough memory for the encoded string and actually encodes it in the given charset before copying it.
- BytePointer(ByteBuffer) - Constructor for class org.bytedeco.javacpp.BytePointer
-
For direct buffers, calls
Pointer(Buffer), while for buffers backed with an array, allocates enough memory for the array and copies it. - BytePointer(Pointer) - Constructor for class org.bytedeco.javacpp.BytePointer
- ByteRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
BytePointerusing theRawinstance. - ByteRawIndexer(BytePointer) - Constructor for class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
Calls
ByteRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - ByteRawIndexer(BytePointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
Calls
ByteRawIndexer(pointer, Index.create(sizes)). - ByteRawIndexer(BytePointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
Calls
ByteRawIndexer(pointer, Index.create(sizes, strides)). - ByteRawIndexer(BytePointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
Constructor to set the
ByteRawIndexer.pointerandIndexer.index. - ByVal - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates that an argument gets passed or returned by value.
C
- CacheMojo - Class in org.bytedeco.javacpp.tools
-
A Maven Mojo to call the
Loaderon all classes found in the project, as well as call allcachePackage()methods found on them. - CacheMojo() - Constructor for class org.bytedeco.javacpp.tools.CacheMojo
- cacheResource(Class, String) - Static method in class org.bytedeco.javacpp.Loader
- cacheResource(String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts a resource using the
ClassLoaderof the caller class, and returns the cachedFile. - cacheResource(URL) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
cacheResource(resourceUrl, null) - cacheResource(URL, String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts a resource, if the size or last modified timestamp differs from what is in cache, and returns the cached
File. - cacheResources(Class, String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts resources using the
ClassLoaderof the specifiedClass, and returns the cachedFileobjects. - cacheResources(String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts resources using the
ClassLoaderof the caller class, and returns the cachedFileobjects. - calloc(long, long) - Static method in class org.bytedeco.javacpp.Pointer
- capacity - Variable in class org.bytedeco.javacpp.Pointer
-
The number of elements contained in this native array, or 0 if unknown.
- capacity() - Method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.capacity. - capacity(long) - Method in class org.bytedeco.javacpp.BooleanPointer
- capacity(long) - Method in class org.bytedeco.javacpp.BoolPointer
- capacity(long) - Method in class org.bytedeco.javacpp.BytePointer
- capacity(long) - Method in class org.bytedeco.javacpp.CharPointer
- capacity(long) - Method in class org.bytedeco.javacpp.CLongPointer
- capacity(long) - Method in class org.bytedeco.javacpp.DoublePointer
- capacity(long) - Method in class org.bytedeco.javacpp.FloatPointer
- capacity(long) - Method in class org.bytedeco.javacpp.IntPointer
- capacity(long) - Method in class org.bytedeco.javacpp.LongPointer
- capacity(long) - Method in class org.bytedeco.javacpp.Pointer
-
Sets the capacity and returns this.
- capacity(long) - Method in class org.bytedeco.javacpp.PointerPointer
- capacity(long) - Method in class org.bytedeco.javacpp.ShortPointer
- capacity(long) - Method in class org.bytedeco.javacpp.SizeTPointer
- cast() - Method in class org.bytedeco.javacpp.tools.Info
- cast(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- Cast - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates a type cast required on the argument to satisfy the native compiler.
- channels() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- CharArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
char[]array. - CharArrayIndexer(char[]) - Constructor for class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
Calls
CharArrayIndexer(array, Index.create(array.length)). - CharArrayIndexer(char[], long...) - Constructor for class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
Calls
CharArrayIndexer(array, Index.create(sizes)). - CharArrayIndexer(char[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
Calls
CharArrayIndexer(array, Index.create(sizes, strides)). - CharArrayIndexer(char[], Index) - Constructor for class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
Constructor to set the
CharArrayIndexer.arrayandIndexer.index. - CharBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
CharBuffer. - CharBufferIndexer(CharBuffer) - Constructor for class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
Calls
CharBufferIndexer(buffer, Index.create(buffer.limit())). - CharBufferIndexer(CharBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
Calls
CharBufferIndexer(buffer, Index.create(sizes)). - CharBufferIndexer(CharBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
Calls
CharBufferIndexer(buffer, Index.create(sizes, strides)). - CharBufferIndexer(CharBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
Constructor to set the
CharBufferIndexer.bufferandIndexer.index. - CharIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
charprimitive type. - CharIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.CharIndexer
- CharIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.CharIndexer
- CharPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
shortfor UTF-16. - CharPointer() - Constructor for class org.bytedeco.javacpp.CharPointer
- CharPointer(char...) - Constructor for class org.bytedeco.javacpp.CharPointer
-
Allocates enough memory for the array and copies it.
- CharPointer(long) - Constructor for class org.bytedeco.javacpp.CharPointer
-
Allocates a native
shortarray of the given size. - CharPointer(String) - Constructor for class org.bytedeco.javacpp.CharPointer
-
Allocates enough memory for the String and copies it.
- CharPointer(CharBuffer) - Constructor for class org.bytedeco.javacpp.CharPointer
-
For direct buffers, calls
Pointer(Buffer), while for buffers backed with an array, allocates enough memory for the array and copies it. - CharPointer(Pointer) - Constructor for class org.bytedeco.javacpp.CharPointer
- CharRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
CharPointerusing theRawinstance. - CharRawIndexer(CharPointer) - Constructor for class org.bytedeco.javacpp.indexer.CharRawIndexer
-
Calls
CharRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - CharRawIndexer(CharPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.CharRawIndexer
-
Calls
CharRawIndexer(pointer, Index.create(sizes)). - CharRawIndexer(CharPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.CharRawIndexer
-
Calls
CharRawIndexer(pointer, Index.create(sizes, strides)). - CharRawIndexer(CharPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.CharRawIndexer
-
Constructor to set the
CharRawIndexer.pointerandIndexer.index. - checkIndex(long, long) - Static method in class org.bytedeco.javacpp.indexer.Indexer
- checkPlatform(Class<?>, Properties) - Static method in class org.bytedeco.javacpp.Loader
- checkPlatform(Class<?>, Properties, boolean) - Static method in class org.bytedeco.javacpp.Loader
- checkPlatform(Platform, Properties) - Static method in class org.bytedeco.javacpp.Loader
- checkPlatform(Platform, Properties, boolean, String...) - Static method in class org.bytedeco.javacpp.Loader
- checkVersion(String, String) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
checkVersion(groupId, artifactId, "-", true, getCallerClass(2)). - checkVersion(String, String, String, boolean, Class) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
getVersion(groupId, artifactId, cls).split(separator)[n].equals(getVersion().split(separator)[0])wheren = versions.length - (versions[versions.length - 1].equals("SNAPSHOT") ? 2 : 1)or false on error. - cinclude() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of C header files to include at the top of the generated code.
- classesOrPackages(String...) - Method in class org.bytedeco.javacpp.tools.Builder
-
Requests the
Builder.classScannerto add a class or all classes from a package. - ClassFilter - Interface in org.bytedeco.javacpp.tools
-
An interface used by
ClassScannerto determine which classes to load. - classPaths(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Splits argument with
File.pathSeparatorand appends result to paths of theBuilder.classScanner. - classPaths(String...) - Method in class org.bytedeco.javacpp.tools.Builder
-
Appends argument to the paths of the
Builder.classScanner. - ClassProperties - Class in org.bytedeco.javacpp
-
Does the heavy lifting of collecting values off Properties annotations found on enclosing classes.
- ClassProperties() - Constructor for class org.bytedeco.javacpp.ClassProperties
- ClassProperties(Properties) - Constructor for class org.bytedeco.javacpp.ClassProperties
- clean(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.cleanfield to the argument. - clear() - Method in class org.bytedeco.javacpp.Pointer.CustomDeallocator
- clear() - Method in class org.bytedeco.javacpp.Pointer.NativeDeallocator
- clearCacheDir() - Static method in class org.bytedeco.javacpp.Loader
-
Calls
deleteDirectory(getCacheDir()). - ClearMojo - Class in org.bytedeco.javacpp.tools
-
A Maven Mojo to call
Loader.clearCacheDir(). - ClearMojo() - Constructor for class org.bytedeco.javacpp.tools.ClearMojo
- CLongPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
long. - CLongPointer() - Constructor for class org.bytedeco.javacpp.CLongPointer
- CLongPointer(long) - Constructor for class org.bytedeco.javacpp.CLongPointer
-
Allocates a native
longarray of the given size. - CLongPointer(long...) - Constructor for class org.bytedeco.javacpp.CLongPointer
-
Allocates enough memory for the array and copies it.
- CLongPointer(Pointer) - Constructor for class org.bytedeco.javacpp.CLongPointer
- close() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Calls
Indexer.release(). - close() - Method in class org.bytedeco.javacpp.Pointer
-
Calls
releaseReference(). - close() - Method in class org.bytedeco.javacpp.PointerScope
-
Pops from
PointerScope.pointerStackall attached pointers, callsPointer.releaseReference()on them, unless extended, in which case it only resets thePointerScope.extendflag instead, and finally removes itself fromPointerScope.scopeStack. - cols() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- commandExecutor(CommandExecutor) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.commandExecutorfield to the argument. - CommandExecutor - Class in org.bytedeco.javacpp.tools
-
A wrapper for ProcessBuilder that can be overridden easily for frameworks like Gradle that don't support it well.
- CommandExecutor(Logger) - Constructor for class org.bytedeco.javacpp.tools.CommandExecutor
- compile(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.compilefield to the argument. - compiler() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of options applied for the native compiler.
- compilerOptions(String...) - Method in class org.bytedeco.javacpp.tools.Builder
-
Appends arguments to the
Builder.compilerOptionsfield. - configDirectory(File) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.configDirectoryfield to the argument. - configDirectory(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.configDirectoryfield to the argument. - Const - Annotation Type in org.bytedeco.javacpp.annotation
-
A shortcut annotation to
Castthat simply addsconstto the parameter type, function, or class. - containsKey(Object) - Method in class org.bytedeco.javacpp.tools.InfoMap
- Convention - Annotation Type in org.bytedeco.javacpp.annotation
-
Specifies the calling convention of a
FunctionPointer. - copyLibs(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.copyLibsfield to the argument. - copyResources(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.copyResourcesfield to the argument. - count() - Method in class org.bytedeco.javacpp.Pointer.CustomDeallocator
- count() - Method in class org.bytedeco.javacpp.Pointer.NativeDeallocator
- count() - Method in interface org.bytedeco.javacpp.Pointer.ReferenceCounter
- cppNames(String...) - Method in class org.bytedeco.javacpp.tools.Info
- cppText(String) - Method in class org.bytedeco.javacpp.tools.Info
- cppTypes(String...) - Method in class org.bytedeco.javacpp.tools.Info
- create(boolean[]) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanArrayIndexer(array) - create(boolean[], long...) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanArrayIndexer(array, sizes) - create(boolean[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanArrayIndexer(array, sizes, strides) - create(boolean[], Index) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanArrayIndexer(array, index) - create(byte[]) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteArrayIndexer(array) - create(byte[]) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteArrayIndexer(array) - create(byte[], long...) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteArrayIndexer(array, sizes) - create(byte[], long...) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteArrayIndexer(array, sizes) - create(byte[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteArrayIndexer(array, sizes, strides) - create(byte[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new ByteArrayIndexer(array, sizes, strides) - create(byte[], Index) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteArrayIndexer(array, index) - create(byte[], Index) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteArrayIndexer(array, index) - create(char[]) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharArrayIndexer(array) - create(char[], long...) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharArrayIndexer(array, sizes) - create(char[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharArrayIndexer(array, sizes, strides) - create(char[], Index) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharArrayIndexer(array, index) - create(double[]) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleArrayIndexer(array) - create(double[], long...) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleArrayIndexer(array, sizes) - create(double[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleArrayIndexer(array, sizes, strides) - create(double[], Index) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleArrayIndexer(array, index) - create(float[]) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatArrayIndexer(array) - create(float[], long...) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatArrayIndexer(array, sizes) - create(float[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatArrayIndexer(array, sizes, strides) - create(float[], Index) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatArrayIndexer(array, index) - create(int[]) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntArrayIndexer(array) - create(int[]) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntArrayIndexer(array) - create(int[], long...) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntArrayIndexer(array, sizes) - create(int[], long...) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntArrayIndexer(array, sizes) - create(int[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntArrayIndexer(array, sizes, strides) - create(int[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntArrayIndexer(array, sizes, strides) - create(int[], Index) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntArrayIndexer(array, index) - create(int[], Index) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntArrayIndexer(array, index) - create(long) - Static method in class org.bytedeco.javacpp.indexer.Index
-
Returns
new OneIndex(size). - create(long...) - Static method in class org.bytedeco.javacpp.indexer.Index
-
Returns
new StrideIndex(sizes). - create(long[]) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongArrayIndexer(array) - create(long[]) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongArrayIndexer(array) - create(long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Index
-
Returns
new StrideIndex(sizes, strides). - create(long[], long...) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongArrayIndexer(array, sizes) - create(long[], long...) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongArrayIndexer(array, sizes) - create(long[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongArrayIndexer(array, sizes, strides) - create(long[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongArrayIndexer(array, sizes, strides) - create(long[], long[], long[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Index
-
Returns
new HyperslabIndex(sizes, selectionOffsets, selectionStrides, selectionCounts, selectionBlocks). - create(long[], long[], long[], long[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Index
-
Returns
new HyperslabIndex(sizes, strides, selectionOffsets, selectionStrides, selectionCounts, selectionBlocks). - create(long[], Index) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongArrayIndexer(array, index) - create(long[], Index) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongArrayIndexer(array, index) - create(short[]) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16ArrayIndexer(array) - create(short[]) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfArrayIndexer(array) - create(short[]) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortArrayIndexer(array) - create(short[]) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortArrayIndexer(array) - create(short[], long...) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16ArrayIndexer(array, sizes) - create(short[], long...) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfArrayIndexer(array, sizes) - create(short[], long...) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortArrayIndexer(array, sizes) - create(short[], long...) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortArrayIndexer(array, sizes) - create(short[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16ArrayIndexer(array, sizes, strides) - create(short[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfArrayIndexer(array, sizes, strides) - create(short[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortArrayIndexer(array, sizes, strides) - create(short[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortArrayIndexer(array, sizes, strides) - create(short[], Index) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16ArrayIndexer(array, index) - create(short[], Index) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfArrayIndexer(array, index) - create(short[], Index) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortArrayIndexer(array, index) - create(short[], Index) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortArrayIndexer(array, index) - create(Class) - Static method in class org.bytedeco.javacpp.tools.Logger
-
If the "org.bytedeco.javacpp.logger" system property is set to "slf4j", returns new
Slf4jLogger(Class), else returns newLogger(). - create(ByteBuffer) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanBufferIndexer(buffer) - create(ByteBuffer) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteBufferIndexer(buffer) - create(ByteBuffer) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteBufferIndexer(buffer) - create(ByteBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanBufferIndexer(buffer, sizes) - create(ByteBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteBufferIndexer(buffer, sizes) - create(ByteBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteBufferIndexer(buffer, sizes) - create(ByteBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanBufferIndexer(buffer, sizes, strides) - create(ByteBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteBufferIndexer(buffer, sizes, strides) - create(ByteBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new ByteBufferIndexer(buffer, sizes, strides) - create(ByteBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanBufferIndexer(buffer, index) - create(ByteBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteBufferIndexer(buffer, index) - create(ByteBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteBufferIndexer(buffer, index) - create(CharBuffer) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharBufferIndexer(buffer) - create(CharBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharBufferIndexer(buffer, sizes) - create(CharBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharBufferIndexer(buffer, sizes, strides) - create(CharBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharBufferIndexer(buffer, index) - create(DoubleBuffer) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleBufferIndexer(buffer) - create(DoubleBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleBufferIndexer(buffer, sizes) - create(DoubleBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleBufferIndexer(buffer, sizes, strides) - create(DoubleBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleBufferIndexer(buffer, index) - create(FloatBuffer) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatBufferIndexer(buffer) - create(FloatBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatBufferIndexer(buffer, sizes) - create(FloatBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatBufferIndexer(buffer, sizes, strides) - create(FloatBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatBufferIndexer(buffer, index) - create(IntBuffer) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntBufferIndexer(buffer) - create(IntBuffer) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntBufferIndexer(buffer) - create(IntBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntBufferIndexer(buffer, sizes) - create(IntBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntBufferIndexer(buffer, sizes) - create(IntBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntBufferIndexer(buffer, sizes, strides) - create(IntBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntBufferIndexer(buffer, sizes, strides) - create(IntBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntBufferIndexer(buffer, index) - create(IntBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntBufferIndexer(buffer, index) - create(LongBuffer) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongBufferIndexer(buffer) - create(LongBuffer) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongBufferIndexer(buffer) - create(LongBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongBufferIndexer(buffer, sizes) - create(LongBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongBufferIndexer(buffer, sizes) - create(LongBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongBufferIndexer(buffer, sizes, strides) - create(LongBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongBufferIndexer(buffer, sizes, strides) - create(LongBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongBufferIndexer(buffer, index) - create(LongBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongBufferIndexer(buffer, index) - create(ShortBuffer) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16BufferIndexer(buffer) - create(ShortBuffer) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfBufferIndexer(buffer) - create(ShortBuffer) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortBufferIndexer(buffer) - create(ShortBuffer) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortBufferIndexer(buffer) - create(ShortBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16BufferIndexer(buffer, sizes) - create(ShortBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfBufferIndexer(buffer, sizes) - create(ShortBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortBufferIndexer(buffer, sizes) - create(ShortBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortBufferIndexer(buffer, sizes) - create(ShortBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16BufferIndexer(buffer, sizes, strides) - create(ShortBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfBufferIndexer(buffer, sizes, strides) - create(ShortBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortBufferIndexer(buffer, sizes, strides) - create(ShortBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortBufferIndexer(buffer, sizes, strides) - create(ShortBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16BufferIndexer(buffer, index) - create(ShortBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfBufferIndexer(buffer, index) - create(ShortBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortBufferIndexer(buffer, index) - create(ShortBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortBufferIndexer(buffer, index) - create(BooleanPointer) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanRawIndexer(pointer) - create(BooleanPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanRawIndexer(pointer, index) - create(BooleanPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanRawIndexer(pointer, sizes, strides) - create(BooleanPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(BooleanPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
new BooleanRawIndexer(pointer, index) - create(BooleanPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Creates a boolean indexer to access efficiently the data of a pointer.
- create(BytePointer) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteRawIndexer(pointer) - create(BytePointer) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteRawIndexer(pointer) - create(BytePointer, long...) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteRawIndexer(pointer, index) - create(BytePointer, long...) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteRawIndexer(pointer, index) - create(BytePointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteRawIndexer(pointer, sizes, strides) - create(BytePointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteRawIndexer(pointer, sizes, strides) - create(BytePointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(BytePointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(BytePointer, Index) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
new ByteRawIndexer(pointer, index) - create(BytePointer, Index) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
new UByteRawIndexer(pointer, index) - create(BytePointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Creates a byte indexer to access efficiently the data of a pointer.
- create(BytePointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Creates a byte indexer to access efficiently the data of a pointer.
- create(CharPointer) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharRawIndexer(pointer) - create(CharPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharRawIndexer(pointer, sizes) - create(CharPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharRawIndexer(pointer, sizes, strides) - create(CharPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(CharPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
new CharRawIndexer(pointer, index) - create(CharPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Creates a char indexer to access efficiently the data of a pointer.
- create(DoublePointer) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleRawIndexer(pointer) - create(DoublePointer, long...) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleRawIndexer(pointer, index) - create(DoublePointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleRawIndexer(pointer, sizes, strides) - create(DoublePointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(DoublePointer, Index) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
new DoubleRawIndexer(pointer, index) - create(DoublePointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Creates a double indexer to access efficiently the data of a pointer.
- create(FloatPointer) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatRawIndexer(pointer) - create(FloatPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatRawIndexer(pointer, sizes) - create(FloatPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatRawIndexer(pointer, sizes, strides) - create(FloatPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(FloatPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
new FloatRawIndexer(pointer, index) - create(FloatPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Creates a float indexer to access efficiently the data of a pointer.
- create(IntPointer) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntRawIndexer(pointer) - create(IntPointer) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntRawIndexer(pointer) - create(IntPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntRawIndexer(pointer, sizes) - create(IntPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntRawIndexer(pointer, sizes) - create(IntPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntRawIndexer(pointer, sizes, strides) - create(IntPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntRawIndexer(pointer, sizes, strides) - create(IntPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(IntPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(IntPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
new IntRawIndexer(pointer, index) - create(IntPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
new UIntRawIndexer(pointer, index) - create(IntPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Creates a int indexer to access efficiently the data of a pointer.
- create(IntPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Creates a int indexer to access efficiently the data of a pointer.
- create(LongPointer) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongRawIndexer(pointer) - create(LongPointer) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongRawIndexer(pointer) - create(LongPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongRawIndexer(pointer, sizes) - create(LongPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongRawIndexer(pointer, sizes) - create(LongPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongRawIndexer(pointer, sizes, strides) - create(LongPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongRawIndexer(pointer, sizes, strides) - create(LongPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(LongPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(LongPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
new LongRawIndexer(pointer, index) - create(LongPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
new ULongRawIndexer(pointer, index) - create(LongPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Creates a long indexer to access efficiently the data of a pointer.
- create(LongPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Creates a long indexer to access efficiently the data of a pointer.
- create(ShortPointer) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16RawIndexer(pointer) - create(ShortPointer) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfRawIndexer(pointer) - create(ShortPointer) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortRawIndexer(pointer) - create(ShortPointer) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortRawIndexer(pointer) - create(ShortPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16RawIndexer(pointer, sizes) - create(ShortPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfRawIndexer(pointer, sizes) - create(ShortPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortRawIndexer(pointer, sizes) - create(ShortPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortRawIndexer(pointer, sizes) - create(ShortPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16RawIndexer(pointer, sizes, strides) - create(ShortPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfRawIndexer(pointer, sizes, strides) - create(ShortPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortRawIndexer(pointer, sizes, strides) - create(ShortPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortRawIndexer(pointer, sizes, strides) - create(ShortPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(ShortPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(ShortPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(ShortPointer, long[], long[], boolean) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
create(pointer, Index.create(sizes, strides), direct) - create(ShortPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
new Bfloat16RawIndexer(pointer, index) - create(ShortPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
new HalfRawIndexer(pointer, index) - create(ShortPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
new ShortRawIndexer(pointer, index) - create(ShortPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
new UShortRawIndexer(pointer, index) - create(ShortPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Creates a bfloat16 indexer to access efficiently the data of a pointer.
- create(ShortPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Creates a half float indexer to access efficiently the data of a pointer.
- create(ShortPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Creates a short indexer to access efficiently the data of a pointer.
- create(ShortPointer, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Creates a short indexer to access efficiently the data of a pointer.
- createIndexer(boolean) - Method in interface org.bytedeco.javacpp.indexer.Indexable
-
Factory method called by the user to get an indexer to access the data.
- createLibraryLink(String, ClassProperties, String, String...) - Static method in class org.bytedeco.javacpp.Loader
-
Creates a version-less symbolic link to a library file, if needed.
- CriticalRegion - Annotation Type in org.bytedeco.javacpp.annotation
-
In some methods,
Generatorwill generate code to transfer arrays from the JVM to native code using theGet/Release<primitivetype>ArrayElementsmethods. - CustomDeallocator(Pointer) - Constructor for class org.bytedeco.javacpp.Pointer.CustomDeallocator
D
- deallocate() - Method in class org.bytedeco.javacpp.Pointer.CustomDeallocator
- deallocate() - Method in class org.bytedeco.javacpp.Pointer
-
Calls
deallocate(true). - deallocate() - Method in interface org.bytedeco.javacpp.Pointer.Deallocator
- deallocate() - Method in class org.bytedeco.javacpp.Pointer.NativeDeallocator
- deallocate() - Method in class org.bytedeco.javacpp.PointerScope
-
Pops from
PointerScope.pointerStackall attached pointers, and callsPointer.deallocate()on them. - deallocate(boolean) - Method in class org.bytedeco.javacpp.Pointer
-
Explicitly manages native memory without waiting after the garbage collector.
- deallocateReferences() - Static method in class org.bytedeco.javacpp.Pointer
-
Clears, deallocates, and removes all garbage collected objects from the
Pointer.referenceQueue. - deallocator() - Method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.deallocator. - deallocator(Pointer.Deallocator) - Method in class org.bytedeco.javacpp.Pointer
-
Sets the deallocator and returns this.
- deallocatorAddress() - Method in class org.bytedeco.javacpp.Pointer.NativeDeallocator
- debug(String) - Method in class org.bytedeco.javacpp.tools.Logger
-
Calls
System.err.println("Debug: " + s). - debug(String) - Method in class org.bytedeco.javacpp.tools.Slf4jLogger
-
Calls
Logger.debug(String). - defaultStrides(long...) - Static method in class org.bytedeco.javacpp.indexer.StrideIndex
-
Returns default (row-major contiguous) strides for the given sizes.
- define() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of macros to
#defineat the top of the generated code, beforePlatform.include()andPlatform.cinclude()header files. - define() - Method in class org.bytedeco.javacpp.tools.Info
- define(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- deleteDirectory(File) - Static method in class org.bytedeco.javacpp.Loader
-
Deletes the directory and all the files in it.
- deleteGlobalRef(Pointer) - Static method in class org.bytedeco.javacpp.Loader
- deleteGlobalRef(Pointer) - Static method in class org.bytedeco.javacpp.Loader.Helper
-
Deletes the JNI global reference stored in the Pointer.
- deleteJniFiles(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.deleteJniFilesfield to the argument. - detach(Pointer) - Method in class org.bytedeco.javacpp.PointerScope
-
Removes the Pointer from the
PointerScope.pointerStackof this Scope and callsPointer.releaseReference(). - Detector() - Constructor for class org.bytedeco.javacpp.Loader.Detector
- DoubleArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
double[]array. - DoubleArrayIndexer(double[]) - Constructor for class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
Calls
DoubleArrayIndexer(array, Index.create(array.length)). - DoubleArrayIndexer(double[], long...) - Constructor for class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
Calls
DoubleArrayIndexer(array, Index.create(sizes)). - DoubleArrayIndexer(double[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
Calls
DoubleArrayIndexer(array, Index.create(sizes, strides)). - DoubleArrayIndexer(double[], Index) - Constructor for class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
Constructor to set the
DoubleArrayIndexer.arrayandIndexer.index. - DoubleBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
DoubleBuffer. - DoubleBufferIndexer(DoubleBuffer) - Constructor for class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
Calls
DoubleBufferIndexer(buffer, Index.create(buffer.limit())). - DoubleBufferIndexer(DoubleBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
Calls
DoubleBufferIndexer(buffer, Index.create(sizes)). - DoubleBufferIndexer(DoubleBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
Calls
DoubleBufferIndexer(buffer, Index.create(sizes, strides)). - DoubleBufferIndexer(DoubleBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
Constructor to set the
DoubleBufferIndexer.bufferandIndexer.index. - DoubleIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
doubleprimitive type. - DoubleIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.DoubleIndexer
- DoubleIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.DoubleIndexer
- DoublePointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
double. - DoublePointer() - Constructor for class org.bytedeco.javacpp.DoublePointer
- DoublePointer(double...) - Constructor for class org.bytedeco.javacpp.DoublePointer
-
Allocates enough memory for the array and copies it.
- DoublePointer(long) - Constructor for class org.bytedeco.javacpp.DoublePointer
-
Allocates a native
doublearray of the given size. - DoublePointer(DoubleBuffer) - Constructor for class org.bytedeco.javacpp.DoublePointer
-
For direct buffers, calls
Pointer(Buffer), while for buffers backed with an array, allocates enough memory for the array and copies it. - DoublePointer(Pointer) - Constructor for class org.bytedeco.javacpp.DoublePointer
- DoubleRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
DoublePointerusing theRawinstance. - DoubleRawIndexer(DoublePointer) - Constructor for class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
Calls
DoubleRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - DoubleRawIndexer(DoublePointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
Calls
DoubleRawIndexer(pointer, Index.create(sizes)). - DoubleRawIndexer(DoublePointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
Calls
DoubleRawIndexer(pointer, Index.create(sizes, strides)). - DoubleRawIndexer(DoublePointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
Constructor to set the
DoubleRawIndexer.pointerandIndexer.index.
E
- encoding(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.encodingfield to the argument. - EncodingFileWriter - Class in org.bytedeco.javacpp.tools
- EncodingFileWriter(File, String) - Constructor for class org.bytedeco.javacpp.tools.EncodingFileWriter
- EncodingFileWriter(File, String, String) - Constructor for class org.bytedeco.javacpp.tools.EncodingFileWriter
- enumerate() - Method in class org.bytedeco.javacpp.tools.Info
- enumerate(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- environmentVariables(Map<String, String>) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.environmentVariablesfield to the argument. - equals(Object) - Method in class org.bytedeco.javacpp.Pointer
-
Checks for equality with argument.
- error(String) - Method in class org.bytedeco.javacpp.tools.Logger
-
Calls
System.err.println("Error: " + s). - error(String) - Method in class org.bytedeco.javacpp.tools.Slf4jLogger
-
Calls
Logger.error(String). - exclude() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of C/C++ header files that should not be included in the generated code, even when they are inherited from an include list.
- executable() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
Executables to bundle at build time and extract at runtime on load, instead of a library.
- executablepath() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of paths from which to copy executables from the
Platform.executable()value. - execute() - Method in class org.bytedeco.javacpp.tools.BuildMojo
- execute() - Method in class org.bytedeco.javacpp.tools.CacheMojo
- execute() - Method in class org.bytedeco.javacpp.tools.ClearMojo
- execute() - Method in class org.bytedeco.javacpp.tools.ParseMojo
- executeCommand(List<String>, File, Map<String, String>) - Method in class org.bytedeco.javacpp.tools.CommandExecutor
-
Executes a command with
ProcessBuilder, but also logs the call and redirects its input and output to our process. - extend() - Method in class org.bytedeco.javacpp.PointerScope
-
Extends the life of this scope past the next call to
PointerScope.close()by setting thePointerScope.extendflag. - extension() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
The platform extensions to attempt to load for this library.
- extern() - Element in annotation type org.bytedeco.javacpp.annotation.Convention
- extractResource(Class, String, File, String, String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts by name a resource using the
ClassLoaderof the specifiedClass. - extractResource(String, File, String, String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts by name a resource using the
ClassLoaderof the caller. - extractResource(URL, File, String, String) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
extractResource(resourceURL, directoryOrFile, prefix, suffix, false). - extractResource(URL, File, String, String, boolean) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts a resource into the specified directory and with the specified prefix and suffix for the filename.
- extractResources(Class, String, File, String, String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts by name resources using the
ClassLoaderof the specifiedClass. - extractResources(String, File, String, String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts by name resources using the
ClassLoaderof the caller.
F
- fill(int) - Method in class org.bytedeco.javacpp.Pointer
-
Calls in effect
memset(address + position, b, length), wherelength = sizeof() * (limit - position). - findLibrary(Class, ClassProperties, String) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
findLibrary(cls, properties, libnameversion, Loader.pathsFirst). - findLibrary(Class, ClassProperties, String, boolean) - Static method in class org.bytedeco.javacpp.Loader
-
Finds from where the library may be extracted and loaded among the
Classresources. - findResource(Class, String) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
findResources(cls, name, 1)[0]or null if none. - findResources(Class, String) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
findResources(cls, name, -1). - findResources(Class, String, int) - Static method in class org.bytedeco.javacpp.Loader
-
Finds by name resources using the
Classand itsClassLoader. - flatten() - Method in class org.bytedeco.javacpp.tools.Info
- flatten(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- FloatArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
float[]array. - FloatArrayIndexer(float[]) - Constructor for class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
Calls
FloatArrayIndexer(array, Index.create(array.length)). - FloatArrayIndexer(float[], long...) - Constructor for class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
Calls
FloatArrayIndexer(array, Index.create(sizes)). - FloatArrayIndexer(float[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
Calls
FloatArrayIndexer(array, Index.create(sizes, strides)). - FloatArrayIndexer(float[], Index) - Constructor for class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
Constructor to set the
FloatArrayIndexer.arrayandIndexer.index. - FloatBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
FloatBuffer. - FloatBufferIndexer(FloatBuffer) - Constructor for class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
Calls
FloatBufferIndexer(buffer, Index.create(buffer.limit())). - FloatBufferIndexer(FloatBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
Calls
FloatBufferIndexer(buffer, Index.create(sizes)). - FloatBufferIndexer(FloatBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
Calls
FloatBufferIndexer(buffer, Index.create(sizes, strides)). - FloatBufferIndexer(FloatBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
Constructor to set the
FloatBufferIndexer.bufferandIndexer.index. - FloatIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
floatprimitive type. - FloatIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.FloatIndexer
- FloatIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.FloatIndexer
- FloatPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
float. - FloatPointer() - Constructor for class org.bytedeco.javacpp.FloatPointer
- FloatPointer(float...) - Constructor for class org.bytedeco.javacpp.FloatPointer
-
Allocates enough memory for the array and copies it.
- FloatPointer(long) - Constructor for class org.bytedeco.javacpp.FloatPointer
-
Allocates a native
floatarray of the given size. - FloatPointer(FloatBuffer) - Constructor for class org.bytedeco.javacpp.FloatPointer
-
For direct buffers, calls
Pointer(Buffer), while for buffers backed with an array, allocates enough memory for the array and copies it. - FloatPointer(Pointer) - Constructor for class org.bytedeco.javacpp.FloatPointer
- FloatRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
FloatPointerusing theRawinstance. - FloatRawIndexer(FloatPointer) - Constructor for class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
Calls
FloatRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - FloatRawIndexer(FloatPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
Calls
FloatRawIndexer(pointer, Index.create(sizes)). - FloatRawIndexer(FloatPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
Calls
FloatRawIndexer(pointer, Index.create(sizes, strides)). - FloatRawIndexer(FloatPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
Constructor to set the
FloatRawIndexer.pointerandIndexer.index. - forClasses() - Method in class org.bytedeco.javacpp.PointerScope
- formatBytes(long) - Static method in class org.bytedeco.javacpp.Pointer
-
Truncates and formats the number of bytes to a human readable string ending with "T", "G", "M", or "K" (as multiples of 1024).
- framework() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of frameworks the native compiler should build against.
- frameworkpath() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of framework paths passed to the native compiler for use at link time.
- free(Pointer) - Static method in class org.bytedeco.javacpp.Pointer
- friendly() - Method in class org.bytedeco.javacpp.tools.Info
- friendly(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- fromBigInteger(BigInteger) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
- fromFloat(float) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
returns all higher 16 bits as 0 for all results
- fromFloat(float) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
returns all higher 16 bits as 0 for all results
- function() - Element in annotation type org.bytedeco.javacpp.annotation.Index
-
The name of a function to call instead of
operator[], for example, "at". - Function - Annotation Type in org.bytedeco.javacpp.annotation
-
Overrides the detection of allocators, getters, and setters.
- FunctionPointer - Class in org.bytedeco.javacpp
-
All peer classes to function pointers must derive from FunctionPointer.
- FunctionPointer() - Constructor for class org.bytedeco.javacpp.FunctionPointer
- FunctionPointer(Pointer) - Constructor for class org.bytedeco.javacpp.FunctionPointer
G
- generate(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.generatefield to the argument. - generate(String, String, String, String, String, String, String, Class<?>...) - Method in class org.bytedeco.javacpp.tools.Generator
- Generator - Class in org.bytedeco.javacpp.tools
-
The Generator is where all the C++ source code that we need gets generated.
- Generator(Logger, Properties) - Constructor for class org.bytedeco.javacpp.tools.Generator
- Generator(Logger, Properties, String) - Constructor for class org.bytedeco.javacpp.tools.Generator
- get() - Method in class org.bytedeco.javacpp.BooleanPointer
- get() - Method in class org.bytedeco.javacpp.BoolPointer
- get() - Method in class org.bytedeco.javacpp.BytePointer
- get() - Method in class org.bytedeco.javacpp.CharPointer
- get() - Method in class org.bytedeco.javacpp.CLongPointer
- get() - Method in class org.bytedeco.javacpp.DoublePointer
- get() - Method in class org.bytedeco.javacpp.FloatPointer
- get() - Method in class org.bytedeco.javacpp.IntPointer
- get() - Method in class org.bytedeco.javacpp.LongPointer
- get() - Method in class org.bytedeco.javacpp.PointerPointer
- get() - Method in class org.bytedeco.javacpp.ShortPointer
- get() - Method in class org.bytedeco.javacpp.SizeTPointer
- get(boolean[]) - Method in class org.bytedeco.javacpp.BooleanPointer
- get(boolean[], int, int) - Method in class org.bytedeco.javacpp.BooleanPointer
-
Reads a portion of the native array into a Java array.
- get(byte[]) - Method in class org.bytedeco.javacpp.BytePointer
- get(byte[], int, int) - Method in class org.bytedeco.javacpp.BytePointer
-
Reads a portion of the native array into a Java array.
- get(char[]) - Method in class org.bytedeco.javacpp.CharPointer
- get(char[], int, int) - Method in class org.bytedeco.javacpp.CharPointer
-
Reads a portion of the native array into a Java array.
- get(double[]) - Method in class org.bytedeco.javacpp.DoublePointer
- get(double[], int, int) - Method in class org.bytedeco.javacpp.DoublePointer
-
Reads a portion of the native array into a Java array.
- get(float[]) - Method in class org.bytedeco.javacpp.FloatPointer
- get(float[], int, int) - Method in class org.bytedeco.javacpp.FloatPointer
-
Reads a portion of the native array into a Java array.
- get(int[]) - Method in class org.bytedeco.javacpp.IntPointer
- get(int[], int, int) - Method in class org.bytedeco.javacpp.IntPointer
-
Reads a portion of the native array into a Java array.
- get(int, String) - Method in class org.bytedeco.javacpp.tools.InfoMap
- get(int, String, boolean) - Method in class org.bytedeco.javacpp.tools.InfoMap
- get(long) - Method in class org.bytedeco.javacpp.BooleanPointer
- get(long) - Method in class org.bytedeco.javacpp.BoolPointer
- get(long) - Method in class org.bytedeco.javacpp.BytePointer
- get(long) - Method in class org.bytedeco.javacpp.CharPointer
- get(long) - Method in class org.bytedeco.javacpp.CLongPointer
- get(long) - Method in class org.bytedeco.javacpp.DoublePointer
- get(long) - Method in class org.bytedeco.javacpp.FloatPointer
- get(long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- get(long) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
array/buffer[index(i)] - get(long) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- get(long) - Method in class org.bytedeco.javacpp.IntPointer
- get(long) - Method in class org.bytedeco.javacpp.LongPointer
- get(long) - Method in class org.bytedeco.javacpp.PointerPointer
- get(long) - Method in class org.bytedeco.javacpp.ShortPointer
- get(long) - Method in class org.bytedeco.javacpp.SizeTPointer
- get(long[]) - Method in class org.bytedeco.javacpp.CLongPointer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
array/buffer[index(indices)] - get(long...) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- get(long[]) - Method in class org.bytedeco.javacpp.LongPointer
- get(long[]) - Method in class org.bytedeco.javacpp.SizeTPointer
- get(long[], boolean[]) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswhereb = array/buffer[index(indices)] - get(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- get(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- get(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswhereb[offset:offset + length] = array/buffer[index(indices)] - get(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- get(long[], byte[]) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswhereb = array/buffer[index(indices)] - get(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- get(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- get(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswhereb[offset:offset + length] = array/buffer[index(indices)] - get(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- get(long[], char[]) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherec = array/buffer[index(indices)] - get(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- get(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- get(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherec[offset:offset + length] = array/buffer[index(indices)] - get(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- get(long[], double[]) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswhered = array/buffer[index(indices)] - get(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- get(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- get(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswhered[offset:offset + length] = array/buffer[index(indices)] - get(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- get(long[], float[]) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswhereh = array/buffer[index(indices)] - get(long[], float[]) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswheref = array/buffer[index(indices)] - get(long[], float[]) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswhereh = array/buffer[index(indices)] - get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswhereh[offset:offset + length] = array/buffer[index(indices)] - get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswheref[offset:offset + length] = array/buffer[index(indices)] - get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswhereh[offset:offset + length] = array/buffer[index(indices)] - get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- get(long[], int[]) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswheren = array/buffer[index(indices)] - get(long[], int[]) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswhereb = array/buffer[index(indices)] - get(long[], int[]) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswheres = array/buffer[index(indices)] - get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswheren[offset:offset + length] = array/buffer[index(indices)] - get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswhereb[offset:offset + length] = array/buffer[index(indices)] - get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswheres[offset:offset + length] = array/buffer[index(indices)] - get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- get(long[], int, int) - Method in class org.bytedeco.javacpp.CLongPointer
-
Reads a portion of the native array into a Java array.
- get(long[], int, int) - Method in class org.bytedeco.javacpp.LongPointer
-
Reads a portion of the native array into a Java array.
- get(long[], int, int) - Method in class org.bytedeco.javacpp.SizeTPointer
-
Reads a portion of the native array into a Java array.
- get(long[], long[]) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherel = array/buffer[index(indices)] - get(long[], long[]) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswheren = array/buffer[index(indices)] - get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherel[offset:offset + length] = array/buffer[index(indices)] - get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswheren[offset:offset + length] = array/buffer[index(indices)] - get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- get(long[], short[]) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswheres = array/buffer[index(indices)] - get(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- get(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- get(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswheres[offset:offset + length] = array/buffer[index(indices)] - get(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- get(long[], BigInteger[]) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherel = array/buffer[index(indices)] - get(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- get(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- get(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherel[offset:offset + length] = array/buffer[index(indices)] - get(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- get(long, boolean[]) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswhereb = array/buffer[index(i)] - get(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- get(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- get(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswhereb[offset:offset + length] = array/buffer[index(i)] - get(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- get(long, byte[]) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswhereb = array/buffer[index(i)] - get(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- get(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- get(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswhereb[offset:offset + length] = array/buffer[index(i)] - get(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- get(long, char[]) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherec = array/buffer[index(i)] - get(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- get(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- get(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherec[offset:offset + length] = array/buffer[index(i)] - get(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- get(long, double[]) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswhered = array/buffer[index(i)] - get(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- get(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- get(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswhered[offset:offset + length] = array/buffer[index(i)] - get(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- get(long, float[]) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswhereh = array/buffer[index(i)] - get(long, float[]) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswheref = array/buffer[index(i)] - get(long, float[]) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswhereh = array/buffer[index(i)] - get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswhereh[offset:offset + length] = array/buffer[index(i)] - get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswheref[offset:offset + length] = array/buffer[index(i)] - get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswhereh[offset:offset + length] = array/buffer[index(i)] - get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- get(long, int[]) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswheren = array/buffer[index(i)] - get(long, int[]) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswhereb = array/buffer[index(i)] - get(long, int[]) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswheres = array/buffer[index(i)] - get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswheren[offset:offset + length] = array/buffer[index(i)] - get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswhereb[offset:offset + length] = array/buffer[index(i)] - get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswheres[offset:offset + length] = array/buffer[index(i)] - get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
array/buffer[index(i, j)] - get(long, long) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- get(long, long[]) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherel = array/buffer[index(i)] - get(long, long[]) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswheren = array/buffer[index(i)] - get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherel[offset:offset + length] = array/buffer[index(i)] - get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswheren[offset:offset + length] = array/buffer[index(i)] - get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- get(long, long, boolean[]) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswhereb = array/buffer[index(i, j)] - get(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- get(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- get(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswhereb[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- get(long, long, byte[]) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswhereb = array/buffer[index(i, j)] - get(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- get(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- get(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswhereb[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- get(long, long, char[]) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherec = array/buffer[index(i, j)] - get(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- get(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- get(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherec[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- get(long, long, double[]) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswhered = array/buffer[index(i, j)] - get(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- get(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- get(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswhered[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- get(long, long, float[]) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswhereh = array/buffer[index(i, j)] - get(long, long, float[]) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswheref = array/buffer[index(i, j)] - get(long, long, float[]) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswhereh = array/buffer[index(i, j)] - get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswhereh[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswheref[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswhereh[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- get(long, long, int[]) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswheren = array/buffer[index(i, j)] - get(long, long, int[]) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswhereb = array/buffer[index(i, j)] - get(long, long, int[]) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswheres = array/buffer[index(i, j)] - get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswheren[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswhereb[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswheres[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
array/buffer[index(i, j, k)] - get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- get(long, long, long[]) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherel = array/buffer[index(i, j)] - get(long, long, long[]) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswheren = array/buffer[index(i, j)] - get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherel[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswheren[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- get(long, long, short[]) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswheres = array/buffer[index(i, j)] - get(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- get(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- get(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswheres[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- get(long, long, BigInteger[]) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherel = array/buffer[index(i, j)] - get(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- get(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- get(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherel[offset:offset + length] = array/buffer[index(i, j)] - get(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- get(long, short[]) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswheres = array/buffer[index(i)] - get(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- get(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- get(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswheres[offset:offset + length] = array/buffer[index(i)] - get(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- get(long, BigInteger[]) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherel = array/buffer[index(i)] - get(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- get(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- get(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherel[offset:offset + length] = array/buffer[index(i)] - get(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- get(short[]) - Method in class org.bytedeco.javacpp.ShortPointer
- get(short[], int, int) - Method in class org.bytedeco.javacpp.ShortPointer
-
Reads a portion of the native array into a Java array.
- get(Class<P>) - Method in class org.bytedeco.javacpp.PointerPointer
- get(Class<P>, long) - Method in class org.bytedeco.javacpp.PointerPointer
- get(String) - Method in class org.bytedeco.javacpp.ClassProperties
- get(String) - Method in class org.bytedeco.javacpp.tools.InfoMap
- get(String, boolean) - Method in class org.bytedeco.javacpp.tools.InfoMap
- getBfloat16(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
shortvalue atarray/buffer[i], treated as bfloat16 - getBool() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
getBool(0). - getBool(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the
boolvalue at the i-thbytein the native array. - getBoolean(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
booleanvalue atarray/buffer[i] - getByte(long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- getByte(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- getByte(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
bytevalue atarray/buffer[i] - getByte(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- getCacheDir() - Static method in class org.bytedeco.javacpp.Loader
-
Creates and returns
System.getProperty("org.bytedeco.javacpp.cachedir")or~/.javacpp/cache/when not set. - getCallerClass(int) - Static method in class org.bytedeco.javacpp.Loader
-
Returns the
Classobject that contains a caller's method. - getCanonicalFile(File) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
file.getCanonicalFile()orfile.toPath().toRealPath().toFile()on Windows. - getCanonicalPath(File) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
file.getCanonicalPath()orfile.toPath().toRealPath().toString()on Windows. - getChar() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
getChar(0). - getChar(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the
charvalue at the i-thbytein the native array. - getChar(long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- getChar(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- getChar(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
charvalue atarray/buffer[i] - getChar(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- getCount() - Method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
- getDirectBufferAddress(Buffer) - Static method in class org.bytedeco.javacpp.Pointer
-
Returns the starting address of the memory region referenced by the given direct
Buffer. - getDouble() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
getDouble(0). - getDouble(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the
doublevalue at the i-thbytein the native array. - getDouble(long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- getDouble(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- getDouble(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
doublevalue atarray/buffer[i] - getDouble(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Calls
get(int...indices)and returns the value as a double. - getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
- getEffectiveClasses() - Method in class org.bytedeco.javacpp.ClassProperties
- getEnclosingClass(Class) - Static method in class org.bytedeco.javacpp.Loader
-
If annotated with properties, returns the argument as "enclosing Class".
- getFirst(String) - Method in class org.bytedeco.javacpp.tools.InfoMap
- getFirst(String, boolean) - Method in class org.bytedeco.javacpp.tools.InfoMap
- getFloat() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
getFloat(0). - getFloat(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the
floatvalue at the i-thbytein the native array. - getFloat(long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- getFloat(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- getFloat(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
floatvalue atarray/buffer[i] - getFloat(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- getHalf(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
shortvalue atarray/buffer[i], treated as half-precision float - getInheritedClasses() - Method in class org.bytedeco.javacpp.ClassProperties
- getInnerScope() - Static method in class org.bytedeco.javacpp.PointerScope
-
Returns
scopeStack.get().peek(), the last opened scope not yet closed. - getInt() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
getInt(0). - getInt(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the
intvalue at the i-thbytein the native array. - getInt(long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- getInt(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- getInt(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
intvalue atarray/buffer[i] - getInt(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- getJavaVM() - Static method in class org.bytedeco.javacpp.Loader
-
Returns
Loader.Helper.getJavaVM(). - getJavaVM() - Static method in class org.bytedeco.javacpp.Loader.Helper
-
Returns the JavaVM JNI object, as required by some APIs for initialization.
- getLoadedLibraries() - Static method in class org.bytedeco.javacpp.Loader
-
Returns a Map that relates each library name to the path of the loaded file.
- getLong() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
getLong(0). - getLong(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the
longvalue at the i-thbytein the native array. - getLong(long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- getLong(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- getLong(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
longvalue atarray/buffer[i] - getLong(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- getMemoryUsed() - Method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
- getName() - Method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
- getObjectName() - Method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
- getPlatform() - Static method in class org.bytedeco.javacpp.Loader.Detector
-
Returns either the value of the "org.bytedeco.javacpp.platform" system property, or the host platform when the former is not set.
- getPlatform() - Static method in class org.bytedeco.javacpp.Loader
-
Returns
Loader.PLATFORM. - getPointer() - Method in class org.bytedeco.javacpp.Pointer
-
Returns
getPointer(0). - getPointer(long) - Method in class org.bytedeco.javacpp.BooleanPointer
- getPointer(long) - Method in class org.bytedeco.javacpp.BoolPointer
- getPointer(long) - Method in class org.bytedeco.javacpp.BytePointer
- getPointer(long) - Method in class org.bytedeco.javacpp.CharPointer
- getPointer(long) - Method in class org.bytedeco.javacpp.CLongPointer
- getPointer(long) - Method in class org.bytedeco.javacpp.DoublePointer
- getPointer(long) - Method in class org.bytedeco.javacpp.FloatPointer
- getPointer(long) - Method in class org.bytedeco.javacpp.IntPointer
- getPointer(long) - Method in class org.bytedeco.javacpp.LongPointer
- getPointer(long) - Method in class org.bytedeco.javacpp.Pointer
-
Returns
getPointer(getClass(), i). - getPointer(long) - Method in class org.bytedeco.javacpp.PointerPointer
- getPointer(long) - Method in class org.bytedeco.javacpp.ShortPointer
- getPointer(long) - Method in class org.bytedeco.javacpp.SizeTPointer
- getPointer(Class<P>) - Method in class org.bytedeco.javacpp.Pointer
-
Returns
getPointer(type, 0). - getPointer(Class<P>, long) - Method in class org.bytedeco.javacpp.Pointer
-
Returns
new P(this).offsetAddress(i)after scalingPointer.position,Pointer.limit, andPointer.capacitywithPointer.sizeof(). - getPointerValue() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
getPointerValue(0). - getPointerValue(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the
Pointervalue at the i-thbytein the native array. - getProperties() - Method in class org.bytedeco.javacpp.tools.Builder
-
Returns
properties. - getProperty(String) - Method in class org.bytedeco.javacpp.ClassProperties
- getProperty(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Returns
properties.getProperty(key). - getProperty(String, String) - Method in class org.bytedeco.javacpp.ClassProperties
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- getRaw(long) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- getScopeIterator() - Static method in class org.bytedeco.javacpp.PointerScope
-
Returns
scopeStack.get().iterator(), all scopes not yet closed. - getShort() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
getShort(0). - getShort(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the
shortvalue at the i-thbytein the native array. - getShort(long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- getShort(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- getShort(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
shortvalue atarray/buffer[i] - getShort(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- getString() - Method in class org.bytedeco.javacpp.BytePointer
-
Decodes the native bytes assuming they are encoded in the platform's default charset.
- getString() - Method in class org.bytedeco.javacpp.CharPointer
-
Returns the String, assuming a null-terminated string if
limit <= position. - getString() - Method in class org.bytedeco.javacpp.IntPointer
-
Returns the String, assuming a null-terminated string if
limit <= position. - getString(long) - Method in class org.bytedeco.javacpp.PointerPointer
- getString(long, String) - Method in class org.bytedeco.javacpp.PointerPointer
- getString(long, Charset) - Method in class org.bytedeco.javacpp.PointerPointer
- getString(String) - Method in class org.bytedeco.javacpp.BytePointer
-
Decodes the native bytes assuming they are encoded in the named charset.
- getString(Charset) - Method in class org.bytedeco.javacpp.BytePointer
-
Decodes the native bytes assuming they are encoded in the given charset.
- getStringBytes() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the bytes, assuming a null-terminated string if
limit <= position. - getStringChars() - Method in class org.bytedeco.javacpp.CharPointer
-
Returns the chars, assuming a null-terminated string if
limit <= position. - getStringCodePoints() - Method in class org.bytedeco.javacpp.IntPointer
-
Returns the code points, assuming a null-terminated string if
limit <= position. - getTempDir() - Static method in class org.bytedeco.javacpp.Loader
-
Creates a unique name for
Loader.tempDirout ofSystem.getProperty("java.io.tmpdir")andSystem.nanoTime(). - getTotalCapacity() - Method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
- getUByte(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
bytevalue atarray/buffer[i], treated as unsigned - getUInt(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
intvalue atarray/buffer[i], treated as unsigned - getULong(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
longvalue atarray/buffer[i], treated as unsigned - getUnsigned() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
getUnsigned(0). - getUnsigned(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the
bytevalue at the i-thbytein the native array, treated as unsigned. - getUShort(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the
shortvalue atarray/buffer[i], treated as unsigned - getVersion() - Static method in class org.bytedeco.javacpp.Loader
-
Returns
getVersion("org.bytedeco", "javacpp"). - getVersion(String, String) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
getVersion(groupId, artifactId, getCallerClass(2)). - getVersion(String, String, Class) - Static method in class org.bytedeco.javacpp.Loader
-
Returns version property from
cls.getResource("META-INF/maven/" + groupId + "/" + artifactId + "/pom.properties"). - global() - Element in annotation type org.bytedeco.javacpp.annotation.Properties
-
The name of a class where to output any global declarations that are not in classes.
H
- HalfArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
short[]array, treated as half-precision float. - HalfArrayIndexer(short[]) - Constructor for class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
Calls
HalfArrayIndexer(array, Index.create(array.length)). - HalfArrayIndexer(short[], long...) - Constructor for class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
Calls
HalfArrayIndexer(array, Index.create(sizes)). - HalfArrayIndexer(short[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
Calls
HalfArrayIndexer(array, Index.create(sizes, strides)). - HalfArrayIndexer(short[], Index) - Constructor for class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
Constructor to set the
HalfArrayIndexer.arrayandIndexer.index. - HalfBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ShortBuffer, treated as half-precision float. - HalfBufferIndexer(ShortBuffer) - Constructor for class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
Calls
HalfBufferIndexer(buffer, Index.create(buffer.limit())). - HalfBufferIndexer(ShortBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
Calls
HalfBufferIndexer(buffer, Index.create(sizes)). - HalfBufferIndexer(ShortBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
Calls
HalfBufferIndexer(buffer, Index.create(sizes, strides)). - HalfBufferIndexer(ShortBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
Constructor to set the
HalfBufferIndexer.bufferandIndexer.index. - HalfIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
shortprimitive type, treated as half-precision float. - HalfIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.HalfIndexer
- HalfIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.HalfIndexer
- HalfRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ShortPointerusing theRawinstance, treated as half-precision float. - HalfRawIndexer(ShortPointer) - Constructor for class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
Calls
HalfRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - HalfRawIndexer(ShortPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
Calls
HalfRawIndexer(pointer, Index.create(sizes)). - HalfRawIndexer(ShortPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
Calls
HalfRawIndexer(pointer, Index.create(sizes, strides)). - HalfRawIndexer(ShortPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
Constructor to set the
HalfRawIndexer.pointerandIndexer.index. - hashCode() - Method in class org.bytedeco.javacpp.Pointer
-
Returns
(int)address. - header(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.headerfield to the argument. - height() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- helper() - Element in annotation type org.bytedeco.javacpp.annotation.Properties
-
An optional helper class the
Parsershould use as base for the global class. - Helper() - Constructor for class org.bytedeco.javacpp.Loader.Helper
- HyperslabIndex - Class in org.bytedeco.javacpp.indexer
-
A hyperslab is a rectangular pattern defined by four arrays.
- HyperslabIndex(long[], long[], long[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.HyperslabIndex
-
Calls
HyperslabIndex(sizes, defaultStrides(sizes), selectionOffsets, selectionStrides, selectionCounts, selectionBlocks). - HyperslabIndex(long[], long[], long[], long[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.HyperslabIndex
-
Constructor to set the
Index.sizes,StrideIndex.strides,HyperslabIndex.selectionOffsets,HyperslabIndex.selectionStrides,HyperslabIndex.selectionCounts, andHyperslabIndex.selectionBlocks.
I
- immutable() - Method in class org.bytedeco.javacpp.tools.Info
- immutable(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- include() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of C++ header files to include at the top of the generated code.
- includepath() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of include paths passed to the native compiler.
- includeresource() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of include resources passed to the native compiler.
- index - Variable in class org.bytedeco.javacpp.indexer.Indexer
-
The Index to be used for
Indexer.index(long...). - index(long) - Method in class org.bytedeco.javacpp.indexer.HyperslabIndex
- index(long) - Method in class org.bytedeco.javacpp.indexer.Index
-
Returns
index(new long[] {i}). - index(long) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns
index.index(i). - index(long) - Method in class org.bytedeco.javacpp.indexer.OneIndex
-
Returns
i. - index(long) - Method in class org.bytedeco.javacpp.indexer.StrideIndex
-
Returns
i * strides[0]. - index(long...) - Method in class org.bytedeco.javacpp.indexer.HyperslabIndex
- index(long...) - Method in class org.bytedeco.javacpp.indexer.Index
-
Computes the linear index.
- index(long...) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns
index.index(indices). - index(long...) - Method in class org.bytedeco.javacpp.indexer.OneIndex
-
Returns
indices[0]ifindices.length == 1or throwsnew UnsupportedOperationException(). - index(long...) - Method in class org.bytedeco.javacpp.indexer.StrideIndex
-
Computes the linear index as the dot product of indices and strides.
- index(long, long) - Method in class org.bytedeco.javacpp.indexer.HyperslabIndex
- index(long, long) - Method in class org.bytedeco.javacpp.indexer.Index
-
Returns
index(new long[] {i, j}). - index(long, long) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns
index.index(i, j). - index(long, long) - Method in class org.bytedeco.javacpp.indexer.OneIndex
-
Throws
new UnsupportedOperationException(). - index(long, long) - Method in class org.bytedeco.javacpp.indexer.StrideIndex
-
Returns
i * strides[0] + j * strides[1]. - index(long, long, long) - Method in class org.bytedeco.javacpp.indexer.HyperslabIndex
- index(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Index
-
Returns
index(new long[] {i, j, k}). - index(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns
index.index(i, j, k). - index(long, long, long) - Method in class org.bytedeco.javacpp.indexer.OneIndex
-
Throws
new UnsupportedOperationException(). - index(long, long, long) - Method in class org.bytedeco.javacpp.indexer.StrideIndex
-
Returns
i * strides[0] + j * strides[1] + k * strides[2]. - Index - Class in org.bytedeco.javacpp.indexer
-
Provides an interface for classes that compute a linear index from given array sizes.
- Index - Annotation Type in org.bytedeco.javacpp.annotation
-
Allows using method arguments to call
operator[]in some circumstances. - Index(long...) - Constructor for class org.bytedeco.javacpp.indexer.Index
-
Constructor to set the
Index.sizes. - indexable - Variable in class org.bytedeco.javacpp.indexer.Indexer
-
The associated (optional)
Indexable. - indexable() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns
Indexer.indexable. - indexable(Indexable) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Sets
Indexer.indexableand returns this. - Indexable - Interface in org.bytedeco.javacpp.indexer
-
An interface implemented to let users access data classes via an
Indexer. - Indexer - Class in org.bytedeco.javacpp.indexer
-
Top-level class of all data indexers, providing easy-to-use and efficient multidimensional access to primitive arrays, NIO buffers, and the raw memory interface.
- Indexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.Indexer
-
Calls
Indexer(Index.create(sizes, strides)). - Indexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.Indexer
-
Constructor to set the
Indexer.index. - info(String) - Method in class org.bytedeco.javacpp.tools.Logger
-
Calls
System.err.println("Info: " + s). - info(String) - Method in class org.bytedeco.javacpp.tools.Slf4jLogger
-
Calls
Logger.info(String). - Info - Class in org.bytedeco.javacpp.tools
-
Holds information useful to the
Parserand associated with C++ identifiers. - Info() - Constructor for class org.bytedeco.javacpp.tools.Info
- Info(String...) - Constructor for class org.bytedeco.javacpp.tools.Info
- Info(Info) - Constructor for class org.bytedeco.javacpp.tools.Info
- InfoMap - Class in org.bytedeco.javacpp.tools
- InfoMap() - Constructor for class org.bytedeco.javacpp.tools.InfoMap
- InfoMap(InfoMap) - Constructor for class org.bytedeco.javacpp.tools.InfoMap
- InfoMapper - Interface in org.bytedeco.javacpp.tools
-
An interface to define a kind of configuration file entirely written in Java.
- inherit() - Element in annotation type org.bytedeco.javacpp.annotation.Properties
-
A list of classes from which to inherit properties.
- init(ClassProperties) - Method in interface org.bytedeco.javacpp.LoadEnabled
- init(ClassProperties) - Method in class org.bytedeco.javacpp.presets.javacpp
- init(Logger, Properties, String) - Method in interface org.bytedeco.javacpp.tools.BuildEnabled
- IntArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for an
int[]array. - IntArrayIndexer(int[]) - Constructor for class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
Calls
IntArrayIndexer(array, Index.create(array.length)). - IntArrayIndexer(int[], long...) - Constructor for class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
Calls
IntArrayIndexer(array, Index.create(sizes)). - IntArrayIndexer(int[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
Calls
IntArrayIndexer(array, Index.create(sizes, strides)). - IntArrayIndexer(int[], Index) - Constructor for class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
Constructor to set the
IntArrayIndexer.arrayandIndexer.index. - IntBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for an
IntBuffer. - IntBufferIndexer(IntBuffer) - Constructor for class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
Calls
IntBufferIndexer(buffer, Index.create(buffer.limit())). - IntBufferIndexer(IntBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
Calls
IntBufferIndexer(buffer, Index.create(sizes)). - IntBufferIndexer(IntBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
Calls
IntBufferIndexer(buffer, Index.create(sizes, strides)). - IntBufferIndexer(IntBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
Constructor to set the
IntBufferIndexer.bufferandIndexer.index. - interruptDeallocatorThread() - Static method in class org.bytedeco.javacpp.Pointer
-
Calls
deallocatorThread.interrupt(). - IntIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
intprimitive type. - IntIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.IntIndexer
- IntIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.IntIndexer
- IntPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
int, also used for UTF-32. - IntPointer() - Constructor for class org.bytedeco.javacpp.IntPointer
- IntPointer(int...) - Constructor for class org.bytedeco.javacpp.IntPointer
-
Allocates enough memory for the array and copies it.
- IntPointer(long) - Constructor for class org.bytedeco.javacpp.IntPointer
-
Allocates a native
intarray of the given size. - IntPointer(String) - Constructor for class org.bytedeco.javacpp.IntPointer
-
Allocates enough memory for encoding the String in UTF-32 and copies it.
- IntPointer(IntBuffer) - Constructor for class org.bytedeco.javacpp.IntPointer
-
For direct buffers, calls
Pointer(Buffer), while for buffers backed with an array, allocates enough memory for the array and copies it. - IntPointer(Pointer) - Constructor for class org.bytedeco.javacpp.IntPointer
- IntRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for an
IntPointerusing theRawinstance. - IntRawIndexer(IntPointer) - Constructor for class org.bytedeco.javacpp.indexer.IntRawIndexer
-
Calls
IntRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - IntRawIndexer(IntPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.IntRawIndexer
-
Calls
IntRawIndexer(pointer, Index.create(sizes)). - IntRawIndexer(IntPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.IntRawIndexer
-
Calls
IntRawIndexer(pointer, Index.create(sizes, strides)). - IntRawIndexer(IntPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.IntRawIndexer
-
Constructor to set the
IntRawIndexer.pointerandIndexer.index. - isDebugEnabled() - Method in class org.bytedeco.javacpp.tools.Logger
-
Returns the "org.bytedeco.javacpp.logger.debug" system property.
- isDebugEnabled() - Method in class org.bytedeco.javacpp.tools.Slf4jLogger
-
Returns
Logger.isDebugEnabled(). - isErrorEnabled() - Method in class org.bytedeco.javacpp.tools.Logger
-
Returns true.
- isErrorEnabled() - Method in class org.bytedeco.javacpp.tools.Slf4jLogger
-
Returns
Logger.isErrorEnabled(). - isInfoEnabled() - Method in class org.bytedeco.javacpp.tools.Logger
-
Returns true.
- isInfoEnabled() - Method in class org.bytedeco.javacpp.tools.Slf4jLogger
-
Returns
Logger.isInfoEnabled(). - isLoaded() - Method in class org.bytedeco.javacpp.ClassProperties
- isLoadLibraries() - Static method in class org.bytedeco.javacpp.Loader
-
Returns
System.getProperty("org.bytedeco.javacpp.loadlibraries"). - isNull() - Method in class org.bytedeco.javacpp.Pointer
-
Returns
address == 0. - isNull(Pointer) - Static method in class org.bytedeco.javacpp.Pointer
-
Returns
p == null || p.address == 0. - isWarnEnabled() - Method in class org.bytedeco.javacpp.tools.Logger
-
Returns true.
- isWarnEnabled() - Method in class org.bytedeco.javacpp.tools.Slf4jLogger
-
Returns
Logger.isWarnEnabled().
J
- jarPrefix(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.jarPrefixfield to the argument. - javacpp - Class in org.bytedeco.javacpp.presets
- javacpp() - Constructor for class org.bytedeco.javacpp.presets.javacpp
- javaNames(String...) - Method in class org.bytedeco.javacpp.tools.Info
- javaText(String) - Method in class org.bytedeco.javacpp.tools.Info
K
- keep(String, byte[]) - Method in interface org.bytedeco.javacpp.tools.ClassFilter
L
- library() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
- limit - Variable in class org.bytedeco.javacpp.Pointer
-
The index of the first element that should not be accessed, or 0 if unknown.
- limit() - Method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.limit. - limit(long) - Method in class org.bytedeco.javacpp.BooleanPointer
- limit(long) - Method in class org.bytedeco.javacpp.BoolPointer
- limit(long) - Method in class org.bytedeco.javacpp.BytePointer
- limit(long) - Method in class org.bytedeco.javacpp.CharPointer
- limit(long) - Method in class org.bytedeco.javacpp.CLongPointer
- limit(long) - Method in class org.bytedeco.javacpp.DoublePointer
- limit(long) - Method in class org.bytedeco.javacpp.FloatPointer
- limit(long) - Method in class org.bytedeco.javacpp.IntPointer
- limit(long) - Method in class org.bytedeco.javacpp.LongPointer
- limit(long) - Method in class org.bytedeco.javacpp.Pointer
-
Sets the limit and returns this.
- limit(long) - Method in class org.bytedeco.javacpp.PointerPointer
- limit(long) - Method in class org.bytedeco.javacpp.ShortPointer
- limit(long) - Method in class org.bytedeco.javacpp.SizeTPointer
- linePatterns(String...) - Method in class org.bytedeco.javacpp.tools.Info
- link() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of libraries the native compiler should link with.
- linkpath() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of library paths passed to the native compiler for use at link time.
- linkresource() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of library resources passed to the native compiler for use at link time.
- load() - Static method in class org.bytedeco.javacpp.Loader
-
Returns
load(getCallerClass(2), loadProperties(), Loader.pathsFirst). - load(boolean) - Static method in class org.bytedeco.javacpp.Loader
-
Loads native libraries associated with the
Classof the caller and initializes it. - load(Class) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
load(cls, loadProperties(), Loader.pathsFirst). - load(Class...) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
load(classes, true). - load(Class[], boolean) - Static method in class org.bytedeco.javacpp.Loader
-
Calls
Loader.load(Class)on all top-level enclosing classes found in the array. - load(Class, boolean) - Method in class org.bytedeco.javacpp.ClassProperties
- load(Class, String) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
load(cls, loadProperties(), Loader.pathsFirst, executable). - load(Class, Properties, boolean) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
load(cls, properties, pathsFirst, null). - load(Class, Properties, boolean, String) - Static method in class org.bytedeco.javacpp.Loader
-
Loads native libraries or executables associated with the given
Classand initializes it. - LoadEnabled - Interface in org.bytedeco.javacpp
-
Classes implementing this interface can access and modify the
ClassPropertiesproduced from theirPropertieswhenLoader.load(Class)gets called on them. - Loader - Class in org.bytedeco.javacpp
-
The Loader contains functionality to load native libraries, but also has a bit of everything that does not fit anywhere else.
- Loader() - Constructor for class org.bytedeco.javacpp.Loader
- Loader.Detector - Class in org.bytedeco.javacpp
- Loader.Helper - Class in org.bytedeco.javacpp
- loadGlobal(String) - Static method in class org.bytedeco.javacpp.Loader.Helper
-
Loads all symbols from a library globally, that is
dlopen(filename, RTLD_LAZY | RTLD_GLOBAL), or simply by default withLoadLibrary(filename)on Windows. - loadGlobal(String) - Static method in class org.bytedeco.javacpp.Loader
- loadLibrary(Class<?>, String, String...) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
loadLibrary(findResources(cls, libnameversion), libnameversion, preloaded). - loadLibrary(Class<?>, URL[], String, String...) - Static method in class org.bytedeco.javacpp.Loader
-
Tries to load the library from the URLs in order, extracting resources as necessary.
- loadLibrary(String, String...) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
loadLibrary(getCallerClass(2), libnameversion, preloaded). - loadLibrary(URL[], String, String...) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
loadLibrary(null, urls, libnameversion, preloaded). - loadProperties() - Static method in class org.bytedeco.javacpp.Loader
-
Returns
loadProperties(false). - loadProperties(boolean) - Static method in class org.bytedeco.javacpp.Loader
-
Loads the
Propertiesassociated with the defaultLoader.getPlatform(). - loadProperties(Class[], Properties, boolean) - Static method in class org.bytedeco.javacpp.Loader
-
For all the classes, loads all properties from each Class annotations for the given platform.
- loadProperties(Class, Properties, boolean) - Static method in class org.bytedeco.javacpp.Loader
-
Loads all properties from Class annotations for the given platform.
- loadProperties(String, String) - Static method in class org.bytedeco.javacpp.Loader
-
Loads from resources the default
Propertiesof the specified platform name. - Logger - Class in org.bytedeco.javacpp.tools
-
A simple but extensible logging interface that dumps messages to the "standard" output streams by default.
- Logger() - Constructor for class org.bytedeco.javacpp.tools.Logger
- LongArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
long[]array. - LongArrayIndexer(long[]) - Constructor for class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
Calls
LongArrayIndexer(array, Index.create(array.length)). - LongArrayIndexer(long[], long...) - Constructor for class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
Calls
LongArrayIndexer(array, Index.create(sizes)). - LongArrayIndexer(long[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
Calls
LongArrayIndexer(array, Index.create(sizes, strides)). - LongArrayIndexer(long[], Index) - Constructor for class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
Constructor to set the
LongArrayIndexer.arrayandIndexer.index. - LongBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
LongBuffer. - LongBufferIndexer(LongBuffer) - Constructor for class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
Calls
LongBufferIndexer(buffer, Index.create(buffer.limit())). - LongBufferIndexer(LongBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
Calls
LongBufferIndexer(buffer, Index.create(sizes)). - LongBufferIndexer(LongBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
Calls
LongBufferIndexer(buffer, Index.create(sizes, strides)). - LongBufferIndexer(LongBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
Constructor to set the
LongBufferIndexer.bufferandIndexer.index. - LongIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
longprimitive type. - LongIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.LongIndexer
- LongIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.LongIndexer
- LongPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
long long. - LongPointer() - Constructor for class org.bytedeco.javacpp.LongPointer
- LongPointer(long) - Constructor for class org.bytedeco.javacpp.LongPointer
-
Allocates a native
long longarray of the given size. - LongPointer(long...) - Constructor for class org.bytedeco.javacpp.LongPointer
-
Allocates enough memory for the array and copies it.
- LongPointer(LongBuffer) - Constructor for class org.bytedeco.javacpp.LongPointer
-
For direct buffers, calls
Pointer(Buffer), while for buffers backed with an array, allocates enough memory for the array and copies it. - LongPointer(Pointer) - Constructor for class org.bytedeco.javacpp.LongPointer
- LongRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
LongPointerusing theRawinstance. - LongRawIndexer(LongPointer) - Constructor for class org.bytedeco.javacpp.indexer.LongRawIndexer
-
Calls
LongRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - LongRawIndexer(LongPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.LongRawIndexer
-
Calls
LongRawIndexer(pointer, Index.create(sizes)). - LongRawIndexer(LongPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.LongRawIndexer
-
Calls
LongRawIndexer(pointer, Index.create(sizes, strides)). - LongRawIndexer(LongPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.LongRawIndexer
-
Constructor to set the
LongRawIndexer.pointerandIndexer.index.
M
- main(String[]) - Static method in class org.bytedeco.javacpp.tools.Builder
-
The terminal shell interface to the Builder.
- malloc(long) - Static method in class org.bytedeco.javacpp.Pointer
- map(InfoMap) - Method in interface org.bytedeco.javacpp.tools.InfoMapper
- max() - Element in annotation type org.bytedeco.javacpp.annotation.Allocator
-
The maximum number of instances that can be allocated in the case of a
FunctionPointersubclass. - maxBytes() - Static method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.maxBytes, the maximum amount of memory allowed to be tracked. - maxPhysicalBytes() - Static method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.maxPhysicalBytes, the maximum amount of physical memory that should be used. - MemberGetter - Annotation Type in org.bytedeco.javacpp.annotation
-
An annotation indicating that a method should behave like a member getter.
- MemberSetter - Annotation Type in org.bytedeco.javacpp.annotation
-
An annotation indicating that a method should behave like a member setter.
- memchr(Pointer, int, long) - Static method in class org.bytedeco.javacpp.Pointer
- memcmp(Pointer, Pointer, long) - Static method in class org.bytedeco.javacpp.Pointer
- memcpy(Pointer, Pointer, long) - Static method in class org.bytedeco.javacpp.Pointer
- memmove(Pointer, Pointer, long) - Static method in class org.bytedeco.javacpp.Pointer
- memset(Pointer, int, long) - Static method in class org.bytedeco.javacpp.Pointer
- method() - Element in annotation type org.bytedeco.javacpp.annotation.Virtual
- MethodInformation - Class in org.bytedeco.javacpp.tools
- MethodInformation() - Constructor for class org.bytedeco.javacpp.tools.MethodInformation
N
- Name - Annotation Type in org.bytedeco.javacpp.annotation
-
Names the identifier of a native C++ struct, class, union, function, variable, operator, macro, etc.
- names() - Element in annotation type org.bytedeco.javacpp.annotation.Properties
-
A list of platform names to be used as default for
Properties.value(). - Namespace - Annotation Type in org.bytedeco.javacpp.annotation
-
Encloses the scope of a Java class inside the scope of the given C++ namespace.
- newGlobalRef(Object) - Static method in class org.bytedeco.javacpp.Loader.Helper
-
Returns a JNI global reference stored in a Pointer for the given Object.
- newGlobalRef(Object) - Static method in class org.bytedeco.javacpp.Loader
-
Returns
Loader.Helper.newGlobalRef(Object). - NoDeallocator - Annotation Type in org.bytedeco.javacpp.annotation
-
By default, all allocators attach a deallocator to the peer object on creation.
- NoException - Annotation Type in org.bytedeco.javacpp.annotation
-
By default,
Generatorassumes all native functions may throw exceptions. - NoOffset - Annotation Type in org.bytedeco.javacpp.annotation
-
By default,
Generatorappliesoffsetof()to all member variables. - not() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
The properties, class, or method do NOT apply to the named platforms.
- nullValue() - Element in annotation type org.bytedeco.javacpp.annotation.ByRef
-
A C++ expression to use when null is passed.
- nullValue() - Element in annotation type org.bytedeco.javacpp.annotation.ByVal
-
A C++ expression to use when null is passed.
O
- objectify() - Method in class org.bytedeco.javacpp.tools.Info
- objectify(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- offsetAddress(long) - Method in class org.bytedeco.javacpp.Pointer
- offsetof(Class<? extends Pointer>, String) - Static method in class org.bytedeco.javacpp.Loader
-
Gets
offsetof()values fromLoader.memberOffsetsfilled by native libraries. - offsetof(Class<? extends Pointer>, String) - Static method in class org.bytedeco.javacpp.Pointer
-
Returns
Loader.offsetof(type, member). - offsetof(String) - Method in class org.bytedeco.javacpp.Pointer
-
Returns
Loader.offsetof(getClass(), member)or -1 on error. - OneIndex - Class in org.bytedeco.javacpp.indexer
-
An Index that supports only one size (a single dimension).
- OneIndex(long) - Constructor for class org.bytedeco.javacpp.indexer.OneIndex
-
Constructor to set the
Index.sizes. - Opaque - Annotation Type in org.bytedeco.javacpp.annotation
-
This annotation must be used for native types that get declared but not defined.
- Optional - Annotation Type in org.bytedeco.javacpp.annotation
-
A shorthand for
@Adapter("OptionalAdapter<type>"). - org.bytedeco.javacpp - package org.bytedeco.javacpp
-
Contains the main set of classes for JavaCPP at runtime.
- org.bytedeco.javacpp.annotation - package org.bytedeco.javacpp.annotation
-
Contains all the annotation classes used by JavaCPP.
- org.bytedeco.javacpp.indexer - package org.bytedeco.javacpp.indexer
-
Contains classes for multidimensional access of arrays and buffers.
- org.bytedeco.javacpp.presets - package org.bytedeco.javacpp.presets
-
Contains base presets which can be inherited.
- org.bytedeco.javacpp.tools - package org.bytedeco.javacpp.tools
-
Contains classes used at build time by JavaCPP.
- outputDirectory(File) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.outputDirectoryfield to the argument. - outputDirectory(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.outputDirectoryfield to the argument. - outputName(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.outputNamefield to the argument. - ownerAddress() - Method in class org.bytedeco.javacpp.Pointer.NativeDeallocator
P
- parse(File, String[], Class) - Method in class org.bytedeco.javacpp.tools.Parser
- parse(String, String[], Class) - Method in class org.bytedeco.javacpp.tools.Parser
- parseBytes(String, long) - Static method in class org.bytedeco.javacpp.Pointer
-
Returns the amount of bytes for a number possibly ending with "%", "t", "g", m", or "k" (as multiples of 1024).
- ParseMojo - Class in org.bytedeco.javacpp.tools
-
A
BuildMojothat always forcesBuildMojo.generateto false, with the goal of parsing header files instead. - ParseMojo() - Constructor for class org.bytedeco.javacpp.tools.ParseMojo
- Parser - Class in org.bytedeco.javacpp.tools
-
The Parser, just like the Generator, is a mess that is not meant to support the entirety of C++, but an appropriate subset as used by typical C/C++ header files.
- Parser(Logger, Properties) - Constructor for class org.bytedeco.javacpp.tools.Parser
- Parser(Logger, Properties, String, String) - Constructor for class org.bytedeco.javacpp.tools.Parser
- ParserException - Exception Class in org.bytedeco.javacpp.tools
- ParserException(String) - Constructor for exception class org.bytedeco.javacpp.tools.ParserException
- ParserException(String, Throwable) - Constructor for exception class org.bytedeco.javacpp.tools.ParserException
- ParserException(Throwable) - Constructor for exception class org.bytedeco.javacpp.tools.ParserException
- pattern() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
The properties, class, or method apply only to the named platforms.
- physicalBytes() - Static method in class org.bytedeco.javacpp.Pointer
-
Returns the amount of non-shared physical memory currently used by the whole process, or 0 if unknown.
- physicalBytesInaccurate(long) - Static method in class org.bytedeco.javacpp.Pointer
-
May return a value larger than
Pointer.physicalBytes()but less thanmaxSizeto save processing time. - Platform - Annotation Type in org.bytedeco.javacpp.annotation
-
Defines native properties for a top-level enclosing class as well as indicates classes and methods that should be generated or not, for specified platforms.
- pointer - Variable in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
The backing pointer.
- pointer - Variable in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns the backing pointer, or
nullif none - pointer() - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- pointer() - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- Pointer - Class in org.bytedeco.javacpp
-
All peer classes to native types must be descended from Pointer, the topmost class.
- Pointer() - Constructor for class org.bytedeco.javacpp.Pointer
-
Default constructor that does nothing.
- Pointer(Buffer) - Constructor for class org.bytedeco.javacpp.Pointer
-
Copies the address, position, limit, and capacity of a direct NIO
Buffer. - Pointer(Pointer) - Constructor for class org.bytedeco.javacpp.Pointer
-
Copies the address, position, limit, and capacity of another Pointer.
- Pointer.CustomDeallocator - Class in org.bytedeco.javacpp
-
A
Pointer.Deallocatorthat calls, during garbage collection, a method with signaturestatic void deallocate()from the Pointer object passed to the constructor and that accepts it as argument. - Pointer.Deallocator - Interface in org.bytedeco.javacpp
-
The interface to implement to produce a Deallocator usable by Pointer.
- Pointer.NativeDeallocator - Class in org.bytedeco.javacpp
-
A
Pointer.Deallocatorthat calls, during garbage collection, a native function. - Pointer.ReferenceCounter - Interface in org.bytedeco.javacpp
- PointerBufferPoolMXBean - Class in org.bytedeco.javacpp.tools
- PointerBufferPoolMXBean() - Constructor for class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
- PointerPointer<P> - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
void*. - PointerPointer() - Constructor for class org.bytedeco.javacpp.PointerPointer
- PointerPointer(byte[]...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of arrays and copies it.
- PointerPointer(char[]...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of arrays and copies it.
- PointerPointer(double[]...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of arrays and copies it.
- PointerPointer(float[]...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of arrays and copies it.
- PointerPointer(int[]...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of arrays and copies it.
- PointerPointer(long) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates a native array of
void*of the given size. - PointerPointer(long[]...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of arrays and copies it.
- PointerPointer(short[]...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of arrays and copies it.
- PointerPointer(String...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of strings and copies it.
- PointerPointer(String[], String) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of strings and copies it.
- PointerPointer(String[], Charset) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array of strings and copies it.
- PointerPointer(Pointer) - Constructor for class org.bytedeco.javacpp.PointerPointer
- PointerPointer(P...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array and copies it.
- PointerScope - Class in org.bytedeco.javacpp
-
Pointerobjects attach themselves automatically onPointer.init(long, long, long, long)to the firstPointerScopefound inPointerScope.scopeStackthat they can to based on the classes found inPointerScope.forClasses. - PointerScope() - Constructor for class org.bytedeco.javacpp.PointerScope
-
Creates a new scope accepting all pointer types and pushes itself on the
PointerScope.scopeStack. - PointerScope(Class<? extends Pointer>...) - Constructor for class org.bytedeco.javacpp.PointerScope
-
Initializes
PointerScope.forClasses, and pushes itself on thePointerScope.scopeStack. - pointerTypes(String...) - Method in class org.bytedeco.javacpp.tools.Info
- position - Variable in class org.bytedeco.javacpp.Pointer
-
The index of the element of a native array that should be accessed.
- position() - Method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.position. - position(long) - Method in class org.bytedeco.javacpp.BooleanPointer
- position(long) - Method in class org.bytedeco.javacpp.BoolPointer
- position(long) - Method in class org.bytedeco.javacpp.BytePointer
- position(long) - Method in class org.bytedeco.javacpp.CharPointer
- position(long) - Method in class org.bytedeco.javacpp.CLongPointer
- position(long) - Method in class org.bytedeco.javacpp.DoublePointer
- position(long) - Method in class org.bytedeco.javacpp.FloatPointer
- position(long) - Method in class org.bytedeco.javacpp.IntPointer
- position(long) - Method in class org.bytedeco.javacpp.LongPointer
- position(long) - Method in class org.bytedeco.javacpp.Pointer
-
Sets the position and returns this.
- position(long) - Method in class org.bytedeco.javacpp.PointerPointer
- position(long) - Method in class org.bytedeco.javacpp.ShortPointer
- position(long) - Method in class org.bytedeco.javacpp.SizeTPointer
- pragma() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of
pragmadirectives to list at the top of the generated code, beforePlatform.define()macros and any included header files. - preload() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of libraries, in addition to
Platform.link(), that should be extracted and preloaded, if possible. - preloadpath() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of paths from which to attempt preloading libraries from the
Platform.link()andPlatform.preload()lists. - preloadresource() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of resources from which to attempt preloading libraries from the
Platform.link()andPlatform.preload()lists. - printHelp() - Static method in class org.bytedeco.javacpp.tools.Builder
-
Simply prints out to the display the command line usage.
- properties(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.propertiesfield to the ones loaded from resources for the specified platform. - properties(Properties) - Method in class org.bytedeco.javacpp.tools.Builder
-
Adds all the properties of the argument to the
Builder.propertiesfield. - Properties - Annotation Type in org.bytedeco.javacpp.annotation
-
Makes it possible to define more than one set of properties for each platform.
- property(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets a property of the
Builder.propertiesfield, in either "key=value" or "key:value" format. - property(String, String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets a key/value pair property of the
Builder.propertiesfield. - propertyFile(File) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.propertiesfield to the ones loaded from the specified file. - propertyFile(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.propertiesfield to the ones loaded from the specified file. - purify() - Method in class org.bytedeco.javacpp.tools.Info
- purify(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- put(boolean) - Method in class org.bytedeco.javacpp.BooleanPointer
- put(boolean) - Method in class org.bytedeco.javacpp.BoolPointer
- put(boolean...) - Method in class org.bytedeco.javacpp.BooleanPointer
- put(boolean[], int, int) - Method in class org.bytedeco.javacpp.BooleanPointer
-
Writes a portion of a Java array into the native array.
- put(byte) - Method in class org.bytedeco.javacpp.BytePointer
- put(byte...) - Method in class org.bytedeco.javacpp.BytePointer
- put(byte[]...) - Method in class org.bytedeco.javacpp.PointerPointer
- put(byte[], int, int) - Method in class org.bytedeco.javacpp.BytePointer
-
Writes a portion of a Java array into the native array.
- put(char) - Method in class org.bytedeco.javacpp.CharPointer
- put(char...) - Method in class org.bytedeco.javacpp.CharPointer
- put(char[]...) - Method in class org.bytedeco.javacpp.PointerPointer
- put(char[], int, int) - Method in class org.bytedeco.javacpp.CharPointer
-
Writes a portion of a Java array into the native array.
- put(double) - Method in class org.bytedeco.javacpp.DoublePointer
- put(double...) - Method in class org.bytedeco.javacpp.DoublePointer
- put(double[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
DoublePointerfor eachdouble[], and writes them into the nativevoid*array. - put(double[], int, int) - Method in class org.bytedeco.javacpp.DoublePointer
-
Writes a portion of a Java array into the native array.
- put(float) - Method in class org.bytedeco.javacpp.FloatPointer
- put(float...) - Method in class org.bytedeco.javacpp.FloatPointer
- put(float[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
FloatPointerfor eachfloat[], and writes them into the nativevoid*array. - put(float[], int, int) - Method in class org.bytedeco.javacpp.FloatPointer
-
Writes a portion of a Java array into the native array.
- put(int) - Method in class org.bytedeco.javacpp.IntPointer
- put(int...) - Method in class org.bytedeco.javacpp.IntPointer
- put(int[]...) - Method in class org.bytedeco.javacpp.PointerPointer
- put(int[], int, int) - Method in class org.bytedeco.javacpp.IntPointer
-
Writes a portion of a Java array into the native array.
- put(int, Info) - Method in class org.bytedeco.javacpp.tools.InfoMap
- put(long) - Method in class org.bytedeco.javacpp.CLongPointer
- put(long) - Method in class org.bytedeco.javacpp.LongPointer
- put(long) - Method in class org.bytedeco.javacpp.SizeTPointer
- put(long...) - Method in class org.bytedeco.javacpp.CLongPointer
- put(long...) - Method in class org.bytedeco.javacpp.LongPointer
- put(long...) - Method in class org.bytedeco.javacpp.SizeTPointer
- put(long[]...) - Method in class org.bytedeco.javacpp.PointerPointer
- put(long[], boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- put(long[], boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- put(long[], boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(indices)] = b - put(long[], boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- put(long[], boolean...) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(indices)] = b - put(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- put(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- put(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(indices)] = b[offset:offset + length] - put(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- put(long[], byte) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- put(long[], byte) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- put(long[], byte) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(indices)] = b - put(long[], byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- put(long[], byte...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(indices)] = b - put(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- put(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- put(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(indices)] = b[offset:offset + length] - put(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- put(long[], char) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- put(long[], char) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- put(long[], char) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(indices)] = c - put(long[], char) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- put(long[], char...) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(indices)] = c - put(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- put(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- put(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(indices)] = c[offset:offset + length] - put(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- put(long[], double) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- put(long[], double) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- put(long[], double) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(indices)] = d - put(long[], double) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- put(long[], double...) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(indices)] = d - put(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- put(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- put(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(indices)] = d[offset:offset + length] - put(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(indices)] = h - put(long[], float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(indices)] = f - put(long[], float) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(indices)] = h - put(long[], float) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- put(long[], float...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(indices)] = h - put(long[], float...) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(indices)] = f - put(long[], float...) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(indices)] = h - put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(indices)] = h[offset:offset + length] - put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(indices)] = f[offset:offset + length] - put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(indices)] = h[offset:offset + length] - put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(indices)] = n - put(long[], int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(indices)] = b - put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(indices)] = s - put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- put(long[], int...) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(indices)] = n - put(long[], int...) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(indices)] = b - put(long[], int...) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(indices)] = s - put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(indices)] = n[offset:offset + length] - put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(indices)] = b[offset:offset + length] - put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(indices)] = s[offset:offset + length] - put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- put(long[], int, int) - Method in class org.bytedeco.javacpp.CLongPointer
-
Writes a portion of a Java array into the native array.
- put(long[], int, int) - Method in class org.bytedeco.javacpp.LongPointer
-
Writes a portion of a Java array into the native array.
- put(long[], int, int) - Method in class org.bytedeco.javacpp.SizeTPointer
-
Writes a portion of a Java array into the native array.
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(indices)] = l - put(long[], long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(indices)] = n - put(long[], long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- put(long[], long...) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(indices)] = l - put(long[], long...) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(indices)] = n - put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(indices)] = l[offset:offset + length] - put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(indices)] = n[offset:offset + length] - put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- put(long[], short) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- put(long[], short) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- put(long[], short) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(indices)] = s - put(long[], short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- put(long[], short...) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(indices)] = s - put(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- put(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- put(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(indices)] = s[offset:offset + length] - put(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- put(long[], BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- put(long[], BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- put(long[], BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(indices)] = l - put(long[], BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- put(long[], BigInteger...) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(indices)] = l - put(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- put(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- put(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(indices)] = l[offset:offset + length] - put(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- put(long, boolean) - Method in class org.bytedeco.javacpp.BooleanPointer
-
Copies the
booleanvalue to the i-th element of a native array. - put(long, boolean) - Method in class org.bytedeco.javacpp.BoolPointer
-
Copies the
boolvalue to the i-th element of a native array. - put(long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- put(long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- put(long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(i)] = b - put(long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- put(long, boolean...) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(i)] = b - put(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- put(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- put(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(i)] = b[offset:offset + length] - put(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- put(long, byte) - Method in class org.bytedeco.javacpp.BytePointer
-
Copies the
bytevalue to the i-th element of a native array. - put(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- put(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- put(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(i)] = b - put(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- put(long, byte...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(i)] = b - put(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- put(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- put(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(i)] = b[offset:offset + length] - put(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- put(long, char) - Method in class org.bytedeco.javacpp.CharPointer
-
Copies the
charvalue to the i-th element of a native array. - put(long, char) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- put(long, char) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- put(long, char) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(i)] = c - put(long, char) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- put(long, char...) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(i)] = c - put(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- put(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- put(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(i)] = c[offset:offset + length] - put(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- put(long, double) - Method in class org.bytedeco.javacpp.DoublePointer
-
Copies the
doublevalue to the i-th element of a native array. - put(long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- put(long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- put(long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(i)] = d - put(long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- put(long, double...) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(i)] = d - put(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- put(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- put(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(i)] = d[offset:offset + length] - put(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- put(long, float) - Method in class org.bytedeco.javacpp.FloatPointer
-
Copies the
floatvalue to the i-th element of a native array. - put(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(i)] = h - put(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(i)] = f - put(long, float) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(i)] = h - put(long, float) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- put(long, float...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(i)] = h - put(long, float...) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(i)] = f - put(long, float...) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(i)] = h - put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(i)] = h[offset:offset + length] - put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(i)] = f[offset:offset + length] - put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(i)] = h[offset:offset + length] - put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(i)] = n - put(long, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(i)] = b - put(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(i)] = s - put(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- put(long, int) - Method in class org.bytedeco.javacpp.IntPointer
-
Copies the
intvalue to the i-th element of a native array. - put(long, int...) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(i)] = n - put(long, int...) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(i)] = b - put(long, int...) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(i)] = s - put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(i)] = n[offset:offset + length] - put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(i)] = b[offset:offset + length] - put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(i)] = s[offset:offset + length] - put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- put(long, long) - Method in class org.bytedeco.javacpp.CLongPointer
-
Copies the
longvalue to the i-th element of a native array. - put(long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(i)] = l - put(long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(i)] = n - put(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- put(long, long) - Method in class org.bytedeco.javacpp.LongPointer
-
Copies the
long longvalue to the i-th element of a native array. - put(long, long) - Method in class org.bytedeco.javacpp.SizeTPointer
-
Copies the
size_tvalue to the i-th element of a native array. - put(long, long...) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(i)] = l - put(long, long...) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(i)] = n - put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(i)] = l[offset:offset + length] - put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(i)] = n[offset:offset + length] - put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- put(long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- put(long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- put(long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = b - put(long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- put(long, long, boolean...) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = b - put(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- put(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- put(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = b[offset:offset + length] - put(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- put(long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- put(long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- put(long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = b - put(long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- put(long, long, byte...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = b - put(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- put(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- put(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = b[offset:offset + length] - put(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- put(long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- put(long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- put(long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = c - put(long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- put(long, long, char...) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = c - put(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- put(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- put(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = c[offset:offset + length] - put(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- put(long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- put(long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- put(long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = d - put(long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- put(long, long, double...) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = d - put(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- put(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- put(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = d[offset:offset + length] - put(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(i, j)] = h - put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = f - put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = h - put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- put(long, long, float...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(i, j)] = h - put(long, long, float...) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = f - put(long, long, float...) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = h - put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(i, j)] = h[offset:offset + length] - put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = f[offset:offset + length] - put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = h[offset:offset + length] - put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = n - put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = b - put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = s - put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- put(long, long, int...) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = n - put(long, long, int...) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = b - put(long, long, int...) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = s - put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = n[offset:offset + length] - put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = b[offset:offset + length] - put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = s[offset:offset + length] - put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = l - put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = n - put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- put(long, long, long...) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = l - put(long, long, long...) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = n - put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = l[offset:offset + length] - put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = n[offset:offset + length] - put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- put(long, long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- put(long, long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- put(long, long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = b - put(long, long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- put(long, long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- put(long, long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- put(long, long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = b - put(long, long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- put(long, long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- put(long, long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- put(long, long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = c - put(long, long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- put(long, long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- put(long, long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- put(long, long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = d - put(long, long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = h - put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = f - put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = h - put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = n - put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = b - put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = s - put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = l - put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = n - put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- put(long, long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- put(long, long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- put(long, long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = s - put(long, long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- put(long, long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- put(long, long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- put(long, long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(i, j, k)] = l - put(long, long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- put(long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- put(long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- put(long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = s - put(long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- put(long, long, short...) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = s - put(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- put(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- put(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = s[offset:offset + length] - put(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- put(long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- put(long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- put(long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = l - put(long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- put(long, long, BigInteger...) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = l - put(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- put(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- put(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(i, j)] = l[offset:offset + length] - put(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- put(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- put(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- put(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(i)] = s - put(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- put(long, short) - Method in class org.bytedeco.javacpp.ShortPointer
-
Copies the
shortvalue to the i-th element of a native array. - put(long, short...) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(i)] = s - put(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- put(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- put(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns
thiswherearray/buffer[index(i)] = s[offset:offset + length] - put(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- put(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- put(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- put(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(i)] = l - put(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- put(long, BigInteger...) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(i)] = l - put(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- put(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- put(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns
thiswherearray/buffer[index(i)] = l[offset:offset + length] - put(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- put(long, Pointer) - Method in class org.bytedeco.javacpp.PointerPointer
-
Copies the Pointer value to the i-th element of a native array.
- put(short) - Method in class org.bytedeco.javacpp.ShortPointer
- put(short...) - Method in class org.bytedeco.javacpp.ShortPointer
- put(short[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
ShortPointerfor eachshort[], and writes them into the nativevoid*array. - put(short[], int, int) - Method in class org.bytedeco.javacpp.ShortPointer
-
Writes a portion of a Java array into the native array.
- put(Pointer) - Method in class org.bytedeco.javacpp.Pointer
-
Calls in effect
memcpy(this.address + this.position, p.address + p.position, length), wherelength = sizeof(p) * (p.limit - p.position). - put(Pointer) - Method in class org.bytedeco.javacpp.PointerPointer
- put(Info) - Method in class org.bytedeco.javacpp.tools.InfoMap
- put(P...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Writes the Pointer values into the native
void*array. - putBfloat16(long, float) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
shortvalue atarray/buffer[i], treated as bfloat16 - putBool(boolean) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
putBool(0, s). - putBool(long, boolean) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the
boolvalue at the i-thbytein the native array. - putBoolean(long, boolean) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
booleanvalue atarray/buffer[i] - putByte(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- putByte(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- putByte(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
bytevalue atarray/buffer[i] - putByte(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- putChar(char) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
putChar(0, s). - putChar(long, char) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the
charvalue at the i-thbytein the native array. - putChar(long, char) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- putChar(long, char) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- putChar(long, char) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
charvalue atarray/buffer[i] - putChar(long, char) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- putDouble(double) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
putDouble(0, s). - putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Casts value to primitive type and calls
put(long[] indices, <type> value). - putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
- putDouble(long, double) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the
doublevalue at the i-thbytein the native array. - putDouble(long, double) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- putDouble(long, double) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- putDouble(long, double) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
doublevalue atarray/buffer[i] - putDouble(long, double) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- putFirst(Info) - Method in class org.bytedeco.javacpp.tools.InfoMap
- putFloat(float) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
putFloat(0, s). - putFloat(long, float) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the
floatvalue at the i-thbytein the native array. - putFloat(long, float) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- putFloat(long, float) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- putFloat(long, float) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
floatvalue atarray/buffer[i] - putFloat(long, float) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- putHalf(long, float) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
shortvalue atarray/buffer[i], treated as half-precision float - putInt(int) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
putInt(0, s). - putInt(long, int) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the
intvalue at the i-thbytein the native array. - putInt(long, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- putInt(long, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- putInt(long, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
intvalue atarray/buffer[i] - putInt(long, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- putLong(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
putLong(0, s). - putLong(long, long) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the
longvalue at the i-thbytein the native array. - putLong(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- putLong(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- putLong(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
longvalue atarray/buffer[i] - putLong(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- putPointerValue(long, Pointer) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the
Pointervalue at the i-thbytein the native array. - putPointerValue(Pointer) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
putPointerValue(0, s). - putRaw(long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- putRaw(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- putRaw(long, char) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- putRaw(long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- putRaw(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- putRaw(long, float) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- putRaw(long, float) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- putRaw(long, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- putRaw(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- putRaw(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- putRaw(long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- putRaw(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- putRaw(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- putRaw(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- putShort(long, short) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the
shortvalue at the i-thbytein the native array. - putShort(long, short) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- putShort(long, short) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- putShort(long, short) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
shortvalue atarray/buffer[i] - putShort(long, short) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- putShort(short) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
putShort(0, s). - putString(String) - Method in class org.bytedeco.javacpp.BytePointer
-
Encodes the String into the platform's default charset and copies it in native memory, including a terminating null byte.
- putString(String) - Method in class org.bytedeco.javacpp.CharPointer
-
Copies the String chars into native memory, including a terminating null char.
- putString(String) - Method in class org.bytedeco.javacpp.IntPointer
-
Copies the String code points into native memory, including a terminating null int.
- putString(String...) - Method in class org.bytedeco.javacpp.PointerPointer
- putString(String[], String) - Method in class org.bytedeco.javacpp.PointerPointer
- putString(String[], Charset) - Method in class org.bytedeco.javacpp.PointerPointer
- putString(String, String) - Method in class org.bytedeco.javacpp.BytePointer
-
Encodes the String into the named charset and copies it in native memory, including a terminating null byte.
- putString(String, Charset) - Method in class org.bytedeco.javacpp.BytePointer
-
Encodes the String into the given charset and copies it in native memory, including a terminating null byte.
- putUByte(long, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
bytevalue atarray/buffer[i], treated as unsigned - putUInt(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
intvalue atarray/buffer[i], treated as unsigned - putULong(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
longvalue atarray/buffer[i], treated as unsigned - putUnsigned(int) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns
putUnsigned(0, b). - putUnsigned(long, int) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the
bytevalue at the i-thbytein the native array, treated as unsigned. - putUShort(long, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the
shortvalue atarray/buffer[i], treated as unsigned
R
- rank() - Method in class org.bytedeco.javacpp.indexer.Index
-
Returns
sizes.length. - rank() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns
index.rank(). - Raw - Annotation Type in org.bytedeco.javacpp.annotation
-
Allows passing and returning Java objects with native functions and raw JNI types.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
The instance for the raw memory interface.
- RAW - Static variable in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
The instance for the raw memory interface.
- realloc(Pointer, long) - Static method in class org.bytedeco.javacpp.Pointer
- referenceCount() - Method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.ReferenceCounter.count()or -1 if no deallocator has been set. - register() - Static method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns a new Indexer using the same data, but with a different Index.
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- reindex(Index) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Makes sure changes are reflected onto the backing memory and clears any references.
- release() - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
- release() - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
- release() - Method in class org.bytedeco.javacpp.Pointer.CustomDeallocator
- release() - Method in class org.bytedeco.javacpp.Pointer.NativeDeallocator
- release() - Method in interface org.bytedeco.javacpp.Pointer.ReferenceCounter
- releaseReference() - Method in class org.bytedeco.javacpp.Pointer
-
Calls
Pointer.ReferenceCounter.release(), decrementing the reference count by 1, in turn deallocating this Pointer when the count drops to 0. - resource() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of resources, either files or directories, that can be copied and extracted.
- resourcepath() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
A list of paths from which to copy resources from the
Platform.resource()list. - retain() - Method in class org.bytedeco.javacpp.Pointer.CustomDeallocator
- retain() - Method in class org.bytedeco.javacpp.Pointer.NativeDeallocator
- retain() - Method in interface org.bytedeco.javacpp.Pointer.ReferenceCounter
- retainReference() - Method in class org.bytedeco.javacpp.Pointer
-
Calls
Pointer.ReferenceCounter.retain(), incrementing the reference count by 1. - rows() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
S
- selectionBlocks - Variable in class org.bytedeco.javacpp.indexer.HyperslabIndex
- selectionCounts - Variable in class org.bytedeco.javacpp.indexer.HyperslabIndex
- selectionOffsets - Variable in class org.bytedeco.javacpp.indexer.HyperslabIndex
- selectionStrides - Variable in class org.bytedeco.javacpp.indexer.HyperslabIndex
- setNull() - Method in class org.bytedeco.javacpp.Pointer
-
Sets
Pointer.addressto 0. - setProperty(String, String) - Method in class org.bytedeco.javacpp.ClassProperties
- SharedPtr - Annotation Type in org.bytedeco.javacpp.annotation
-
A shorthand for
@Adapter("SharedPtrAdapter<type>"). - ShortArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
short[]array. - ShortArrayIndexer(short[]) - Constructor for class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
Calls
ShortArrayIndexer(array, Index.create(array.length)). - ShortArrayIndexer(short[], long...) - Constructor for class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
Calls
ShortArrayIndexer(array, Index.create(sizes)). - ShortArrayIndexer(short[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
Calls
ShortArrayIndexer(array, Index.create(sizes, strides)). - ShortArrayIndexer(short[], Index) - Constructor for class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
Constructor to set the
ShortArrayIndexer.arrayandIndexer.index. - ShortBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ShortBuffer. - ShortBufferIndexer(ShortBuffer) - Constructor for class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
Calls
ShortBufferIndexer(buffer, Index.create(buffer.limit())). - ShortBufferIndexer(ShortBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
Calls
ShortBufferIndexer(buffer, Index.create(sizes)). - ShortBufferIndexer(ShortBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
Calls
ShortBufferIndexer(buffer, Index.create(sizes, strides)). - ShortBufferIndexer(ShortBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
Constructor to set the
ShortBufferIndexer.bufferandIndexer.index. - ShortIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
shortprimitive type. - ShortIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ShortIndexer
- ShortIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.ShortIndexer
- ShortPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
short. - ShortPointer() - Constructor for class org.bytedeco.javacpp.ShortPointer
- ShortPointer(long) - Constructor for class org.bytedeco.javacpp.ShortPointer
-
Allocates a native
shortarray of the given size. - ShortPointer(short...) - Constructor for class org.bytedeco.javacpp.ShortPointer
-
Allocates enough memory for the array and copies it.
- ShortPointer(ShortBuffer) - Constructor for class org.bytedeco.javacpp.ShortPointer
-
For direct buffers, calls
Pointer(Buffer), while for buffers backed with an array, allocates enough memory for the array and copies it. - ShortPointer(Pointer) - Constructor for class org.bytedeco.javacpp.ShortPointer
- ShortRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ShortPointerusing theRawinstance. - ShortRawIndexer(ShortPointer) - Constructor for class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
Calls
ShortRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - ShortRawIndexer(ShortPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
Calls
ShortRawIndexer(pointer, Index.create(sizes)). - ShortRawIndexer(ShortPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
Calls
ShortRawIndexer(pointer, Index.create(sizes, strides)). - ShortRawIndexer(ShortPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
Constructor to set the
ShortRawIndexer.pointerandIndexer.index. - size(int) - Method in class org.bytedeco.javacpp.indexer.Index
-
Returns
sizes[i]. - size(int) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns
index.size(i). - sizeof() - Method in class org.bytedeco.javacpp.BooleanPointer
- sizeof() - Method in class org.bytedeco.javacpp.BytePointer
- sizeof() - Method in class org.bytedeco.javacpp.CharPointer
- sizeof() - Method in class org.bytedeco.javacpp.DoublePointer
- sizeof() - Method in class org.bytedeco.javacpp.FloatPointer
- sizeof() - Method in class org.bytedeco.javacpp.IntPointer
- sizeof() - Method in class org.bytedeco.javacpp.LongPointer
- sizeof() - Method in class org.bytedeco.javacpp.Pointer
-
Returns 1 for Pointer or BytePointer else
Loader.sizeof(getClass())or -1 on error. - sizeof() - Method in class org.bytedeco.javacpp.ShortPointer
- sizeof(Class<? extends Pointer>) - Static method in class org.bytedeco.javacpp.Loader
-
Gets
sizeof()values fromLoader.memberOffsetsfilled by native libraries. - sizeof(Class<? extends Pointer>) - Static method in class org.bytedeco.javacpp.Pointer
-
Returns
Loader.sizeof(type). - sizes - Variable in class org.bytedeco.javacpp.indexer.Index
-
The number of elements in each dimension.
- sizes - Variable in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- sizes() - Method in class org.bytedeco.javacpp.indexer.Index
-
Returns
Index.sizes. - sizes() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns
index.sizes(). - SizeTPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of
size_t. - SizeTPointer() - Constructor for class org.bytedeco.javacpp.SizeTPointer
- SizeTPointer(long) - Constructor for class org.bytedeco.javacpp.SizeTPointer
-
Allocates a native
size_tarray of the given size. - SizeTPointer(long...) - Constructor for class org.bytedeco.javacpp.SizeTPointer
-
Allocates enough memory for the array and copies it.
- SizeTPointer(Pointer) - Constructor for class org.bytedeco.javacpp.SizeTPointer
- skip() - Method in class org.bytedeco.javacpp.tools.Info
- skip(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- skipDefaults() - Method in class org.bytedeco.javacpp.tools.Info
- skipDefaults(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- Slf4jLogger - Class in org.bytedeco.javacpp.tools
-
A logger that delegates messages to SLF4J.
- Slf4jLogger(Class) - Constructor for class org.bytedeco.javacpp.tools.Slf4jLogger
-
Calls
LoggerFactory.getLogger(Class). - StdBasicString - Annotation Type in org.bytedeco.javacpp.annotation
- StdMove - Annotation Type in org.bytedeco.javacpp.annotation
-
A shorthand for
@Adapter("MoveAdapter<type>"). - StdString - Annotation Type in org.bytedeco.javacpp.annotation
-
A shorthand for
@Cast("std::string&") @Adapter("StringAdapter<char>"). - StdU16String - Annotation Type in org.bytedeco.javacpp.annotation
- StdU32String - Annotation Type in org.bytedeco.javacpp.annotation
- StdVector - Annotation Type in org.bytedeco.javacpp.annotation
-
A shorthand for
@Adapter("VectorAdapter<type>"). - StdWString - Annotation Type in org.bytedeco.javacpp.annotation
-
A shorthand for
@Cast("std::wstring&") @Adapter("StringAdapter<wchar_t>"). - strcat(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strchr(BytePointer, int) - Static method in class org.bytedeco.javacpp.BytePointer
- strcmp(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strcoll(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strcpy(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strcspn(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strerror(int) - Static method in class org.bytedeco.javacpp.BytePointer
- stride(int) - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- StrideIndex - Class in org.bytedeco.javacpp.indexer
-
An Index that computes a linear index from given array sizes and strides.
- StrideIndex(long...) - Constructor for class org.bytedeco.javacpp.indexer.StrideIndex
-
Calls
StrideIndex(sizes, defaultStrides(sizes)). - StrideIndex(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.StrideIndex
-
Constructor to set the
Index.sizesandStrideIndex.strides. - strides - Variable in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- strides - Variable in class org.bytedeco.javacpp.indexer.StrideIndex
-
The number of elements to skip to reach the next element in a given dimension.
- strides() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- strides() - Method in class org.bytedeco.javacpp.indexer.StrideIndex
-
Returns
StrideIndex.strides. - strides(long...) - Static method in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- strlen(BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strncat(BytePointer, BytePointer, long) - Static method in class org.bytedeco.javacpp.BytePointer
- strncmp(BytePointer, BytePointer, long) - Static method in class org.bytedeco.javacpp.BytePointer
- strncpy(BytePointer, BytePointer, long) - Static method in class org.bytedeco.javacpp.BytePointer
- strpbrk(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strrchr(BytePointer, int) - Static method in class org.bytedeco.javacpp.BytePointer
- strspn(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strstr(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strtok(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.BytePointer
- strxfrm(BytePointer, BytePointer, long) - Static method in class org.bytedeco.javacpp.BytePointer
- subclasses() - Element in annotation type org.bytedeco.javacpp.annotation.Virtual
T
- target() - Element in annotation type org.bytedeco.javacpp.annotation.Properties
-
The target Java source code file of the
Parser, unlessProperties.global()is set, in which case this specifies the target Java package. - toBigInteger(long) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
- toFloat(int) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
ignores the higher 16 bits
- toFloat(int) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
ignores the higher 16 bits
- toString() - Method in class org.bytedeco.javacpp.indexer.Indexer
- toString() - Method in class org.bytedeco.javacpp.Pointer.CustomDeallocator
- toString() - Method in class org.bytedeco.javacpp.Pointer.NativeDeallocator
- toString() - Method in class org.bytedeco.javacpp.Pointer
-
Returns a
Stringrepresentation ofPointer.address,Pointer.position,Pointer.limit,Pointer.capacity, andPointer.deallocator. - totalBytes() - Static method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.totalBytes(), current amount of memory tracked by deallocators. - totalChips() - Static method in class org.bytedeco.javacpp.Loader.Helper
-
Returns the number of CPU chips installed according to the operating system, or 0 if unknown.
- totalChips() - Static method in class org.bytedeco.javacpp.Loader
-
Returns
Loader.Helper.totalChips(). - totalCores() - Static method in class org.bytedeco.javacpp.Loader.Helper
-
Returns the number of CPU cores usable according to the operating system, or 0 if unknown.
- totalCores() - Static method in class org.bytedeco.javacpp.Loader
-
Returns
Loader.Helper.totalCores(). - totalCount() - Static method in class org.bytedeco.javacpp.Pointer
-
Returns
Pointer.totalCount(), current number of pointers tracked by deallocators. - totalPhysicalBytes() - Static method in class org.bytedeco.javacpp.Pointer
-
Returns the amount of physical memory installed according to the operating system, or 0 if unknown.
- totalProcessors() - Static method in class org.bytedeco.javacpp.Loader.Helper
-
Returns the number of processors configured according to the operating system, or 0 if unknown.
- totalProcessors() - Static method in class org.bytedeco.javacpp.Loader
-
Returns
Loader.Helper.totalProcessors(). - translate() - Method in class org.bytedeco.javacpp.tools.Info
- translate(boolean) - Method in class org.bytedeco.javacpp.tools.Info
U
- UByteArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
byte[]array, treated as unsigned. - UByteArrayIndexer(byte[]) - Constructor for class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
Calls
UByteArrayIndexer(array, Index.create(array.length)). - UByteArrayIndexer(byte[], long...) - Constructor for class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
Calls
UByteArrayIndexer(array, Index.create(sizes)). - UByteArrayIndexer(byte[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
Calls
UByteArrayIndexer(array, Index.create(sizes, strides)). - UByteArrayIndexer(byte[], Index) - Constructor for class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
Constructor to set the
UByteArrayIndexer.arrayandIndexer.index. - UByteBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ByteBuffer, treated as unsigned. - UByteBufferIndexer(ByteBuffer) - Constructor for class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
Calls
UByteBufferIndexer(buffer, Index.create(buffer.limit())). - UByteBufferIndexer(ByteBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
Calls
UByteBufferIndexer(buffer, Index.create(sizes)). - UByteBufferIndexer(ByteBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
Calls
UByteBufferIndexer(buffer, Index.create(sizes, strides)). - UByteBufferIndexer(ByteBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
Constructor to set the
UByteBufferIndexer.bufferandIndexer.index. - UByteIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
byteprimitive type, treated as unsigned. - UByteIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UByteIndexer
- UByteIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.UByteIndexer
- UByteRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
BytePointerusing theRawinstance, treated as unsigned. - UByteRawIndexer(BytePointer) - Constructor for class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
Calls
UByteRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - UByteRawIndexer(BytePointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
Calls
UByteRawIndexer(pointer, Index.create(sizes)). - UByteRawIndexer(BytePointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
Calls
UByteRawIndexer(pointer, Index.create(sizes, strides)). - UByteRawIndexer(BytePointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
Constructor to set the
UByteRawIndexer.pointerandIndexer.index. - UIntArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
int[]array, treated as unsigned. - UIntArrayIndexer(int[]) - Constructor for class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
Calls
UIntArrayIndexer(array, Index.create(array.length)). - UIntArrayIndexer(int[], long...) - Constructor for class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
Calls
UIntArrayIndexer(array, Index.create(sizes)). - UIntArrayIndexer(int[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
Calls
UIntArrayIndexer(array, Index.create(sizes, strides)). - UIntArrayIndexer(int[], Index) - Constructor for class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
Constructor to set the
UIntArrayIndexer.arrayandIndexer.index. - UIntBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
IntBuffer, treated as unsigned. - UIntBufferIndexer(IntBuffer) - Constructor for class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
Calls
UIntBufferIndexer(buffer, Index.create(buffer.limit())). - UIntBufferIndexer(IntBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
Calls
UIntBufferIndexer(buffer, Index.create(sizes)). - UIntBufferIndexer(IntBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
Calls
UIntBufferIndexer(buffer, Index.create(sizes, strides)). - UIntBufferIndexer(IntBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
Constructor to set the
UIntBufferIndexer.bufferandIndexer.index. - UIntIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
intprimitive type, treated as unsigned. - UIntIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UIntIndexer
- UIntIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.UIntIndexer
- UIntRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
IntPointerusing theRawinstance, treated as unsigned. - UIntRawIndexer(IntPointer) - Constructor for class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
Calls
UIntRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - UIntRawIndexer(IntPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
Calls
UIntRawIndexer(pointer, Index.create(sizes)). - UIntRawIndexer(IntPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
Calls
UIntRawIndexer(pointer, Index.create(sizes, strides)). - UIntRawIndexer(IntPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
Constructor to set the
UIntRawIndexer.pointerandIndexer.index. - ULongArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
long[]array, treated as unsigned. - ULongArrayIndexer(long[]) - Constructor for class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
Calls
ULongArrayIndexer(array, Index.create(array.length)). - ULongArrayIndexer(long[], long...) - Constructor for class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
Calls
ULongArrayIndexer(array, Index.create(sizes)). - ULongArrayIndexer(long[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
Calls
ULongArrayIndexer(array, Index.create(sizes, strides)). - ULongArrayIndexer(long[], Index) - Constructor for class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
Constructor to set the
ULongArrayIndexer.arrayandIndexer.index. - ULongBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
LongBuffer, treated as unsigned. - ULongBufferIndexer(LongBuffer) - Constructor for class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
Calls
ULongBufferIndexer(buffer, Index.create(buffer.limit())). - ULongBufferIndexer(LongBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
Calls
ULongBufferIndexer(buffer, Index.create(sizes)). - ULongBufferIndexer(LongBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
Calls
ULongBufferIndexer(buffer, Index.create(sizes, strides)). - ULongBufferIndexer(LongBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
Constructor to set the
ULongBufferIndexer.bufferandIndexer.index. - ULongIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
longprimitive type, treated as unsigned. - ULongIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ULongIndexer
- ULongIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.ULongIndexer
- ULongRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
LongPointerusing theRawinstance, treated as unsigned. - ULongRawIndexer(LongPointer) - Constructor for class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
Calls
ULongRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - ULongRawIndexer(LongPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
Calls
ULongRawIndexer(pointer, Index.create(sizes)). - ULongRawIndexer(LongPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
Calls
ULongRawIndexer(pointer, Index.create(sizes, strides)). - ULongRawIndexer(LongPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
Constructor to set the
ULongRawIndexer.pointerandIndexer.index. - UniquePtr - Annotation Type in org.bytedeco.javacpp.annotation
-
A shorthand for
@Adapter("UniquePtrAdapter<type>"). - upcast() - Method in class org.bytedeco.javacpp.tools.Info
- upcast(boolean) - Method in class org.bytedeco.javacpp.tools.Info
- UShortArrayIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
short[]array, treated as unsigned. - UShortArrayIndexer(short[]) - Constructor for class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
Calls
UShortArrayIndexer(array, Index.create(array.length)). - UShortArrayIndexer(short[], long...) - Constructor for class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
Calls
UShortArrayIndexer(array, Index.create(sizes)). - UShortArrayIndexer(short[], long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
Calls
UShortArrayIndexer(array, Index.create(sizes, strides)). - UShortArrayIndexer(short[], Index) - Constructor for class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
Constructor to set the
UShortArrayIndexer.arrayandIndexer.index. - UShortBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ShortBuffer, treated as unsigned. - UShortBufferIndexer(ShortBuffer) - Constructor for class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
Calls
UShortBufferIndexer(buffer, Index.create(buffer.limit())). - UShortBufferIndexer(ShortBuffer, long...) - Constructor for class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
Calls
UShortBufferIndexer(buffer, Index.create(sizes)). - UShortBufferIndexer(ShortBuffer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
Calls
UShortBufferIndexer(buffer, Index.create(sizes, strides)). - UShortBufferIndexer(ShortBuffer, Index) - Constructor for class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
Constructor to set the
UShortBufferIndexer.bufferandIndexer.index. - UShortIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the
shortprimitive type, treated as unsigned. - UShortIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UShortIndexer
- UShortIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.UShortIndexer
- UShortRawIndexer - Class in org.bytedeco.javacpp.indexer
-
An indexer for a
ShortPointerusing theRawinstance, treated as unsigned. - UShortRawIndexer(ShortPointer) - Constructor for class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
Calls
UShortRawIndexer(pointer, Index.create(pointer.limit() - pointer.position())). - UShortRawIndexer(ShortPointer, long...) - Constructor for class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
Calls
UShortRawIndexer(pointer, Index.create(sizes)). - UShortRawIndexer(ShortPointer, long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
Calls
UShortRawIndexer(pointer, Index.create(sizes, strides)). - UShortRawIndexer(ShortPointer, Index) - Constructor for class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
Constructor to set the
UShortRawIndexer.pointerandIndexer.index.
V
- value() - Element in annotation type org.bytedeco.javacpp.annotation.Adapter
-
The name of the C++ adapter class.
- value() - Element in annotation type org.bytedeco.javacpp.annotation.ByRef
-
When true indicates that the argument actually needs to be an rvalue reference (aka movable value).
- value() - Element in annotation type org.bytedeco.javacpp.annotation.Cast
- value() - Element in annotation type org.bytedeco.javacpp.annotation.Const
-
If
true, appliesconstto the value and to the pointer, respectively. - value() - Element in annotation type org.bytedeco.javacpp.annotation.Convention
- value() - Element in annotation type org.bytedeco.javacpp.annotation.Index
-
The number of indices spread over the parameters, for multidimensional access.
- value() - Element in annotation type org.bytedeco.javacpp.annotation.Name
-
The second element gets used as a suffix to work around arrays of anonymous struct or union.
- value() - Element in annotation type org.bytedeco.javacpp.annotation.Namespace
- value() - Element in annotation type org.bytedeco.javacpp.annotation.NoException
-
On override, indicates whether to use the C++ noexcept specifier or not.
- value() - Element in annotation type org.bytedeco.javacpp.annotation.Optional
-
The template type of
OptionalAdapter. - value() - Element in annotation type org.bytedeco.javacpp.annotation.Platform
-
The properties, class, or method apply only to the named platforms.
- value() - Element in annotation type org.bytedeco.javacpp.annotation.Properties
-
A list of properties for different platforms.
- value() - Element in annotation type org.bytedeco.javacpp.annotation.SharedPtr
-
The template type of
SharedPtrAdapter. - value() - Element in annotation type org.bytedeco.javacpp.annotation.StdBasicString
-
The template type of
BasicStringAdapter. - value() - Element in annotation type org.bytedeco.javacpp.annotation.StdMove
-
The template type of
MoveAdapter. - value() - Element in annotation type org.bytedeco.javacpp.annotation.StdString
- value() - Element in annotation type org.bytedeco.javacpp.annotation.StdU16String
- value() - Element in annotation type org.bytedeco.javacpp.annotation.StdU32String
- value() - Element in annotation type org.bytedeco.javacpp.annotation.StdVector
-
The template type of
VectorAdapter. - value() - Element in annotation type org.bytedeco.javacpp.annotation.StdWString
- value() - Element in annotation type org.bytedeco.javacpp.annotation.UniquePtr
-
The template type of
UniquePtrAdapter. - value() - Element in annotation type org.bytedeco.javacpp.annotation.Virtual
-
Pure (abstract) or not.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
The number of bytes used to represent a short.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
The number of bytes used to represent a boolean.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.ByteIndexer
-
The number of bytes used to represent a byte.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.CharIndexer
-
The number of bytes used to represent a char.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
The number of bytes used to represent a double.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.FloatIndexer
-
The number of bytes used to represent a float.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.HalfIndexer
-
The number of bytes used to represent a short.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.IntIndexer
-
The number of bytes used to represent an int.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.LongIndexer
-
The number of bytes used to represent a long.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.ShortIndexer
-
The number of bytes used to represent a short.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.UByteIndexer
-
The number of bytes used to represent a byte.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.UIntIndexer
-
The number of bytes used to represent an int.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.ULongIndexer
-
The number of bytes used to represent a long.
- VALUE_BYTES - Static variable in class org.bytedeco.javacpp.indexer.UShortIndexer
-
The number of bytes used to represent a short.
- ValueGetter - Annotation Type in org.bytedeco.javacpp.annotation
-
An annotation indicating that a method should behave like a value getter.
- ValueSetter - Annotation Type in org.bytedeco.javacpp.annotation
-
An annotation indicating that a method should behave like a value setter.
- valueTypes(String...) - Method in class org.bytedeco.javacpp.tools.Info
- Virtual - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates that a method maps to a virtual function in C++.
- virtualize() - Method in class org.bytedeco.javacpp.tools.Info
- virtualize(boolean) - Method in class org.bytedeco.javacpp.tools.Info
W
- warn(String) - Method in class org.bytedeco.javacpp.tools.Logger
-
Calls
System.err.println("Warning: " + s). - warn(String) - Method in class org.bytedeco.javacpp.tools.Slf4jLogger
-
Calls
Logger.warn(String). - width() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- withDeallocator(P) - Static method in class org.bytedeco.javacpp.Pointer
-
A utility method to register easily a
Pointer.CustomDeallocatorwith a Pointer. - withEnv() - Element in annotation type org.bytedeco.javacpp.annotation.Raw
-
If
true, passes theJNIEnv*as first argument to the native function. - workingDirectory(File) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.workingDirectoryfield to the argument. - workingDirectory(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.workingDirectoryfield to the argument.
Z
A B C D E F G H I J K L M N O P R S T U V W ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form