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