Package app.photofox.vipsffm.generated
Class VipsRaw.vips_math
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_math
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment in, MemorySegment out, int math, Object... x3) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_mathmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_math(VipsImage *in, VipsImage **out, VipsOperationMath math, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_math(VipsImage *in, VipsImage **out, VipsOperationMath math, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-