Uses of Package
org.bytedeco.javacpp
Packages that use org.bytedeco.javacpp
Package
Description
Contains the main set of classes for JavaCPP at runtime.
Contains classes for multidimensional access of arrays and buffers.
Contains base presets which can be inherited.
Contains classes used at build time by JavaCPP.
-
Classes in org.bytedeco.javacpp used by org.bytedeco.javacppClassDescriptionThe peer class to native pointers and arrays of
jboolean
.The peer class to native pointers and arrays ofbool
.The peer class to native pointers and arrays ofsigned char
, including strings.The peer class to native pointers and arrays ofshort
for UTF-16.Does the heavy lifting of collecting values off Properties annotations found on enclosing classes.The peer class to native pointers and arrays oflong
.The peer class to native pointers and arrays ofdouble
.The peer class to native pointers and arrays offloat
.The peer class to native pointers and arrays ofint
, also used for UTF-32.The peer class to native pointers and arrays oflong long
.All peer classes to native types must be descended from Pointer, the topmost class.The interface to implement to produce a Deallocator usable by Pointer.A subclass ofPhantomReference
that also acts as a linked list to keep their references alive until they get garbage collected.The peer class to native pointers and arrays ofvoid*
.Pointer
objects attach themselves automatically onPointer.init(long, long, long, long)
to the firstPointerScope
found inPointerScope.scopeStack
that they can to based on the classes found inPointerScope.forClasses
.The peer class to native pointers and arrays ofshort
.The peer class to native pointers and arrays ofsize_t
. -
Classes in org.bytedeco.javacpp used by org.bytedeco.javacpp.indexerClassDescriptionThe peer class to native pointers and arrays of
jboolean
.The peer class to native pointers and arrays ofsigned char
, including strings.The peer class to native pointers and arrays ofshort
for UTF-16.The peer class to native pointers and arrays ofdouble
.The peer class to native pointers and arrays offloat
.The peer class to native pointers and arrays ofint
, also used for UTF-32.The peer class to native pointers and arrays oflong long
.All peer classes to native types must be descended from Pointer, the topmost class.The peer class to native pointers and arrays ofshort
. -
Classes in org.bytedeco.javacpp used by org.bytedeco.javacpp.presetsClassDescriptionDoes the heavy lifting of collecting values off Properties annotations found on enclosing classes.Classes implementing this interface can access and modify the
ClassProperties
produced from theirProperties
whenLoader.load(Class)
gets called on them. -
Classes in org.bytedeco.javacpp used by org.bytedeco.javacpp.toolsClassDescriptionDoes the heavy lifting of collecting values off Properties annotations found on enclosing classes.