Package app.photofox.vipsffm.generated
Class _VipsInterpolateClass
java.lang.Object
app.photofox.vipsffm.generated._VipsInterpolateClass
- Direct Known Subclasses:
VipsInterpolateClass
struct _VipsInterpolateClass {
VipsObjectClass parent_class;
VipsInterpolateMethod interpolate;
int (*get_window_size)(VipsInterpolate *);
int window_size;
int (*get_window_offset)(VipsInterpolate *);
int window_offset;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classint (*get_window_offset)(VipsInterpolate *)static classint (*get_window_size)(VipsInterpolate *) -
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentallocate(SegmentAllocator allocator) Allocate a segment of sizelayout().byteSize()usingallocatorstatic MemorySegmentallocateArray(long elementCount, SegmentAllocator allocator) Allocate an array of sizeelementCountusingallocator.static MemorySegmentasSlice(MemorySegment array, long index) Obtains a slice ofarrayParamwhich selects the array element atindex.static MemorySegmentget_window_offset(MemorySegment struct) Getter for field:int (*get_window_offset)(VipsInterpolate *)static voidget_window_offset(MemorySegment struct, MemorySegment fieldValue) Setter for field:int (*get_window_offset)(VipsInterpolate *)static final AddressLayoutLayout for field:int (*get_window_offset)(VipsInterpolate *)static final longOffset for field:int (*get_window_offset)(VipsInterpolate *)static MemorySegmentget_window_size(MemorySegment struct) Getter for field:int (*get_window_size)(VipsInterpolate *)static voidget_window_size(MemorySegment struct, MemorySegment fieldValue) Setter for field:int (*get_window_size)(VipsInterpolate *)static final AddressLayoutLayout for field:int (*get_window_size)(VipsInterpolate *)static final longOffset for field:int (*get_window_size)(VipsInterpolate *)static MemorySegmentinterpolate(MemorySegment struct) Getter for field:VipsInterpolateMethod interpolatestatic voidinterpolate(MemorySegment struct, MemorySegment fieldValue) Setter for field:VipsInterpolateMethod interpolatestatic final AddressLayoutLayout for field:VipsInterpolateMethod interpolatestatic final longOffset for field:VipsInterpolateMethod interpolatestatic final GroupLayoutlayout()The layout of this structstatic MemorySegmentparent_class(MemorySegment struct) Getter for field:VipsObjectClass parent_classstatic voidparent_class(MemorySegment struct, MemorySegment fieldValue) Setter for field:VipsObjectClass parent_classstatic final GroupLayoutLayout for field:VipsObjectClass parent_classstatic final longOffset for field:VipsObjectClass parent_classstatic MemorySegmentreinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static MemorySegmentreinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static longsizeof()The size (in bytes) of this structstatic intwindow_offset(MemorySegment struct) Getter for field:int window_offsetstatic voidwindow_offset(MemorySegment struct, int fieldValue) Setter for field:int window_offsetstatic final ValueLayout.OfIntLayout for field:int window_offsetstatic final longOffset for field:int window_offsetstatic intwindow_size(MemorySegment struct) Getter for field:int window_sizestatic voidwindow_size(MemorySegment struct, int fieldValue) Setter for field:int window_sizestatic final ValueLayout.OfIntLayout for field:int window_sizestatic final longOffset for field:int window_size
-
Method Details
-
layout
The layout of this struct -
parent_class$layout
Layout for field:VipsObjectClass parent_class -
parent_class$offset
public static final long parent_class$offset()Offset for field:VipsObjectClass parent_class -
parent_class
Getter for field:VipsObjectClass parent_class -
parent_class
Setter for field:VipsObjectClass parent_class -
interpolate$layout
Layout for field:VipsInterpolateMethod interpolate -
interpolate$offset
public static final long interpolate$offset()Offset for field:VipsInterpolateMethod interpolate -
interpolate
Getter for field:VipsInterpolateMethod interpolate -
interpolate
Setter for field:VipsInterpolateMethod interpolate -
get_window_size$layout
Layout for field:int (*get_window_size)(VipsInterpolate *) -
get_window_size$offset
public static final long get_window_size$offset()Offset for field:int (*get_window_size)(VipsInterpolate *) -
get_window_size
Getter for field:int (*get_window_size)(VipsInterpolate *) -
get_window_size
Setter for field:int (*get_window_size)(VipsInterpolate *) -
window_size$layout
Layout for field:int window_size -
window_size$offset
public static final long window_size$offset()Offset for field:int window_size -
window_size
Getter for field:int window_size -
window_size
Setter for field:int window_size -
get_window_offset$layout
Layout for field:int (*get_window_offset)(VipsInterpolate *) -
get_window_offset$offset
public static final long get_window_offset$offset()Offset for field:int (*get_window_offset)(VipsInterpolate *) -
get_window_offset
Getter for field:int (*get_window_offset)(VipsInterpolate *) -
get_window_offset
Setter for field:int (*get_window_offset)(VipsInterpolate *) -
window_offset$layout
Layout for field:int window_offset -
window_offset$offset
public static final long window_offset$offset()Offset for field:int window_offset -
window_offset
Getter for field:int window_offset -
window_offset
Setter for field:int window_offset -
asSlice
Obtains a slice ofarrayParamwhich selects the array element atindex. The returned segment has addressarrayParam.address() + index * layout().byteSize() -
sizeof
public static long sizeof()The size (in bytes) of this struct -
allocate
Allocate a segment of sizelayout().byteSize()usingallocator -
allocateArray
Allocate an array of sizeelementCountusingallocator. The returned segment has sizeelementCount * layout().byteSize(). -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizelayout().byteSize() -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizeelementCount * layout().byteSize()
-