Class ParSLAdvectionCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.par.ParSLAdvectionCallback
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, ParSLAdvectionCallbackI

public abstract class ParSLAdvectionCallback extends Callback implements ParSLAdvectionCallbackI
Callback function: parsl_advection_callback
  • Method Details

    • create

      public static ParSLAdvectionCallback create(long functionPointer)
      Creates a ParSLAdvectionCallback instance from the specified function pointer.
      Returns:
      the new ParSLAdvectionCallback
    • createSafe

      public static @Nullable ParSLAdvectionCallback createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static ParSLAdvectionCallback create(ParSLAdvectionCallbackI instance)
      Creates a ParSLAdvectionCallback instance that delegates to the specified ParSLAdvectionCallbackI instance.