- base - Variable in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
Base address and number of elements accessible.
- base - Variable in class org.bytedeco.javacpp.tools.Info
-
- base(String) - Method in class org.bytedeco.javacpp.tools.Info
-
- baseClasses - Static variable in class org.bytedeco.javacpp.tools.Generator
-
- baseType - Variable in class org.bytedeco.javacpp.tools.Context
-
- beanify - Variable in class org.bytedeco.javacpp.tools.Context
-
- beanify - Variable in class org.bytedeco.javacpp.tools.Info
-
Adds JavaBeans-style prefixes to getters and setters of public data members of a class
- beanify() - Method in class org.bytedeco.javacpp.tools.Info
-
- beanify(boolean) - Method in class org.bytedeco.javacpp.tools.Info
-
- behavior(Annotation...) - Method in class org.bytedeco.javacpp.tools.Generator
-
- 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
-
- Bfloat16BufferIndexer - Class in org.bytedeco.javacpp.indexer
-
- 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
-
- Bfloat16Indexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the short
primitive type, treated as bfloat16.
- Bfloat16Indexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
- Bfloat16Indexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
- Bfloat16RawIndexer - Class in org.bytedeco.javacpp.indexer
-
- 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
-
- body() - Method in class org.bytedeco.javacpp.tools.Parser
-
- 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
-
- BooleanBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
- 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
-
- BooleanEnum() - Constructor for enum org.bytedeco.javacpp.tools.Generator.BooleanEnum
-
- BooleanIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the boolean
primitive type.
- BooleanIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.BooleanIndexer
-
- BooleanIndexer(long[], long[]) - 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(boolean...) - Constructor for class org.bytedeco.javacpp.BooleanPointer
-
Allocates enough memory for the array and copies it.
- 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(long) - Constructor for class org.bytedeco.javacpp.BooleanPointer
-
Allocates a native boolean
array of the given size.
- BooleanPointer() - Constructor for class org.bytedeco.javacpp.BooleanPointer
-
- BooleanPointer(Pointer) - Constructor for class org.bytedeco.javacpp.BooleanPointer
-
- BooleanRawIndexer - Class in org.bytedeco.javacpp.indexer
-
- 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
-
- BoolPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of bool
.
- BoolPointer(long) - Constructor for class org.bytedeco.javacpp.BoolPointer
-
Allocates a native bool
array of the given size.
- BoolPointer() - Constructor for class org.bytedeco.javacpp.BoolPointer
-
- BoolPointer(Pointer) - Constructor for class org.bytedeco.javacpp.BoolPointer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- 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() - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- buffer() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns the backing buffer, or null
if none
- buffer - Variable in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
The backing buffer.
- buffer() - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- buffer - Variable in class org.bytedeco.javacpp.Pointer.ProxyDeallocator
-
- buffer - Variable in class org.bytedeco.javacpp.tools.Tokenizer
-
- bufferGetter - Variable in class org.bytedeco.javacpp.tools.MethodInformation
-
- build() - Method in class org.bytedeco.javacpp.tools.Builder
-
Starts the build process and returns an array of
File
produced.
- buildCommand - Variable in class org.bytedeco.javacpp.tools.Builder
-
A system command for
ProcessBuilder
to execute for the build, instead of JavaCPP itself.
- buildCommand(String[]) - Method in class org.bytedeco.javacpp.tools.Builder
-
- buildCommand - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Execute a build command instead of JavaCPP itself, and return.
- BuildEnabled - Interface in org.bytedeco.javacpp.tools
-
Classes implementing
InfoMapper
can 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
-
- buildPath - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Add the path to the "platform.buildpath" property.
- buildPaths - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Add the paths to the "platform.buildpath" property.
- buildResource - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Add the path to the "platform.buildresource" property.
- buildResources - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Add the paths to the "platform.buildresource" property.
- by(MethodInformation, int) - Method in class org.bytedeco.javacpp.tools.Generator
-
- by(Annotation...) - Method in class org.bytedeco.javacpp.tools.Generator
-
- 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
-
- ByteBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
- 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
-
- ByteEnum() - Constructor for enum org.bytedeco.javacpp.tools.Generator.ByteEnum
-
- ByteIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the byte
primitive type.
- ByteIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.ByteIndexer
-
- ByteIndexer(long[], long[]) - 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(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(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(byte...) - Constructor for class org.bytedeco.javacpp.BytePointer
-
Allocates enough memory for the array and copies 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(long) - Constructor for class org.bytedeco.javacpp.BytePointer
-
Allocates a native signed char
array of the given size.
- BytePointer() - Constructor for class org.bytedeco.javacpp.BytePointer
-
- BytePointer(Pointer) - Constructor for class org.bytedeco.javacpp.BytePointer
-
- ByteRawIndexer - Class in org.bytedeco.javacpp.indexer
-
- 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
-
- bytes - Variable in class org.bytedeco.javacpp.Pointer.DeallocatorReference
-
- ByVal - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates that an argument gets passed or returned by value.
- cacheDir - Static variable in class org.bytedeco.javacpp.Loader
-
- cacheLibraries - Static variable in class org.bytedeco.javacpp.Loader
-
Whether to extract libraries to
Loader.cacheDir
, set via "org.bytedeco.javacpp.cacheLibraries" system property.
- CacheMojo - Class in org.bytedeco.javacpp.tools
-
A Maven Mojo to call the
Loader
on all classes found in the project,
as well as call all
cachePackage()
methods found on them.
- CacheMojo() - Constructor for class org.bytedeco.javacpp.tools.CacheMojo
-
- cacheResource(String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts a resource using the
ClassLoader
of the caller class,
and returns the cached
File
.
- cacheResource(Class, String) - Static method in class org.bytedeco.javacpp.Loader
-
- 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(String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts resources using the
ClassLoader
of the caller class,
and returns the cached
File
objects.
- cacheResources(Class, String) - Static method in class org.bytedeco.javacpp.Loader
-
Extracts resources using the
ClassLoader
of the specified
Class
,
and returns the cached
File
objects.
- call(MethodInformation, String, boolean) - Method in class org.bytedeco.javacpp.tools.Generator
-
- callback(Class<?>, Method, String, int, boolean, MethodInformation) - Method in class org.bytedeco.javacpp.tools.Generator
-
- callbackAllocator(Class<?>, String, int) - Method in class org.bytedeco.javacpp.tools.Generator
-
- callbacks - Variable in class org.bytedeco.javacpp.tools.Generator
-
- calloc(long, long) - Static method in class org.bytedeco.javacpp.Pointer
-
- canCreateSymbolicLink - Static variable in class org.bytedeco.javacpp.Loader
-
Will be set to false when symbolic link creation fails, such as on Windows.
- 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 - 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
-
- 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 - Annotation Type in org.bytedeco.javacpp.annotation
-
Indicates a type cast required on the argument to satisfy the native compiler.
- cast - Variable in class org.bytedeco.javacpp.tools.AdapterInformation
-
- cast(MethodInformation, int) - Method in class org.bytedeco.javacpp.tools.Generator
-
- cast(Class<?>, Annotation...) - Method in class org.bytedeco.javacpp.tools.Generator
-
- cast - Variable in class org.bytedeco.javacpp.tools.Info
-
- cast() - Method in class org.bytedeco.javacpp.tools.Info
-
- cast(boolean) - Method in class org.bytedeco.javacpp.tools.Info
-
- cast2 - Variable in class org.bytedeco.javacpp.tools.AdapterInformation
-
- 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
-
- CharBufferIndexer - Class in org.bytedeco.javacpp.indexer
-
- 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
-
- CharIndexer - Class in org.bytedeco.javacpp.indexer
-
Abstract indexer for the char
primitive type.
- CharIndexer(Index) - Constructor for class org.bytedeco.javacpp.indexer.CharIndexer
-
- CharIndexer(long[], long[]) - Constructor for class org.bytedeco.javacpp.indexer.CharIndexer
-
- CharPointer - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of short
for UTF-16.
- CharPointer(String) - Constructor for class org.bytedeco.javacpp.CharPointer
-
Allocates enough memory for the String and copies it.
- CharPointer(char...) - Constructor for class org.bytedeco.javacpp.CharPointer
-
Allocates enough memory for the array 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(long) - Constructor for class org.bytedeco.javacpp.CharPointer
-
Allocates a native short
array of the given size.
- CharPointer() - Constructor for class org.bytedeco.javacpp.CharPointer
-
- CharPointer(Pointer) - Constructor for class org.bytedeco.javacpp.CharPointer
-
- CharRawIndexer - Class in org.bytedeco.javacpp.indexer
-
- 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
-
- 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])
where n = versions.length - (versions[versions.length - 1].equals("SNAPSHOT") ? 2 : 1)
or false on error.
- chrono - Class in org.bytedeco.javacpp.global
-
- chrono() - Constructor for class org.bytedeco.javacpp.global.chrono
-
- chrono - Class in org.bytedeco.javacpp.presets
-
- chrono() - Constructor for class org.bytedeco.javacpp.presets.chrono
-
- CLASS - Static variable in class org.bytedeco.javacpp.tools.Token
-
- classes - Variable in class org.bytedeco.javacpp.tools.ClassScanner
-
- classes(boolean, boolean, boolean, boolean, String, String, String, Class<?>...) - Method in class org.bytedeco.javacpp.tools.Generator
-
- classesOrPackages(String...) - Method in class org.bytedeco.javacpp.tools.Builder
-
- ClassFilter - Interface in org.bytedeco.javacpp.tools
-
An interface used by
ClassScanner
to determine which classes to load.
- classFilter - Variable in class org.bytedeco.javacpp.tools.ClassScanner
-
- classOrPackageName - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Process only this class or package (suffixed with .* or .**).
- classOrPackageName - Variable in class org.bytedeco.javacpp.tools.CacheMojo
-
Process only this class or package (suffixed with .* or .**).
- classOrPackageNames - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Process only these classes or packages (suffixed with .* or .**).
- classOrPackageNames - Variable in class org.bytedeco.javacpp.tools.CacheMojo
-
Process only these classes or packages (suffixed with .* or .**).
- classPath - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Load user classes from classPath.
- classPaths(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
- classPaths(String...) - Method in class org.bytedeco.javacpp.tools.Builder
-
- classPaths - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Load user classes from classPaths.
- 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
-
- classScanner - Variable in class org.bytedeco.javacpp.tools.Builder
-
- ClassScanner - Class in org.bytedeco.javacpp.tools
-
- ClassScanner(Logger, Collection<Class>, UserClassLoader) - Constructor for class org.bytedeco.javacpp.tools.ClassScanner
-
- ClassScanner(Logger, Collection<Class>, UserClassLoader, ClassFilter) - Constructor for class org.bytedeco.javacpp.tools.ClassScanner
-
- classStack - Static variable in class org.bytedeco.javacpp.Loader
-
The stack of classes currently being loaded to support more than one class loader.
- clean - Variable in class org.bytedeco.javacpp.tools.Builder
-
- clean(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
- clean - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
- cleanOutputDirectory() - Method in class org.bytedeco.javacpp.tools.Builder
-
- clear() - Method in class org.bytedeco.javacpp.Pointer.DeallocatorReference
-
- clearCacheDir() - Static method in class org.bytedeco.javacpp.Loader
-
Calls deleteDirectory(getCacheDir())
.
- ClearMojo - Class in org.bytedeco.javacpp.tools
-
- 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(long...) - Constructor for class org.bytedeco.javacpp.CLongPointer
-
Allocates enough memory for the array and copies it.
- CLongPointer(long) - Constructor for class org.bytedeco.javacpp.CLongPointer
-
Allocates a native long
array of the given size.
- CLongPointer() - Constructor for class org.bytedeco.javacpp.CLongPointer
-
- CLongPointer(Pointer) - Constructor for class org.bytedeco.javacpp.CLongPointer
-
- close() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
- close() - Method in class org.bytedeco.javacpp.Pointer
-
Calls releaseReference()
.
- close() - Method in class org.bytedeco.javacpp.PointerScope
-
- close() - Method in class org.bytedeco.javacpp.tools.Tokenizer
-
- cls - Variable in class org.bytedeco.javacpp.tools.MethodInformation
-
- cols() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Deprecated.
- commandExecutor - Variable in class org.bytedeco.javacpp.tools.Builder
-
An alternative CommandExecutor to use to execute commands.
- commandExecutor(CommandExecutor) - Method in class org.bytedeco.javacpp.tools.Builder
-
- 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
-
- comment - Variable in class org.bytedeco.javacpp.tools.Declaration
-
- COMMENT - Static variable in class org.bytedeco.javacpp.tools.Token
-
- commentAfter() - Method in class org.bytedeco.javacpp.tools.Parser
-
Converts Doxygen-like documentation comments placed after identifiers to Javadoc-style.
- commentBefore() - Method in class org.bytedeco.javacpp.tools.Parser
-
Converts Doxygen-like documentation comments placed before identifiers to Javadoc-style.
- commentDoc(String, int) - Method in class org.bytedeco.javacpp.tools.Parser
-
Tries to adapt a Doxygen-style documentation comment to Javadoc-style.
- compareTo(Token) - Method in class org.bytedeco.javacpp.tools.Token
-
- compile - Variable in class org.bytedeco.javacpp.tools.Builder
-
If true, compiles the generated source file to a shared library and deletes source.
- compile(String[], String, ClassProperties, File) - Method in class org.bytedeco.javacpp.tools.Builder
-
Launches and waits for the native compiler to produce a native shared library.
- compile(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
- compile - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Compile and delete the generated .cpp files.
- compilerOptions - Variable in class org.bytedeco.javacpp.tools.Builder
-
Contains additional command line options from the user for the native compiler.
- compilerOptions(String...) - Method in class org.bytedeco.javacpp.tools.Builder
-
- compilerOptions - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Pass compilerOptions directly to compiler.
- configDirectory - Variable in class org.bytedeco.javacpp.tools.Builder
-
The name of the directory where to output config files for GraalVM native-image, if not null
.
- configDirectory(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
- configDirectory(File) - Method in class org.bytedeco.javacpp.tools.Builder
-
- configDirectory - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Also create config files for GraalVM native-image in directory.
- Const - Annotation Type in org.bytedeco.javacpp.annotation
-
A shortcut annotation to
Cast
that simply adds
const
to the parameter type, function, or class.
- CONST - Static variable in class org.bytedeco.javacpp.tools.Token
-
- constant - Variable in class org.bytedeco.javacpp.tools.AdapterInformation
-
- constBaseName - Variable in class org.bytedeco.javacpp.tools.Context
-
- CONSTEXPR - Static variable in class org.bytedeco.javacpp.tools.Token
-
- constExpr - Variable in class org.bytedeco.javacpp.tools.Type
-
- constFunction(Class<?>, Method) - Static method in class org.bytedeco.javacpp.tools.Generator
-
- constMember - Variable in class org.bytedeco.javacpp.tools.Declaration
-
- constName - Variable in class org.bytedeco.javacpp.tools.Context
-
- constPointer - Variable in class org.bytedeco.javacpp.tools.Declarator
-
- constPointer - Variable in class org.bytedeco.javacpp.tools.Type
-
- constructor - Variable in class org.bytedeco.javacpp.tools.Type
-
- constructorName(String) - Static method in class org.bytedeco.javacpp.tools.Parser
-
Constructors have 2 kinds of fully qualified name:
the calling name of a constructor, used when calling the constructor, e.g.:
NS::CN(int)
and the declaration name, used when defining the constructor outside its class or when referencing a constructor
with using to inherit constructors of base class.
- constValue - Variable in class org.bytedeco.javacpp.tools.Type
-
- constValueTypeName(String...) - Static method in class org.bytedeco.javacpp.tools.Generator
-
- containers(Context, DeclarationList) - Method in class org.bytedeco.javacpp.tools.Parser
-
- containsKey(Object) - Method in class org.bytedeco.javacpp.tools.InfoMap
-
- Context - Class in org.bytedeco.javacpp.tools
-
- Context() - Constructor for class org.bytedeco.javacpp.tools.Context
-
- Context(Context) - Constructor for class org.bytedeco.javacpp.tools.Context
-
- context - Variable in class org.bytedeco.javacpp.tools.DeclarationList
-
- Convention - Annotation Type in org.bytedeco.javacpp.annotation
-
- copyLibs - Variable in class org.bytedeco.javacpp.tools.Builder
-
If true, also copies to the output directory dependent shared libraries (link and preload).
- copyLibs(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
- copyLibs - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Copy to output directory dependent libraries (link and preload).
- copyResources - Variable in class org.bytedeco.javacpp.tools.Builder
-
If true, also copies to the output directory resources listed in properties.
- copyResources(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
- copyResources - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Copy to output directory resources listed in properties.
- count() - Method in class org.bytedeco.javacpp.chrono.HighResolutionDuration
-
- count() - Method in class org.bytedeco.javacpp.chrono.Hours
-
- count() - Method in class org.bytedeco.javacpp.chrono.Microseconds
-
- count() - Method in class org.bytedeco.javacpp.chrono.Milliseconds
-
- count() - Method in class org.bytedeco.javacpp.chrono.Minutes
-
- count() - Method in class org.bytedeco.javacpp.chrono.Nanoseconds
-
- count() - Method in class org.bytedeco.javacpp.chrono.Seconds
-
- count() - Method in class org.bytedeco.javacpp.chrono.SecondsDouble
-
- count() - Method in class org.bytedeco.javacpp.chrono.SecondsFloat
-
- count() - Method in class org.bytedeco.javacpp.chrono.SteadyDuration
-
- count() - Method in class org.bytedeco.javacpp.chrono.SystemDuration
-
- count - Variable in class org.bytedeco.javacpp.Pointer.DeallocatorReference
-
- count() - Method in class org.bytedeco.javacpp.Pointer.DeallocatorReference
-
- count() - Method in class org.bytedeco.javacpp.Pointer.ProxyDeallocator
-
- count() - Method in interface org.bytedeco.javacpp.Pointer.ReferenceCounter
-
- counter - Variable in class org.bytedeco.javacpp.tools.TokenIndexer
-
Counter for the special predefined __COUNTER__
macro.
- cppAnnotationTypeName(Class<?>, Annotation...) - Method in class org.bytedeco.javacpp.tools.Generator
-
- cppCastTypeName(Class<?>, Annotation...) - Method in class org.bytedeco.javacpp.tools.Generator
-
- cppFunctionTypeName(Method...) - Method in class org.bytedeco.javacpp.tools.Generator
-
- cppName - Variable in class org.bytedeco.javacpp.tools.Attribute
-
- cppName - Variable in class org.bytedeco.javacpp.tools.Context
-
- cppName - Variable in class org.bytedeco.javacpp.tools.Declarator
-
- cppName - Variable in class org.bytedeco.javacpp.tools.Type
-
- cppNames - Variable in class org.bytedeco.javacpp.tools.Info
-
A list of C++ identifiers, expressions, or header filenames to which this info is to be bound.
- cppNames(String...) - Method in class org.bytedeco.javacpp.tools.Info
-
- cppScopeName(MethodInformation) - Static method in class org.bytedeco.javacpp.tools.Generator
-
- cppScopeName(Class<?>) - Static method in class org.bytedeco.javacpp.tools.Generator
-
- cppText - Variable in class org.bytedeco.javacpp.tools.Info
-
Replaces the code associated with the declaration of C++ identifiers, before parsing.
- cppText(String) - Method in class org.bytedeco.javacpp.tools.Info
-
- cppTypeName(MethodInformation, int) - Method in class org.bytedeco.javacpp.tools.Generator
-
- cppTypeName(Class<?>) - Method in class org.bytedeco.javacpp.tools.Generator
-
- cppTypeName(Class<?>, Annotation[]) - Method in class org.bytedeco.javacpp.tools.Generator
-
- cppTypes - Variable in class org.bytedeco.javacpp.tools.Info
-
A list of C++ types to supply to or substitute from macros, templates, typedefs, etc.
- cppTypes(String...) - Method in class org.bytedeco.javacpp.tools.Info
-
- create(short[]) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16ArrayIndexer(array)
- create(ShortBuffer) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16BufferIndexer(buffer)
- create(ShortPointer) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16RawIndexer(pointer)
- create(short[], Index) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16ArrayIndexer(array, index)
- create(ShortBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16BufferIndexer(buffer, index)
- create(ShortPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16RawIndexer(pointer, index)
- create(short[], long...) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16ArrayIndexer(array, sizes)
- create(ShortBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16BufferIndexer(buffer, sizes)
- create(ShortPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16RawIndexer(pointer, sizes)
- create(short[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16ArrayIndexer(array, sizes, strides)
- create(ShortBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16BufferIndexer(buffer, sizes, strides)
- create(ShortPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns new Bfloat16RawIndexer(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, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Creates a bfloat16 indexer to access efficiently the data of a pointer.
- create(boolean[]) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanArrayIndexer(array)
- create(ByteBuffer) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanBufferIndexer(buffer)
- create(BooleanPointer) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanRawIndexer(pointer)
- create(boolean[], Index) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanArrayIndexer(array, index)
- create(ByteBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanBufferIndexer(buffer, index)
- create(BooleanPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanRawIndexer(pointer, index)
- create(boolean[], long...) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanArrayIndexer(array, sizes)
- create(ByteBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanBufferIndexer(buffer, sizes)
- create(BooleanPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanRawIndexer(pointer, index)
- create(boolean[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanArrayIndexer(array, sizes, strides)
- create(ByteBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns new BooleanBufferIndexer(buffer, sizes, strides)
- 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, boolean) - Static method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Creates a boolean indexer to access efficiently the data of a pointer.
- create(byte[]) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteArrayIndexer(array)
- create(ByteBuffer) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteBufferIndexer(buffer)
- create(BytePointer) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteRawIndexer(pointer)
- create(byte[], Index) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteArrayIndexer(array, index)
- create(ByteBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteBufferIndexer(buffer, index)
- create(BytePointer, Index) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteRawIndexer(pointer, index)
- create(byte[], long...) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteArrayIndexer(array, sizes)
- create(ByteBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteBufferIndexer(buffer, sizes)
- create(BytePointer, long...) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteRawIndexer(pointer, index)
- create(byte[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteArrayIndexer(array, sizes, strides)
- create(ByteBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteBufferIndexer(buffer, sizes, strides)
- create(BytePointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns new ByteRawIndexer(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, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Creates a byte indexer to access efficiently the data of a pointer.
- create(char[]) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharArrayIndexer(array)
- create(CharBuffer) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharBufferIndexer(buffer)
- create(CharPointer) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharRawIndexer(pointer)
- create(char[], Index) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharArrayIndexer(array, index)
- create(CharBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharBufferIndexer(buffer, index)
- create(CharPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharRawIndexer(pointer, index)
- create(char[], long...) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharArrayIndexer(array, sizes)
- create(CharBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharBufferIndexer(buffer, sizes)
- create(CharPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharRawIndexer(pointer, sizes)
- create(char[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharArrayIndexer(array, sizes, strides)
- create(CharBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns new CharBufferIndexer(buffer, sizes, strides)
- 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, boolean) - Static method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Creates a char indexer to access efficiently the data of a pointer.
- create(double[]) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleArrayIndexer(array)
- create(DoubleBuffer) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleBufferIndexer(buffer)
- create(DoublePointer) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleRawIndexer(pointer)
- create(double[], Index) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleArrayIndexer(array, index)
- create(DoubleBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleBufferIndexer(buffer, index)
- create(DoublePointer, Index) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleRawIndexer(pointer, index)
- create(double[], long...) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleArrayIndexer(array, sizes)
- create(DoubleBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleBufferIndexer(buffer, sizes)
- create(DoublePointer, long...) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleRawIndexer(pointer, index)
- create(double[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleArrayIndexer(array, sizes, strides)
- create(DoubleBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns new DoubleBufferIndexer(buffer, sizes, strides)
- 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, boolean) - Static method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Creates a double indexer to access efficiently the data of a pointer.
- create(float[]) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatArrayIndexer(array)
- create(FloatBuffer) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatBufferIndexer(buffer)
- create(FloatPointer) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatRawIndexer(pointer)
- create(float[], Index) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatArrayIndexer(array, index)
- create(FloatBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatBufferIndexer(buffer, index)
- create(FloatPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatRawIndexer(pointer, index)
- create(float[], long...) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatArrayIndexer(array, sizes)
- create(FloatBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatBufferIndexer(buffer, sizes)
- create(FloatPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatRawIndexer(pointer, sizes)
- create(float[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatArrayIndexer(array, sizes, strides)
- create(FloatBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns new FloatBufferIndexer(buffer, sizes, strides)
- 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, boolean) - Static method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Creates a float indexer to access efficiently the data of a pointer.
- create(short[]) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfArrayIndexer(array)
- create(ShortBuffer) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfBufferIndexer(buffer)
- create(ShortPointer) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfRawIndexer(pointer)
- create(short[], Index) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfArrayIndexer(array, index)
- create(ShortBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfBufferIndexer(buffer, index)
- create(ShortPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfRawIndexer(pointer, index)
- create(short[], long...) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfArrayIndexer(array, sizes)
- create(ShortBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfBufferIndexer(buffer, sizes)
- create(ShortPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfRawIndexer(pointer, sizes)
- create(short[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfArrayIndexer(array, sizes, strides)
- create(ShortBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns new HalfBufferIndexer(buffer, 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[], boolean) - Static method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns create(pointer, Index.create(sizes, strides), direct)
- 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(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[], long[]) - Static method in class org.bytedeco.javacpp.indexer.Index
-
Returns new StrideIndex(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(int[]) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntArrayIndexer(array)
- create(IntBuffer) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntBufferIndexer(buffer)
- create(IntPointer) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntRawIndexer(pointer)
- create(int[], Index) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntArrayIndexer(array, index)
- create(IntBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntBufferIndexer(buffer, index)
- create(IntPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntRawIndexer(pointer, index)
- create(int[], long...) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntArrayIndexer(array, sizes)
- create(IntBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntBufferIndexer(buffer, sizes)
- create(IntPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntRawIndexer(pointer, sizes)
- create(int[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntArrayIndexer(array, sizes, strides)
- create(IntBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntBufferIndexer(buffer, sizes, strides)
- create(IntPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns new IntRawIndexer(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, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Creates a int indexer to access efficiently the data of a pointer.
- create(long[]) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongArrayIndexer(array)
- create(LongBuffer) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongBufferIndexer(buffer)
- create(LongPointer) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongRawIndexer(pointer)
- create(long[], Index) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongArrayIndexer(array, index)
- create(LongBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongBufferIndexer(buffer, index)
- create(LongPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongRawIndexer(pointer, index)
- create(long[], long...) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongArrayIndexer(array, sizes)
- create(LongBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongBufferIndexer(buffer, sizes)
- create(LongPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongRawIndexer(pointer, sizes)
- create(long[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongArrayIndexer(array, sizes, strides)
- create(LongBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongBufferIndexer(buffer, sizes, strides)
- create(LongPointer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns new LongRawIndexer(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, Index, boolean) - Static method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Creates a long indexer to access efficiently the data of a pointer.
- create(short[]) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortArrayIndexer(array)
- create(ShortBuffer) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortBufferIndexer(buffer)
- create(ShortPointer) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortRawIndexer(pointer)
- create(short[], Index) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortArrayIndexer(array, index)
- create(ShortBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortBufferIndexer(buffer, index)
- create(ShortPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortRawIndexer(pointer, index)
- create(short[], long...) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortArrayIndexer(array, sizes)
- create(ShortBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortBufferIndexer(buffer, sizes)
- create(ShortPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortRawIndexer(pointer, sizes)
- create(short[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortArrayIndexer(array, sizes, strides)
- create(ShortBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns new ShortBufferIndexer(buffer, 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[], boolean) - Static method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns create(pointer, Index.create(sizes, strides), direct)
- 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(byte[]) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new UByteArrayIndexer(array)
- create(ByteBuffer) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new UByteBufferIndexer(buffer)
- create(BytePointer) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new UByteRawIndexer(pointer)
- create(byte[], Index) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new UByteArrayIndexer(array, index)
- create(ByteBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new UByteBufferIndexer(buffer, index)
- create(BytePointer, Index) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new UByteRawIndexer(pointer, index)
- create(byte[], long...) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new UByteArrayIndexer(array, sizes)
- create(ByteBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new UByteBufferIndexer(buffer, sizes)
- create(BytePointer, long...) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new UByteRawIndexer(pointer, index)
- create(byte[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new ByteArrayIndexer(array, sizes, strides)
- create(ByteBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns new ByteBufferIndexer(buffer, 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.UByteIndexer
-
Returns create(pointer, Index.create(sizes, strides), direct)
- 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(int[]) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntArrayIndexer(array)
- create(IntBuffer) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntBufferIndexer(buffer)
- create(IntPointer) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntRawIndexer(pointer)
- create(int[], Index) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntArrayIndexer(array, index)
- create(IntBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntBufferIndexer(buffer, index)
- create(IntPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntRawIndexer(pointer, index)
- create(int[], long...) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntArrayIndexer(array, sizes)
- create(IntBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntBufferIndexer(buffer, sizes)
- create(IntPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntRawIndexer(pointer, sizes)
- create(int[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntArrayIndexer(array, sizes, strides)
- create(IntBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns new UIntBufferIndexer(buffer, 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.UIntIndexer
-
Returns create(pointer, Index.create(sizes, strides), direct)
- 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(long[]) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongArrayIndexer(array)
- create(LongBuffer) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongBufferIndexer(buffer)
- create(LongPointer) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongRawIndexer(pointer)
- create(long[], Index) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongArrayIndexer(array, index)
- create(LongBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongBufferIndexer(buffer, index)
- create(LongPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongRawIndexer(pointer, index)
- create(long[], long...) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongArrayIndexer(array, sizes)
- create(LongBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongBufferIndexer(buffer, sizes)
- create(LongPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongRawIndexer(pointer, sizes)
- create(long[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongArrayIndexer(array, sizes, strides)
- create(LongBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns new ULongBufferIndexer(buffer, 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.ULongIndexer
-
Returns create(pointer, Index.create(sizes, strides), direct)
- 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(short[]) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortArrayIndexer(array)
- create(ShortBuffer) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortBufferIndexer(buffer)
- create(ShortPointer) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortRawIndexer(pointer)
- create(short[], Index) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortArrayIndexer(array, index)
- create(ShortBuffer, Index) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortBufferIndexer(buffer, index)
- create(ShortPointer, Index) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortRawIndexer(pointer, index)
- create(short[], long...) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortArrayIndexer(array, sizes)
- create(ShortBuffer, long...) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortBufferIndexer(buffer, sizes)
- create(ShortPointer, long...) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortRawIndexer(pointer, sizes)
- create(short[], long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortArrayIndexer(array, sizes, strides)
- create(ShortBuffer, long[], long[]) - Static method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns new UShortBufferIndexer(buffer, 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.UShortIndexer
-
Returns create(pointer, Index.create(sizes, strides), direct)
- 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.
- 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 new
Logger()
.
- createIndexer(boolean) - Method in interface org.bytedeco.javacpp.indexer.Indexable
-
Factory method called by the user to get an indexer to access the data.
- createJar(File, String[], File...) - Method in class org.bytedeco.javacpp.tools.Builder
-
Stores all the files in the given JAR file.
- 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.
- createString(String, String, boolean) - Static method in class org.bytedeco.javacpp.tools.Generator
-
- CriticalRegion - Annotation Type in org.bytedeco.javacpp.annotation
-
In some methods,
Generator
will generate code to transfer arrays from the
JVM to native code using the
Get/Release<primitivetype>ArrayElements
methods.
- criticalRegion(Class<?>, Method) - Static method in class org.bytedeco.javacpp.tools.Generator
-
- criticalRegion - Variable in class org.bytedeco.javacpp.tools.MethodInformation
-
- custom - Variable in class org.bytedeco.javacpp.tools.Declaration
-
- CustomDeallocator(Pointer) - Constructor for class org.bytedeco.javacpp.Pointer.CustomDeallocator
-
- generate - Variable in class org.bytedeco.javacpp.tools.Builder
-
If true, attempts to generate C++ JNI files, but if false, only attempts to parse header files.
- generate(boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
- generate - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Generate .cpp files from Java interfaces if found, parsing from header files if not.
- generate(String, String, String, String, String, String, String, Class<?>...) - Method in class org.bytedeco.javacpp.tools.Generator
-
- generateAndCompile(Class[], String, boolean, boolean) - Method in class org.bytedeco.javacpp.tools.Builder
-
Generates C++ source files for classes, and compiles everything in
one shared library when compile == true
.
- 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
-
- Generator.BooleanEnum - Enum in org.bytedeco.javacpp.tools
-
- Generator.ByteEnum - Enum in org.bytedeco.javacpp.tools
-
- Generator.IntEnum - Enum in org.bytedeco.javacpp.tools
-
- Generator.LongEnum - Enum in org.bytedeco.javacpp.tools
-
- Generator.ShortEnum - Enum in org.bytedeco.javacpp.tools
-
- get() - Method in class org.bytedeco.javacpp.BooleanPointer
-
- get(long) - Method in class org.bytedeco.javacpp.BooleanPointer
-
- 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() - Method in class org.bytedeco.javacpp.BoolPointer
-
- get(long) - Method in class org.bytedeco.javacpp.BoolPointer
-
- get() - Method in class org.bytedeco.javacpp.BytePointer
-
- get(long) - Method in class org.bytedeco.javacpp.BytePointer
-
- 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() - Method in class org.bytedeco.javacpp.CharPointer
-
- get(long) - Method in class org.bytedeco.javacpp.CharPointer
-
- 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(String) - Method in class org.bytedeco.javacpp.ClassProperties
-
- get() - Method in class org.bytedeco.javacpp.CLongPointer
-
- get(long) - Method in class org.bytedeco.javacpp.CLongPointer
-
- get(long[]) - Method in class org.bytedeco.javacpp.CLongPointer
-
- get(long[], int, int) - Method in class org.bytedeco.javacpp.CLongPointer
-
Reads a portion of the native array into a Java array.
- get() - Method in class org.bytedeco.javacpp.DoublePointer
-
- get(long) - Method in class org.bytedeco.javacpp.DoublePointer
-
- 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() - Method in class org.bytedeco.javacpp.FloatPointer
-
- get(long) - Method in class org.bytedeco.javacpp.FloatPointer
-
- 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(long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- get(long[], float[], int, int) - 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, float[]) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where h = array/buffer[index(i)]
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where h[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns array/buffer[index(i, j)]
- get(long, long, float[]) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where h = array/buffer[index(i, j)]
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where h[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns array/buffer[index(indices)]
- get(long[], float[]) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where h = array/buffer[index(indices)]
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where h[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- get(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- get(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- get(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- get(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- get(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- get(long[], boolean[], int, int) - 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, boolean[]) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where b = array/buffer[index(i)]
- get(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where b[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, boolean[]) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where b = array/buffer[index(i, j)]
- get(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where b[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns array/buffer[index(indices)]
- get(long[], boolean[]) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where b = array/buffer[index(indices)]
- get(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where b[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- get(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- get(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- get(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- get(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- get(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- get(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- get(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- get(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- get(long[], byte[], int, int) - 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, byte[]) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where b = array/buffer[index(i)]
- get(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where b[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, byte[]) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where b = array/buffer[index(i, j)]
- get(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where b[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns array/buffer[index(indices)]
- get(long[], byte[]) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where b = array/buffer[index(indices)]
- get(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where b[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- get(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- get(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- get(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- get(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- get(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- get(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- get(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- get(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- get(long[], char[], int, int) - 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, char[]) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where c = array/buffer[index(i)]
- get(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where c[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, char[]) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where c = array/buffer[index(i, j)]
- get(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where c[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns array/buffer[index(indices)]
- get(long[], char[]) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where c = array/buffer[index(indices)]
- get(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where c[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- get(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- get(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- get(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- get(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- get(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- get(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- get(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- get(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- get(long[], double[], int, int) - 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, double[]) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where d = array/buffer[index(i)]
- get(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where d[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, double[]) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where d = array/buffer[index(i, j)]
- get(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where d[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns array/buffer[index(indices)]
- get(long[], double[]) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where d = array/buffer[index(indices)]
- get(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where d[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- get(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- get(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- get(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- get(long[], float[], int, int) - 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, float[]) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where f = array/buffer[index(i)]
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where f[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, float[]) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where f = array/buffer[index(i, j)]
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where f[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns array/buffer[index(indices)]
- get(long[], float[]) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where f = array/buffer[index(indices)]
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where f[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- get(long[], float[], int, int) - 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, float[]) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where h = array/buffer[index(i)]
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where h[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, float[]) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where h = array/buffer[index(i, j)]
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where h[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns array/buffer[index(indices)]
- get(long[], float[]) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where h = array/buffer[index(indices)]
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where h[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- get(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- get(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- get(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- get(long[], int[], int, int) - 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, int[]) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where n = array/buffer[index(i)]
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where n[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, int[]) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where n = array/buffer[index(i, j)]
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where n[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns array/buffer[index(indices)]
- get(long[], int[]) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where n = array/buffer[index(indices)]
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where n[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- get(long[], long[], int, int) - 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, long[]) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where l = array/buffer[index(i)]
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where l[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, long[]) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where l = array/buffer[index(i, j)]
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where l[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns array/buffer[index(indices)]
- get(long[], long[]) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where l = array/buffer[index(indices)]
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where l[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- get(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- get(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- get(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- get(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- get(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- get(long[], short[], int, int) - 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, short[]) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where s = array/buffer[index(i)]
- get(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where s[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, short[]) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where s = array/buffer[index(i, j)]
- get(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where s[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns array/buffer[index(indices)]
- get(long[], short[]) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where s = array/buffer[index(indices)]
- get(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where s[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- get(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- get(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- get(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- get(long[], int[], int, int) - 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, int[]) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where b = array/buffer[index(i)]
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where b[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, int[]) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where b = array/buffer[index(i, j)]
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where b[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns array/buffer[index(indices)]
- get(long[], int[]) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where b = array/buffer[index(indices)]
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where b[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- get(long[], long[], int, int) - 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, long[]) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where n = array/buffer[index(i)]
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where n[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, long[]) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where n = array/buffer[index(i, j)]
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where n[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns array/buffer[index(indices)]
- get(long[], long[]) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where n = array/buffer[index(indices)]
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where n[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- get(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- get(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- get(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- get(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- get(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- get(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- get(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- get(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- get(long[], BigInteger[], int, int) - 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, BigInteger[]) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where l = array/buffer[index(i)]
- get(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where l[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, BigInteger[]) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where l = array/buffer[index(i, j)]
- get(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where l[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns array/buffer[index(indices)]
- get(long[], BigInteger[]) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where l = array/buffer[index(indices)]
- get(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where l[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- get(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- get(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- get(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- get(long) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- get(long[], int[], int, int) - 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, int[]) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where s = array/buffer[index(i)]
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where s[offset:offset + length] = array/buffer[index(i)]
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns array/buffer[index(i, j)]
- get(long, long, int[]) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where s = array/buffer[index(i, j)]
- get(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where s[offset:offset + length] = array/buffer[index(i, j)]
- get(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns array/buffer[index(i, j, k)]
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns array/buffer[index(indices)]
- get(long[], int[]) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where s = array/buffer[index(indices)]
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where s[offset:offset + length] = array/buffer[index(indices)]
- get(long) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- get(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- get(long, long) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- 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.UShortRawIndexer
-
- get(long...) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- get(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- get() - Method in class org.bytedeco.javacpp.IntPointer
-
- get(long) - Method in class org.bytedeco.javacpp.IntPointer
-
- 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() - Method in class org.bytedeco.javacpp.LongPointer
-
- get(long) - Method in class org.bytedeco.javacpp.LongPointer
-
- get(long[]) - Method in class org.bytedeco.javacpp.LongPointer
-
- get(long[], int, int) - Method in class org.bytedeco.javacpp.LongPointer
-
Reads a portion of the native array into a Java array.
- get() - Method in class org.bytedeco.javacpp.PointerPointer
-
- get(Class<P>) - Method in class org.bytedeco.javacpp.PointerPointer
-
- get(long) - Method in class org.bytedeco.javacpp.PointerPointer
-
- get(Class<P>, long) - Method in class org.bytedeco.javacpp.PointerPointer
-
- get() - Method in class org.bytedeco.javacpp.ShortPointer
-
- get(long) - Method in class org.bytedeco.javacpp.ShortPointer
-
- 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() - Method in class org.bytedeco.javacpp.SizeTPointer
-
- get(long) - Method in class org.bytedeco.javacpp.SizeTPointer
-
- get(long[]) - Method in class org.bytedeco.javacpp.SizeTPointer
-
- get(long[], int, int) - Method in class org.bytedeco.javacpp.SizeTPointer
-
Reads a portion of the native array into a Java array.
- get(String) - Method in class org.bytedeco.javacpp.tools.InfoMap
-
- get(String, boolean) - Method in class org.bytedeco.javacpp.tools.InfoMap
-
- get(int, String) - Method in class org.bytedeco.javacpp.tools.InfoMap
-
- get(int, String, boolean) - Method in class org.bytedeco.javacpp.tools.InfoMap
-
- get(String) - Method in class org.bytedeco.javacpp.tools.TemplateMap
-
- get() - Method in class org.bytedeco.javacpp.tools.TokenIndexer
-
Returns get(0)
.
- get(int) - Method in class org.bytedeco.javacpp.tools.TokenIndexer
-
Returns array[index + i]
.
- getBfloat16(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the short
value at array/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 bool
value at the i-th byte
in the native array.
- getBoolean(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the boolean
value at array/buffer[i]
- getBoolean(long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getBoolean(byte[], long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getBoolean(long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getBoolean(byte[], long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getBuffer() - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- 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 byte
value at array/buffer[i]
- getByte(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- getByte(long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getByte(byte[], long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getByte(long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getByte(byte[], long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- 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
Class
object that contains a caller's method.
- getCanonicalFile(File) - Static method in class org.bytedeco.javacpp.Loader
-
Returns file.getCanonicalFile()
or file.toPath().toRealPath().toFile()
on Windows.
- getCanonicalPath(File) - Static method in class org.bytedeco.javacpp.Loader
-
Returns file.getCanonicalPath()
or file.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 char
value at the i-th byte
in 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 char
value at array/buffer[i]
- getChar(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- getChar(long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getChar(byte[], long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getChar(long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getChar(byte[], long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getChar(long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getChar(byte[], long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getClasses() - Method in class org.bytedeco.javacpp.tools.ClassScanner
-
- getClassLoader() - Method in class org.bytedeco.javacpp.tools.ClassScanner
-
- 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 double
value at the i-th byte
in the native array.
- 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.ByteArrayIndexer
-
- getDouble(long) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- getDouble(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the double
value at array/buffer[i]
- getDouble(long...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
- getDouble(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- 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.Raw
-
- getDouble(byte[], long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getDouble(long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getDouble(byte[], long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- 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.UnsafeRaw
-
- getDouble(byte[], long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- 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 float
value at the i-th byte
in 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 float
value at array/buffer[i]
- getFloat(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- getFloat(long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getFloat(byte[], long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getFloat(long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getFloat(byte[], long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getFloat(long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getFloat(byte[], long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getHalf(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the short
value at array/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.
- getInstance() - Static method in class org.bytedeco.javacpp.indexer.Raw
-
Returns
UnsafeRaw
if
UnsafeRaw.isAvailable()
or null otherwise.
- getInt() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns getInt(0)
.
- getInt(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the int
value at the i-th byte
in 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 int
value at array/buffer[i]
- getInt(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- getInt(long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getInt(byte[], long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getInt(long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getInt(byte[], long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getInt(long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getInt(byte[], long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getJavaVM() - Static method in class org.bytedeco.javacpp.Loader
-
- 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 long
value at the i-th byte
in 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 long
value at array/buffer[i]
- getLong(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- getLong(long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getLong(byte[], long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getLong(long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getLong(byte[], long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getLong(long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getLong(byte[], long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getMemoryUsed() - Method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
-
- getName() - Method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
-
- getName() - Method in class org.bytedeco.javacpp.tools.TemplateMap
-
- getObjectName() - Method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
-
- getOutputPath(Class[], String[]) - Method in class org.bytedeco.javacpp.tools.Builder
-
Creates and returns the directory where output files should be placed.
- getPaths() - Method in class org.bytedeco.javacpp.tools.UserClassLoader
-
- 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
-
- 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() - Method in class org.bytedeco.javacpp.Pointer
-
Returns getPointer(0)
.
- getPointer(long) - Method in class org.bytedeco.javacpp.Pointer
-
Returns getPointer(getClass(), i)
.
- 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
-
- 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
-
- getPointerValue() - Method in class org.bytedeco.javacpp.BytePointer
-
Returns getPointerValue(0)
.
- getPointerValue(long) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns the Pointer
value at the i-th byte
in 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, String) - Method in class org.bytedeco.javacpp.ClassProperties
-
- getProperty(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Returns properties.getProperty(key)
.
- 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 short
value at the i-th byte
in 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 short
value at array/buffer[i]
- getShort(long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- getShort(long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getShort(byte[], long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- getShort(long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getShort(byte[], long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- getShort(long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- getShort(byte[], long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- 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.
- 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
-
- 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
.
- getStringData(String, boolean) - Static method in class org.bytedeco.javacpp.tools.Generator
-
- getTempDir() - Static method in class org.bytedeco.javacpp.Loader
-
Creates a unique name for
Loader.tempDir
out of
System.getProperty("java.io.tmpdir")
and
System.nanoTime()
.
- getTotalCapacity() - Method in class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
-
- getUByte(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the byte
value at array/buffer[i]
, treated as unsigned
- getUInt(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the int
value at array/buffer[i]
, treated as unsigned
- getULong(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the long
value at array/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 byte
value at the i-th byte
in the native array, treated as unsigned.
- getUShort(long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns the short
value at array/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")
.
- group(Context, DeclarationList) - Method in class org.bytedeco.javacpp.tools.Parser
-
- pairedMethod - Variable in class org.bytedeco.javacpp.tools.MethodInformation
-
- parameterAnnotations - Variable in class org.bytedeco.javacpp.tools.MethodInformation
-
- parameterRaw - Variable in class org.bytedeco.javacpp.tools.MethodInformation
-
- parameters - Variable in class org.bytedeco.javacpp.tools.Declarator
-
- Parameters - Class in org.bytedeco.javacpp.tools
-
- Parameters() - Constructor for class org.bytedeco.javacpp.tools.Parameters
-
- parameters(Context, int, boolean) - Method in class org.bytedeco.javacpp.tools.Parser
-
- parametersAfter(MethodInformation) - Method in class org.bytedeco.javacpp.tools.Generator
-
- parametersBefore(MethodInformation) - Method in class org.bytedeco.javacpp.tools.Generator
-
- parameterTypes - Variable in class org.bytedeco.javacpp.tools.MethodInformation
-
- parent - Variable in class org.bytedeco.javacpp.tools.InfoMap
-
- parent - Variable in class org.bytedeco.javacpp.tools.TemplateMap
-
- parse(String[], Class) - Method in class org.bytedeco.javacpp.tools.Builder
-
- parse(Context, DeclarationList, String[], String, boolean) - Method in class org.bytedeco.javacpp.tools.Parser
-
- parse(String, String[], Class) - Method in class org.bytedeco.javacpp.tools.Parser
-
- parse(File, 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
-
- 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
-
- Parser(Parser, String) - Constructor for class org.bytedeco.javacpp.tools.Parser
-
- ParserException - Exception in org.bytedeco.javacpp.tools
-
- ParserException(String) - Constructor for exception org.bytedeco.javacpp.tools.ParserException
-
- ParserException(String, Throwable) - Constructor for exception org.bytedeco.javacpp.tools.ParserException
-
- ParserException(Throwable) - Constructor for exception org.bytedeco.javacpp.tools.ParserException
-
- passesStrings - Variable in class org.bytedeco.javacpp.tools.Generator
-
- paths - Variable in class org.bytedeco.javacpp.tools.UserClassLoader
-
- pathSeparator - Variable in class org.bytedeco.javacpp.ClassProperties
-
- pathsFirst - Static variable in class org.bytedeco.javacpp.Loader
-
Default value for load(..., pathsFirst)
set via "org.bytedeco.javacpp.pathsFirst" system property.
- pattern - Variable in class org.bytedeco.javacpp.tools.DocTag
-
- 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
-
- 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.
- platform - Variable in class org.bytedeco.javacpp.ClassProperties
-
- PLATFORM - Static variable in class org.bytedeco.javacpp.Loader
-
Value created out of "java.vm.name", "os.name", and "os.arch" system properties.
- platformExtension - Variable in class org.bytedeco.javacpp.ClassProperties
-
- platformProperties - Static variable in class org.bytedeco.javacpp.Loader
-
- platformRoot - Variable in class org.bytedeco.javacpp.ClassProperties
-
- plugin - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
- plugin - Variable in class org.bytedeco.javacpp.tools.CacheMojo
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- pointer() - Method in class org.bytedeco.javacpp.indexer.Indexer
-
Returns the backing pointer, or null
if none
- pointer - Variable in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
The backing pointer.
- pointer() - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- pointer - Variable in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
The backing pointer.
- 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(Pointer) - Constructor for class org.bytedeco.javacpp.Pointer
-
Copies the address, position, limit, and capacity of another Pointer.
- Pointer(Buffer) - Constructor for class org.bytedeco.javacpp.Pointer
-
Copies the address, position, limit, and capacity of a direct NIO
Buffer
.
- pointer - Variable in class org.bytedeco.javacpp.Pointer.CustomDeallocator
-
- pointer - Variable in class org.bytedeco.javacpp.Pointer.ProxyDeallocator
-
- Pointer.CustomDeallocator - Class in org.bytedeco.javacpp
-
A
Pointer.Deallocator
that calls, during garbage collection, a method with signature
static 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.DeallocatorReference - Class in org.bytedeco.javacpp
-
A subclass of
PhantomReference
that also acts as a linked
list to keep their references alive until they get garbage collected.
- Pointer.DeallocatorThread - Class in org.bytedeco.javacpp
-
- Pointer.NativeDeallocator - Class in org.bytedeco.javacpp
-
- Pointer.ProxyDeallocator - Class in org.bytedeco.javacpp
-
- Pointer.ReferenceCounter - Interface in org.bytedeco.javacpp
-
- pointerArray - Variable in class org.bytedeco.javacpp.PointerPointer
-
This is just to keep references to Pointer objects and prevent premature deallocation.
- PointerBufferPoolMXBean - Class in org.bytedeco.javacpp.tools
-
- PointerBufferPoolMXBean() - Constructor for class org.bytedeco.javacpp.tools.PointerBufferPoolMXBean
-
- PointerPointer<P extends Pointer> - Class in org.bytedeco.javacpp
-
The peer class to native pointers and arrays of void*
.
- 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(P...) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates enough memory for the array and copies it.
- PointerPointer(byte[]...) - 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(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 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(double[]...) - 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(long) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
Allocates a native array of void*
of the given size.
- PointerPointer() - Constructor for class org.bytedeco.javacpp.PointerPointer
-
- PointerPointer(Pointer) - Constructor for class org.bytedeco.javacpp.PointerPointer
-
- PointerScope - Class in org.bytedeco.javacpp
-
- PointerScope() - Constructor for class org.bytedeco.javacpp.PointerScope
-
- PointerScope(Class<? extends Pointer>...) - Constructor for class org.bytedeco.javacpp.PointerScope
-
- pointerStack - Variable in class org.bytedeco.javacpp.PointerScope
-
The stack keeping references to attached
Pointer
objects.
- pointerTypes - Variable in class org.bytedeco.javacpp.tools.Info
-
A list of (usually)
Pointer
Java subclasses to be used to map C++ pointer types.
- pointerTypes(String...) - Method in class org.bytedeco.javacpp.tools.Info
-
- polymorphicClasses - Variable in class org.bytedeco.javacpp.tools.Parser
-
Java names of classes recognized as polymorphic.
- 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 - 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
-
- 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
-
- preloadPath - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Add the path to the "platform.preloadpath" property.
- preloadPaths - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Add the paths to the "platform.preloadpath" property.
- preloadResource - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Add the path to the "platform.preloadresource" property.
- preloadResources - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Add the paths to the "platform.preloadresource" property.
- preprocess(int, int) - Method in class org.bytedeco.javacpp.tools.TokenIndexer
-
- prev - Variable in class org.bytedeco.javacpp.Pointer.DeallocatorReference
-
- printHelp() - Static method in class org.bytedeco.javacpp.tools.Builder
-
Simply prints out to the display the command line usage.
- PRIVATE - Static variable in class org.bytedeco.javacpp.tools.Token
-
- project - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
- project - Variable in class org.bytedeco.javacpp.tools.CacheMojo
-
- Properties - Annotation Type in org.bytedeco.javacpp.annotation
-
Makes it possible to define more than one set of properties for each platform.
- properties - Variable in class org.bytedeco.javacpp.tools.Builder
-
Accumulates the various properties loaded from resources, files, command line options, etc.
- properties(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets the
Builder.properties
field to the ones loaded from resources for the specified platform.
- properties(Properties) - Method in class org.bytedeco.javacpp.tools.Builder
-
- properties - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Load all properties from resource.
- properties - Variable in class org.bytedeco.javacpp.tools.Generator
-
- properties - Variable in class org.bytedeco.javacpp.tools.Parser
-
- property(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
Sets a property of the
Builder.properties
field, in either "key=value" or "key:value" format.
- property(String, String) - Method in class org.bytedeco.javacpp.tools.Builder
-
- propertyFile(String) - Method in class org.bytedeco.javacpp.tools.Builder
-
- propertyFile(File) - Method in class org.bytedeco.javacpp.tools.Builder
-
- propertyFile - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Load all properties from file.
- propertyKeysAndValues - Variable in class org.bytedeco.javacpp.tools.BuildMojo
-
Set property keys to values.
- PROTECTED - Static variable in class org.bytedeco.javacpp.tools.Token
-
- ProxyDeallocator(Pointer, Buffer) - Constructor for class org.bytedeco.javacpp.Pointer.ProxyDeallocator
-
- ProxyDeallocator(Pointer, Pointer) - Constructor for class org.bytedeco.javacpp.Pointer.ProxyDeallocator
-
- PUBLIC - Static variable in class org.bytedeco.javacpp.tools.Token
-
- purify - Variable in class org.bytedeco.javacpp.tools.Info
-
Forces a class to be treated as if it were abstract.
- 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(long, boolean) - Method in class org.bytedeco.javacpp.BooleanPointer
-
Copies the boolean
value to the i-th element of a native array.
- 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(boolean) - Method in class org.bytedeco.javacpp.BoolPointer
-
- put(long, boolean) - Method in class org.bytedeco.javacpp.BoolPointer
-
Copies the bool
value to the i-th element of a native array.
- put(byte) - Method in class org.bytedeco.javacpp.BytePointer
-
- put(long, byte) - Method in class org.bytedeco.javacpp.BytePointer
-
Copies the byte
value to the i-th element of a native array.
- put(byte...) - Method in class org.bytedeco.javacpp.BytePointer
-
- 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(long, char) - Method in class org.bytedeco.javacpp.CharPointer
-
Copies the char
value to the i-th element of a native array.
- put(char...) - Method in class org.bytedeco.javacpp.CharPointer
-
- put(char[], int, int) - Method in class org.bytedeco.javacpp.CharPointer
-
Writes a portion of a Java array into the native array.
- put(HighResolutionDuration) - Method in class org.bytedeco.javacpp.chrono.HighResolutionDuration
-
- put(Hours) - Method in class org.bytedeco.javacpp.chrono.Hours
-
- put(Microseconds) - Method in class org.bytedeco.javacpp.chrono.Microseconds
-
- put(Milliseconds) - Method in class org.bytedeco.javacpp.chrono.Milliseconds
-
- put(Minutes) - Method in class org.bytedeco.javacpp.chrono.Minutes
-
- put(Nanoseconds) - Method in class org.bytedeco.javacpp.chrono.Nanoseconds
-
- put(Seconds) - Method in class org.bytedeco.javacpp.chrono.Seconds
-
- put(SecondsDouble) - Method in class org.bytedeco.javacpp.chrono.SecondsDouble
-
- put(SecondsFloat) - Method in class org.bytedeco.javacpp.chrono.SecondsFloat
-
- put(SteadyDuration) - Method in class org.bytedeco.javacpp.chrono.SteadyDuration
-
- put(SystemDuration) - Method in class org.bytedeco.javacpp.chrono.SystemDuration
-
- put(long) - Method in class org.bytedeco.javacpp.CLongPointer
-
- put(long, long) - Method in class org.bytedeco.javacpp.CLongPointer
-
Copies the long
value to the i-th element of a native array.
- put(long...) - Method in class org.bytedeco.javacpp.CLongPointer
-
- put(long[], int, int) - Method in class org.bytedeco.javacpp.CLongPointer
-
Writes a portion of a Java array into the native array.
- put(double) - Method in class org.bytedeco.javacpp.DoublePointer
-
- put(long, double) - Method in class org.bytedeco.javacpp.DoublePointer
-
Copies the double
value to the i-th element of a native array.
- put(double...) - Method in class org.bytedeco.javacpp.DoublePointer
-
- 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(long, float) - Method in class org.bytedeco.javacpp.FloatPointer
-
Copies the float
value to the i-th element of a native array.
- put(float...) - Method in class org.bytedeco.javacpp.FloatPointer
-
- put(float[], int, int) - Method in class org.bytedeco.javacpp.FloatPointer
-
Writes a portion of a Java array into the native array.
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16ArrayIndexer
-
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16BufferIndexer
-
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(i)] = h
- put(long, float...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(i)] = h
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(i)] = h[offset:offset + length]
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(i, j)] = h
- put(long, long, float...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(i, j)] = h
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(i, j)] = h[offset:offset + length]
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(i, j, k)] = h
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(indices)] = h
- put(long[], float...) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(indices)] = h
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16Indexer
-
Returns this
where array/buffer[index(indices)] = h[offset:offset + length]
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- put(long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- put(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- put(long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- put(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- put(long, long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- put(long[], boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- put(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanArrayIndexer
-
- put(long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- put(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- put(long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- put(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- put(long, long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- put(long[], boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- put(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanBufferIndexer
-
- put(long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(i)] = b
- put(long, boolean...) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(i)] = b
- put(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(i)] = b[offset:offset + length]
- put(long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(i, j)] = b
- put(long, long, boolean...) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(i, j)] = b
- put(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(i, j)] = b[offset:offset + length]
- put(long, long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(i, j, k)] = b
- put(long[], boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(indices)] = b
- put(long[], boolean...) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(indices)] = b
- put(long[], boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanIndexer
-
Returns this
where array/buffer[index(indices)] = b[offset:offset + length]
- put(long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- put(long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- put(long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- put(long, long, boolean[], int, int) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- put(long, long, long, boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- put(long[], boolean) - Method in class org.bytedeco.javacpp.indexer.BooleanRawIndexer
-
- 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[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- put(long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- put(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- put(long, long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- put(long[], byte) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- put(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteArrayIndexer
-
- put(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- put(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- put(long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- put(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- put(long, long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- put(long[], byte) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- put(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteBufferIndexer
-
- put(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(i)] = b
- put(long, byte...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(i)] = b
- put(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(i)] = b[offset:offset + length]
- put(long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(i, j)] = b
- put(long, long, byte...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(i, j)] = b
- put(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(i, j)] = b[offset:offset + length]
- put(long, long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(i, j, k)] = b
- put(long[], byte) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(indices)] = b
- put(long[], byte...) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(indices)] = b
- put(long[], byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Returns this
where array/buffer[index(indices)] = b[offset:offset + length]
- put(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- put(long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- put(long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- put(long, long, byte[], int, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- put(long, long, long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- put(long[], byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- 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[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- put(long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- put(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- put(long, long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- put(long[], char) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- put(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharArrayIndexer
-
- put(long, char) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- put(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- put(long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- put(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- put(long, long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- put(long[], char) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- put(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharBufferIndexer
-
- put(long, char) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(i)] = c
- put(long, char...) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(i)] = c
- put(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(i)] = c[offset:offset + length]
- put(long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(i, j)] = c
- put(long, long, char...) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(i, j)] = c
- put(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(i, j)] = c[offset:offset + length]
- put(long, long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(i, j, k)] = c
- put(long[], char) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(indices)] = c
- put(long[], char...) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(indices)] = c
- put(long[], char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharIndexer
-
Returns this
where array/buffer[index(indices)] = c[offset:offset + length]
- put(long, char) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- put(long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- put(long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- put(long, long, char[], int, int) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- put(long, long, long, char) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- put(long[], char) - Method in class org.bytedeco.javacpp.indexer.CharRawIndexer
-
- 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[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- put(long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- put(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- put(long, long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- put(long[], double) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- put(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleArrayIndexer
-
- put(long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- put(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- put(long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- put(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- put(long, long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- put(long[], double) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- put(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleBufferIndexer
-
- put(long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(i)] = d
- put(long, double...) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(i)] = d
- put(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(i)] = d[offset:offset + length]
- put(long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(i, j)] = d
- put(long, long, double...) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(i, j)] = d
- put(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(i, j)] = d[offset:offset + length]
- put(long, long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(i, j, k)] = d
- put(long[], double) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(indices)] = d
- put(long[], double...) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(indices)] = d
- put(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleIndexer
-
Returns this
where array/buffer[index(indices)] = d[offset:offset + length]
- put(long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- put(long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- put(long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- put(long, long, double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- put(long, long, long, double) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- put(long[], double) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- put(long[], double[], int, int) - Method in class org.bytedeco.javacpp.indexer.DoubleRawIndexer
-
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatArrayIndexer
-
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatBufferIndexer
-
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(i)] = f
- put(long, float...) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(i)] = f
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(i)] = f[offset:offset + length]
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(i, j)] = f
- put(long, long, float...) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(i, j)] = f
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(i, j)] = f[offset:offset + length]
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(i, j, k)] = f
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(indices)] = f
- put(long[], float...) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(indices)] = f
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatIndexer
-
Returns this
where array/buffer[index(indices)] = f[offset:offset + length]
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.FloatRawIndexer
-
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfArrayIndexer
-
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfBufferIndexer
-
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(i)] = h
- put(long, float...) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(i)] = h
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(i)] = h[offset:offset + length]
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(i, j)] = h
- put(long, long, float...) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(i, j)] = h
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(i, j)] = h[offset:offset + length]
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(i, j, k)] = h
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(indices)] = h
- put(long[], float...) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(indices)] = h
- put(long[], float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfIndexer
-
Returns this
where array/buffer[index(indices)] = h[offset:offset + length]
- put(long, float) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- put(long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- put(long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- put(long, long, float[], int, int) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- put(long, long, long, float) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- put(long[], float) - Method in class org.bytedeco.javacpp.indexer.HalfRawIndexer
-
- 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[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntArrayIndexer
-
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntBufferIndexer
-
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(i)] = n
- put(long, int...) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(i)] = n
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(i)] = n[offset:offset + length]
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(i, j)] = n
- put(long, long, int...) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(i, j)] = n
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(i, j)] = n[offset:offset + length]
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(i, j, k)] = n
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(indices)] = n
- put(long[], int...) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(indices)] = n
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntIndexer
-
Returns this
where array/buffer[index(indices)] = n[offset:offset + length]
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.IntRawIndexer
-
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongArrayIndexer
-
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongBufferIndexer
-
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(i)] = l
- put(long, long...) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(i)] = l
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(i)] = l[offset:offset + length]
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(i, j)] = l
- put(long, long, long...) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(i, j)] = l
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(i, j)] = l[offset:offset + length]
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(i, j, k)] = l
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(indices)] = l
- put(long[], long...) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(indices)] = l
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongIndexer
-
Returns this
where array/buffer[index(indices)] = l[offset:offset + length]
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- put(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- put(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- put(long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- put(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- put(long, long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- put(long[], short) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- put(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortArrayIndexer
-
- put(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- put(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- put(long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- put(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- put(long, long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- put(long[], short) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- put(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortBufferIndexer
-
- put(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(i)] = s
- put(long, short...) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(i)] = s
- put(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(i)] = s[offset:offset + length]
- put(long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(i, j)] = s
- put(long, long, short...) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(i, j)] = s
- put(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(i, j)] = s[offset:offset + length]
- put(long, long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(i, j, k)] = s
- put(long[], short) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(indices)] = s
- put(long[], short...) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(indices)] = s
- put(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortIndexer
-
Returns this
where array/buffer[index(indices)] = s[offset:offset + length]
- put(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- put(long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- put(long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- put(long, long, short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- put(long, long, long, short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- put(long[], short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- put(long[], short[], int, int) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteArrayIndexer
-
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteBufferIndexer
-
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(i)] = b
- put(long, int...) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(i)] = b
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(i)] = b[offset:offset + length]
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(i, j)] = b
- put(long, long, int...) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(i, j)] = b
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(i, j)] = b[offset:offset + length]
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(i, j, k)] = b
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(indices)] = b
- put(long[], int...) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(indices)] = b
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteIndexer
-
Returns this
where array/buffer[index(indices)] = b[offset:offset + length]
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntArrayIndexer
-
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntBufferIndexer
-
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(i)] = n
- put(long, long...) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(i)] = n
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(i)] = n[offset:offset + length]
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(i, j)] = n
- put(long, long, long...) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(i, j)] = n
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(i, j)] = n[offset:offset + length]
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(i, j, k)] = n
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(indices)] = n
- put(long[], long...) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(indices)] = n
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntIndexer
-
Returns this
where array/buffer[index(indices)] = n[offset:offset + length]
- put(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- put(long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- put(long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- put(long, long, long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- put(long, long, long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- put(long[], long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- put(long[], long[], int, int) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- put(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- put(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- put(long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- put(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- put(long, long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- put(long[], BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- put(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongArrayIndexer
-
- put(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- put(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- put(long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- put(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- put(long, long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- put(long[], BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- put(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongBufferIndexer
-
- put(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(i)] = l
- put(long, BigInteger...) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(i)] = l
- put(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(i)] = l[offset:offset + length]
- put(long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(i, j)] = l
- put(long, long, BigInteger...) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(i, j)] = l
- put(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(i, j)] = l[offset:offset + length]
- put(long, long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(i, j, k)] = l
- put(long[], BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(indices)] = l
- put(long[], BigInteger...) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(indices)] = l
- put(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongIndexer
-
Returns this
where array/buffer[index(indices)] = l[offset:offset + length]
- put(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- put(long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- put(long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- put(long, long, BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- put(long, long, long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- put(long[], BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- put(long[], BigInteger[], int, int) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortArrayIndexer
-
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortBufferIndexer
-
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(i)] = s
- put(long, int...) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(i)] = s
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(i)] = s[offset:offset + length]
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(i, j)] = s
- put(long, long, int...) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(i, j)] = s
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(i, j)] = s[offset:offset + length]
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(i, j, k)] = s
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(indices)] = s
- put(long[], int...) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(indices)] = s
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
Returns this
where array/buffer[index(indices)] = s[offset:offset + length]
- put(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- put(long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- put(long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- put(long, long, int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- put(long, long, long, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- put(long[], int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- put(long[], int[], int, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- put(int) - Method in class org.bytedeco.javacpp.IntPointer
-
- put(long, int) - Method in class org.bytedeco.javacpp.IntPointer
-
Copies the int
value to the i-th element of a native array.
- put(int...) - Method in class org.bytedeco.javacpp.IntPointer
-
- put(int[], int, int) - Method in class org.bytedeco.javacpp.IntPointer
-
Writes a portion of a Java array into the native array.
- put(long) - Method in class org.bytedeco.javacpp.LongPointer
-
- put(long, long) - Method in class org.bytedeco.javacpp.LongPointer
-
Copies the long long
value to the i-th element of a native array.
- put(long...) - Method in class org.bytedeco.javacpp.LongPointer
-
- put(long[], int, int) - Method in class org.bytedeco.javacpp.LongPointer
-
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)
,
where length = sizeof(p) * (p.limit - p.position)
.
- put(P...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Writes the Pointer values into the native void*
array.
- put(byte[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
BytePointer
for each
byte[]
,
and writes them into the native
void*
array.
- put(short[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
ShortPointer
for each
short[]
,
and writes them into the native
void*
array.
- put(int[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
IntPointer
for each
int[]
,
and writes them into the native
void*
array.
- put(long[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
LongPointer
for each
long[]
,
and writes them into the native
void*
array.
- put(float[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
FloatPointer
for each
float[]
,
and writes them into the native
void*
array.
- put(double[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
DoublePointer
for each
double[]
,
and writes them into the native
void*
array.
- put(char[]...) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
CharPointer
for each
char[]
,
and writes them into the native
void*
array.
- put(Pointer) - Method in class org.bytedeco.javacpp.PointerPointer
-
- 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(long, short) - Method in class org.bytedeco.javacpp.ShortPointer
-
Copies the short
value to the i-th element of a native array.
- put(short...) - Method in class org.bytedeco.javacpp.ShortPointer
-
- put(short[], int, int) - Method in class org.bytedeco.javacpp.ShortPointer
-
Writes a portion of a Java array into the native array.
- put(long) - Method in class org.bytedeco.javacpp.SizeTPointer
-
- put(long, long) - Method in class org.bytedeco.javacpp.SizeTPointer
-
Copies the size_t
value to the i-th element of a native array.
- put(long...) - Method in class org.bytedeco.javacpp.SizeTPointer
-
- put(long[], int, int) - Method in class org.bytedeco.javacpp.SizeTPointer
-
Writes a portion of a Java array into the native array.
- put(int, Info) - Method in class org.bytedeco.javacpp.tools.InfoMap
-
- put(Info) - Method in class org.bytedeco.javacpp.tools.InfoMap
-
- putBfloat16(long, float) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the short
value at array/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 bool
value at the i-th byte
in the native array.
- putBoolean(long, boolean) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the boolean
value at array/buffer[i]
- putBoolean(long, boolean) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putBoolean(byte[], long, boolean) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putBoolean(long, boolean) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putBoolean(byte[], long, boolean) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- 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 byte
value at array/buffer[i]
- putByte(long, byte) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- putByte(long, byte) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putByte(byte[], long, byte) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putByte(long, byte) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putByte(byte[], long, byte) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- 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 char
value at the i-th byte
in 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 char
value at array/buffer[i]
- putChar(long, char) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- putChar(long, char) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putChar(byte[], long, char) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putChar(long, char) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putChar(byte[], long, char) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putChar(long, char) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putChar(byte[], long, char) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putDouble(double) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns putDouble(0, s)
.
- putDouble(long, double) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the double
value at the i-th byte
in the native array.
- 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.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 double
value at array/buffer[i]
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
- putDouble(long, double) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- 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.Raw
-
- putDouble(byte[], long, double) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putDouble(long, double) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putDouble(byte[], long, double) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- 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.UnsafeRaw
-
- putDouble(byte[], long, double) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putDouble(long[], double) - Method in class org.bytedeco.javacpp.indexer.UShortIndexer
-
- 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 float
value at the i-th byte
in 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 float
value at array/buffer[i]
- putFloat(long, float) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- putFloat(long, float) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putFloat(byte[], long, float) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putFloat(long, float) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putFloat(byte[], long, float) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putFloat(long, float) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putFloat(byte[], long, float) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putHalf(long, float) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the short
value at array/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 int
value at the i-th byte
in 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 int
value at array/buffer[i]
- putInt(long, int) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- putInt(long, int) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putInt(byte[], long, int) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putInt(long, int) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putInt(byte[], long, int) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putInt(long, int) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putInt(byte[], long, int) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- 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 long
value at the i-th byte
in 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 long
value at array/buffer[i]
- putLong(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- putLong(long, long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putLong(byte[], long, long) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putLong(long, long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putLong(byte[], long, long) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putLong(long, long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putLong(byte[], long, long) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putMemberOffset(String, String, int) - Static method in class org.bytedeco.javacpp.Loader
-
- putMemberOffset(Class<? extends Pointer>, String, int) - Static method in class org.bytedeco.javacpp.Loader
-
- putPointerValue(Pointer) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns putPointerValue(0, s)
.
- putPointerValue(long, Pointer) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the Pointer
value at the i-th byte
in the native array.
- putRaw(long, float) - Method in class org.bytedeco.javacpp.indexer.Bfloat16RawIndexer
-
- 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.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, long) - Method in class org.bytedeco.javacpp.indexer.LongRawIndexer
-
- putRaw(long, short) - Method in class org.bytedeco.javacpp.indexer.ShortRawIndexer
-
- putRaw(long, int) - Method in class org.bytedeco.javacpp.indexer.UByteRawIndexer
-
- putRaw(long, long) - Method in class org.bytedeco.javacpp.indexer.UIntRawIndexer
-
- putRaw(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ULongRawIndexer
-
- putRaw(long, int) - Method in class org.bytedeco.javacpp.indexer.UShortRawIndexer
-
- putShort(short) - Method in class org.bytedeco.javacpp.BytePointer
-
Returns putShort(0, s)
.
- putShort(long, short) - Method in class org.bytedeco.javacpp.BytePointer
-
Sets the short
value at the i-th byte
in 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 short
value at array/buffer[i]
- putShort(long, short) - Method in class org.bytedeco.javacpp.indexer.ByteRawIndexer
-
- putShort(long, short) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putShort(byte[], long, short) - Method in class org.bytedeco.javacpp.indexer.Raw
-
- putShort(long, short) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putShort(byte[], long, short) - Method in class org.bytedeco.javacpp.indexer.ReverseUnsafeRaw
-
- putShort(long, short) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- putShort(byte[], long, short) - Method in class org.bytedeco.javacpp.indexer.UnsafeRaw
-
- 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.
- 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
-
Creates one by one a new
BytePointer
for each
String
,
and writes them into the native
void*
array.
- putString(String[], String) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
BytePointer
for each
String
,
and writes them into the native
void*
array.
- putString(String[], Charset) - Method in class org.bytedeco.javacpp.PointerPointer
-
Creates one by one a new
BytePointer
for each
String
,
and writes them into the native
void*
array.
- putUByte(long, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the byte
value at array/buffer[i]
, treated as unsigned
- putUInt(long, long) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the int
value at array/buffer[i]
, treated as unsigned
- putULong(long, BigInteger) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the long
value at array/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 byte
value at the i-th byte
in the native array, treated as unsigned.
- putUShort(long, int) - Method in class org.bytedeco.javacpp.indexer.ByteIndexer
-
Sets the short
value at array/buffer[i]
, treated as unsigned