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