Package app.photofox.vipsffm.generated
Class VipsRaw.vips_rank
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_rank
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment in, MemorySegment out, int width, int height, int index, Object... x5) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_rankmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_rank(VipsImage *in, VipsImage **out, int width, int height, int index, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_rank(VipsImage *in, VipsImage **out, int width, int height, int index, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
public int apply(MemorySegment in, MemorySegment out, int width, int height, int index, Object... x5)
-