Package org.lwjgl.assimp
Class AIMeshKey
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct aiMeshKey {
double mTime;
unsigned int mValue;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionAIMeshKey(ByteBuffer container) Creates aAIMeshKeyinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic AIMeshKeycalloc()Returns a newAIMeshKeyinstance allocated withmemCalloc.static AIMeshKey.Buffercalloc(int capacity) Returns a newAIMeshKey.Bufferinstance allocated withmemCalloc.static AIMeshKey.Buffercalloc(int capacity, MemoryStack stack) Returns a newAIMeshKey.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AIMeshKeycalloc(MemoryStack stack) Returns a newAIMeshKeyinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AIMeshKeyDeprecated.static AIMeshKey.BuffercallocStack(int capacity) Deprecated.static AIMeshKey.BuffercallocStack(int capacity, MemoryStack stack) Deprecated.static AIMeshKeycallocStack(MemoryStack stack) Deprecated.static AIMeshKeycreate()Returns a newAIMeshKeyinstance allocated withBufferUtils.static AIMeshKey.Buffercreate(int capacity) Returns a newAIMeshKey.Bufferinstance allocated withBufferUtils.static AIMeshKeycreate(long address) Returns a newAIMeshKeyinstance for the specified memory address.static AIMeshKey.Buffercreate(long address, int capacity) Create aAIMeshKey.Bufferinstance at the specified memory.static @Nullable AIMeshKeycreateSafe(long address) static @Nullable AIMeshKey.BuffercreateSafe(long address, int capacity) static AIMeshKeymalloc()Returns a newAIMeshKeyinstance allocated withmemAlloc.static AIMeshKey.Buffermalloc(int capacity) Returns a newAIMeshKey.Bufferinstance allocated withmemAlloc.static AIMeshKey.Buffermalloc(int capacity, MemoryStack stack) Returns a newAIMeshKey.Bufferinstance allocated on the specifiedMemoryStack.static AIMeshKeymalloc(MemoryStack stack) Returns a newAIMeshKeyinstance allocated on the specifiedMemoryStack.static AIMeshKeyDeprecated.static AIMeshKey.BuffermallocStack(int capacity) Deprecated.static AIMeshKey.BuffermallocStack(int capacity, MemoryStack stack) Deprecated.static AIMeshKeymallocStack(MemoryStack stack) Deprecated.doublemTime()mTime(double value) Sets the specified value to themTimefield.intmValue()mValue(int value) Sets the specified value to themValuefield.static doublenmTime(long struct) Unsafe version ofmTime().static voidnmTime(long struct, double value) Unsafe version ofmTime.static intnmValue(long struct) Unsafe version ofmValue().static voidnmValue(long struct, int value) Unsafe version ofmValue.set(double mTime, int mValue) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
MTIME
public static final int MTIMEThe struct member offsets. -
MVALUE
public static final int MVALUEThe struct member offsets.
-
-
Constructor Details
-
AIMeshKey
Creates aAIMeshKeyinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct). -
mTime
public double mTime()- Returns:
- the value of the
mTimefield.
-
mValue
public int mValue()- Returns:
- the value of the
mValuefield.
-
mTime
Sets the specified value to themTimefield. -
mValue
Sets the specified value to themValuefield. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newAIMeshKeyinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newAIMeshKeyinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newAIMeshKeyinstance allocated withBufferUtils. -
create
Returns a newAIMeshKeyinstance for the specified memory address. -
createSafe
-
malloc
Returns a newAIMeshKey.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newAIMeshKey.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newAIMeshKey.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aAIMeshKey.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newAIMeshKeyinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newAIMeshKeyinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newAIMeshKey.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newAIMeshKey.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nmTime
public static double nmTime(long struct) Unsafe version ofmTime(). -
nmValue
public static int nmValue(long struct) Unsafe version ofmValue(). -
nmTime
public static void nmTime(long struct, double value) Unsafe version ofmTime. -
nmValue
public static void nmValue(long struct, int value) Unsafe version ofmValue.
-