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