Package app.photofox.vipsffm.generated
Class VipsRaw.vips_relational
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_relational
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment left, MemorySegment right, MemorySegment out, int relational, Object... x4) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_relationalmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_relational(VipsImage *left, VipsImage *right, VipsImage **out, VipsOperationRelational relational, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_relational(VipsImage *left, VipsImage *right, VipsImage **out, VipsOperationRelational relational, ...) -
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 left, MemorySegment right, MemorySegment out, int relational, Object... x4)
-