Class ParSLAdvectionCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.par.ParSLAdvectionCallback
- All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, ParSLAdvectionCallbackI
Callback function:
parsl_advection_callback-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface ParSLAdvectionCallbackI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic ParSLAdvectionCallbackcreate(long functionPointer) Creates aParSLAdvectionCallbackinstance from the specified function pointer.static ParSLAdvectionCallbackcreate(ParSLAdvectionCallbackI instance) Creates aParSLAdvectionCallbackinstance that delegates to the specifiedParSLAdvectionCallbackIinstance.static @Nullable ParSLAdvectionCallbackcreateSafe(long functionPointer) Methods inherited from interface NativeResource
closeMethods inherited from interface ParSLAdvectionCallbackI
callback, getDescriptor, invoke
-
Method Details
-
create
Creates aParSLAdvectionCallbackinstance from the specified function pointer.- Returns:
- the new
ParSLAdvectionCallback
-
createSafe
-
create
Creates aParSLAdvectionCallbackinstance that delegates to the specifiedParSLAdvectionCallbackIinstance.
-