Package org.lwjgl.util.par
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 interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.util.par.ParSLAdvectionCallbackI
CIF
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParSLAdvectionCallback
create
(long functionPointer) Creates aParSLAdvectionCallback
instance from the specified function pointer.static ParSLAdvectionCallback
create
(ParSLAdvectionCallbackI instance) Creates aParSLAdvectionCallback
instance that delegates to the specifiedParSLAdvectionCallbackI
instance.static @Nullable ParSLAdvectionCallback
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close
Methods inherited from interface org.lwjgl.util.par.ParSLAdvectionCallbackI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aParSLAdvectionCallback
instance from the specified function pointer.- Returns:
- the new
ParSLAdvectionCallback
-
createSafe
-
create
Creates aParSLAdvectionCallback
instance that delegates to the specifiedParSLAdvectionCallbackI
instance.
-