java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkOpticalFlowSessionCreateInfoNV
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkOpticalFlowSessionCreateInfoNV(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkOpticalFlowSessionCreateInfoNVrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkOpticalFlowSessionCreateInfoNV[]clone(Arena arena, VkOpticalFlowSessionCreateInfoNV src) static VkOpticalFlowSessionCreateInfoNV[]clone(Arena arena, VkOpticalFlowSessionCreateInfoNV[] src) intvoidcostFormat(int value) final booleanIndicates whether some other object is "equal to" this one.intflags()voidflags(int value) intvoidflowVectorFormat(int value) final inthashCode()Returns a hash code value for this object.intheight()voidheight(int value) intvoidhintGridSize(int value) intvoidimageFormat(int value) intvoidoutputGridSize(int value) intvoidperformanceLevel(int value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) segment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.intwidth()voidwidth(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$width
-
PATH$height
-
PATH$imageFormat
-
PATH$flowVectorFormat
-
PATH$costFormat
-
PATH$outputGridSize
-
PATH$hintGridSize
-
PATH$performanceLevel
-
PATH$flags
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$width
-
LAYOUT$height
-
LAYOUT$imageFormat
-
LAYOUT$flowVectorFormat
-
LAYOUT$costFormat
-
LAYOUT$outputGridSize
-
LAYOUT$hintGridSize
-
LAYOUT$performanceLevel
-
LAYOUT$flags
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$width
public static final long OFFSET$width -
OFFSET$height
public static final long OFFSET$height -
OFFSET$imageFormat
public static final long OFFSET$imageFormat -
OFFSET$flowVectorFormat
public static final long OFFSET$flowVectorFormat -
OFFSET$costFormat
public static final long OFFSET$costFormat -
OFFSET$outputGridSize
public static final long OFFSET$outputGridSize -
OFFSET$hintGridSize
public static final long OFFSET$hintGridSize -
OFFSET$performanceLevel
public static final long OFFSET$performanceLevel -
OFFSET$flags
public static final long OFFSET$flags -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$width
public static final long SIZE$width -
SIZE$height
public static final long SIZE$height -
SIZE$imageFormat
public static final long SIZE$imageFormat -
SIZE$flowVectorFormat
public static final long SIZE$flowVectorFormat -
SIZE$costFormat
public static final long SIZE$costFormat -
SIZE$outputGridSize
public static final long SIZE$outputGridSize -
SIZE$hintGridSize
public static final long SIZE$hintGridSize -
SIZE$performanceLevel
public static final long SIZE$performanceLevel -
SIZE$flags
public static final long SIZE$flags
-
-
Constructor Details
-
VkOpticalFlowSessionCreateInfoNV
Creates an instance of aVkOpticalFlowSessionCreateInfoNVrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
sType
public int sType() -
sType
public void sType(int value) -
pNext
-
pNext
-
pNext
public void pNext(tech.icey.panama.IPointer pointer) -
width
public int width() -
width
public void width(int value) -
height
public int height() -
height
public void height(int value) -
imageFormat
public int imageFormat() -
imageFormat
public void imageFormat(int value) -
flowVectorFormat
public int flowVectorFormat() -
flowVectorFormat
public void flowVectorFormat(int value) -
costFormat
public int costFormat() -
costFormat
public void costFormat(int value) -
outputGridSize
public int outputGridSize() -
outputGridSize
public void outputGridSize(int value) -
hintGridSize
public int hintGridSize() -
hintGridSize
public void hintGridSize(int value) -
performanceLevel
public int performanceLevel() -
performanceLevel
public void performanceLevel(int value) -
flags
public int flags() -
flags
public void flags(int value) -
allocate
-
allocate
-
clone
public static VkOpticalFlowSessionCreateInfoNV clone(Arena arena, VkOpticalFlowSessionCreateInfoNV src) -
clone
public static VkOpticalFlowSessionCreateInfoNV[] clone(Arena arena, VkOpticalFlowSessionCreateInfoNV[] src) -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
segment
Returns the value of thesegmentrecord component.- Specified by:
segmentin interfacetech.icey.panama.IPointer- Returns:
- the value of the
segmentrecord component
-