Package app.photofox.vipsffm.generated
Class VipsRaw.vips_case
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_case
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment index, MemorySegment cases, MemorySegment out, int n, Object... x4) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_casemakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_case(VipsImage *index, VipsImage **cases, VipsImage **out, int n, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_case(VipsImage *index, VipsImage **cases, VipsImage **out, int n, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-