public abstract class ParSLAdvectionCallback extends org.lwjgl.system.Callback implements ParSLAdvectionCallbackI
mesh_from_streamlines method.
void (*) (
parsl_position *point,
void *userdata
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static ParSLAdvectionCallback |
create(long functionPointer)
Creates a
ParSLAdvectionCallback instance from the specified function pointer. |
static ParSLAdvectionCallback |
create(ParSLAdvectionCallbackI instance)
Creates a
ParSLAdvectionCallback instance that delegates to the specified ParSLAdvectionCallbackI instance. |
static ParSLAdvectionCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static ParSLAdvectionCallback create(long functionPointer)
ParSLAdvectionCallback instance from the specified function pointer.ParSLAdvectionCallback@Nullable public static ParSLAdvectionCallback createSafe(long functionPointer)
public static ParSLAdvectionCallback create(ParSLAdvectionCallbackI instance)
ParSLAdvectionCallback instance that delegates to the specified ParSLAdvectionCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.